ch.sahits.codegen.ui.input
Class JavaXMLSerializerFactory

java.lang.Object
  extended by ch.sahits.codegen.input.HeadlessXMLSerializerFactoryFactory
      extended by ch.sahits.codegen.ui.input.XMLSerializerFactroryFactory
          extended by ch.sahits.codegen.ui.input.JavaXMLSerializerFactory

public final class JavaXMLSerializerFactory
extends XMLSerializerFactroryFactory

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

Since:
1.2.0
Author:
Andi Hotz

Constructor Summary
JavaXMLSerializerFactory()
           
 
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

JavaXMLSerializerFactory

public JavaXMLSerializerFactory()
Method Detail

getSerializerFactory

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

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