ch.sahits.codegen.java.input
Class HeadlessJavaXMLSerializerFactoryFactory

java.lang.Object
  extended by ch.sahits.codegen.input.HeadlessXMLSerializerFactoryFactory
      extended by ch.sahits.codegen.java.input.HeadlessJavaXMLSerializerFactoryFactory

public class HeadlessJavaXMLSerializerFactoryFactory
extends HeadlessXMLSerializerFactoryFactory

/** This class produces the factory method for the XML Serialzer. This is needed since different plug-ins that are only dependent in one way can be serialized. Therefore the serializer factory at the lowest level must not know anything about the upper levels.
This implementation provides a serializer for the plug-in ch.sahits.codegen.java which extends the functionality of ch.sahits.codegen. This implementation is for the headless build

Since:
2.1.0
Author:
Andi Hotz, Sahits GmbH

Constructor Summary
HeadlessJavaXMLSerializerFactoryFactory()
           
 
Method Summary
 IXMLSerializerFactory getSerializerFactory()
          Retrieve the serializer factory for this plug-in
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadlessJavaXMLSerializerFactoryFactory

public HeadlessJavaXMLSerializerFactoryFactory()
Method Detail

getSerializerFactory

public IXMLSerializerFactory getSerializerFactory()
Retrieve the serializer factory for this plug-in

Overrides:
getSerializerFactory in class HeadlessXMLSerializerFactoryFactory
Returns:
instance of IXMLSerializerFactory that can supply a XML serializer