org.exolab.castor.xml.wls8
Class WeblogicXercesXMLSerializerFactory
java.lang.Object
org.exolab.castor.xml.wls8.WeblogicXercesXMLSerializerFactory
- All Implemented Interfaces:
- XMLSerializerFactory
public class WeblogicXercesXMLSerializerFactory
- extends Object
- implements XMLSerializerFactory
"Weblogic's refactored Xerces"-specific implementation of the
XMLSerializerFactory interface. Returns Xerces-specific instances of the
Serializer and OutputFormat interfaces.
- Author:
- Thierry Guerin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeblogicXercesXMLSerializerFactory
public WeblogicXercesXMLSerializerFactory()
getSerializer
public Serializer getSerializer()
- Factory method for obtaining a Serializer instance.
- Specified by:
getSerializer in interface XMLSerializerFactory
- Returns:
- A Serializer instance.
getOutputFormat
public OutputFormat getOutputFormat()
- Factory method for obtaining a OutputFormat instance.
- Specified by:
getOutputFormat in interface XMLSerializerFactory
- Returns:
- A OutputFormat instance.
Copyright © 2010. All Rights Reserved.