Package org.exolab.castor.xml.wls8
Class WeblogicXercesXMLSerializerFactory
java.lang.Object
org.exolab.castor.xml.wls8.WeblogicXercesXMLSerializerFactory
- All Implemented Interfaces:
XMLSerializerFactory
"Weblogic's refactored Xerces"-specific implementation of the
XMLSerializerFactory interface. Returns Xerces-specific instances of the
Serializer and OutputFormat interfaces.- Author:
- Thierry Guerin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFactory method for obtaining a OutputFormat instance.Factory method for obtaining a Serializer instance.
-
Constructor Details
-
WeblogicXercesXMLSerializerFactory
public WeblogicXercesXMLSerializerFactory()
-
-
Method Details
-
getSerializer
Factory method for obtaining a Serializer instance.- Specified by:
getSerializerin interfaceXMLSerializerFactory- Returns:
- A Serializer instance.
-
getOutputFormat
Factory method for obtaining a OutputFormat instance.- Specified by:
getOutputFormatin interfaceXMLSerializerFactory- Returns:
- A OutputFormat instance.
-