Package org.exolab.castor.xml.wls8
Class WeblogicXercesSerializer
java.lang.Object
org.exolab.castor.xml.wls8.WeblogicXercesImplementation
org.exolab.castor.xml.wls8.WeblogicXercesSerializer
- All Implemented Interfaces:
Serializer
Xerces-specific implementation of the Serializer interface. Uses reflection to get
the class and methods to avoid having dependencies towards Weblogic when Castor is
not used in a Weblogic server.
- Author:
- Thierry Guerin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetOutputByteStream(OutputStream output) Sets theOutputStreamto use.voidSets the OutputCharStream to use.voidsetOutputFormat(OutputFormat format) Sets theOutputFormatto use during serialization.Methods inherited from class org.exolab.castor.xml.wls8.WeblogicXercesImplementation
getMethod, handleMethodInvokeException, handleMethodInvokeException, handleStaticInitException, handleStaticInitException, invoke
-
Constructor Details
-
WeblogicXercesSerializer
public WeblogicXercesSerializer()Creates an instance of this class.
-
-
Method Details
-
asDocumentHandler
Deprecated.Description copied from interface:SerializerReturns theDocumentHandlerto use for serialization.- Specified by:
asDocumentHandlerin interfaceSerializer- Returns:
- the DocumentHandler to use for serialization.
- Throws:
IOException
-
setOutputByteStream
Description copied from interface:SerializerSets theOutputStreamto use.- Specified by:
setOutputByteStreamin interfaceSerializer- Parameters:
output- the OutputStream to use
-
setOutputCharStream
Description copied from interface:SerializerSets the OutputCharStream to use.- Specified by:
setOutputCharStreamin interfaceSerializer- Parameters:
out- the OutputCharStream to use.
-
setOutputFormat
Description copied from interface:SerializerSets theOutputFormatto use during serialization.- Specified by:
setOutputFormatin interfaceSerializer- Parameters:
format- The output format to use.
-