ch.sahits.codegen.ui.input
Class XMLSerializerFactroryFactory

java.lang.Object
  extended by ch.sahits.codegen.input.HeadlessXMLSerializerFactoryFactory
      extended by ch.sahits.codegen.ui.input.XMLSerializerFactroryFactory
Direct Known Subclasses:
JavaXMLSerializerFactory

public class XMLSerializerFactroryFactory
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 This implementation overrides all member functions of the super class to provide a UI specific implementation.

Since:
1.2.0
Author:
Andi Hotz
See Also:
HeadlessXMLSerializerFactoryFactory

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

XMLSerializerFactroryFactory

public XMLSerializerFactroryFactory()
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