public class WeblogicXercesSerializer extends WeblogicXercesImplementation implements Serializer
| Constructor and Description |
|---|
WeblogicXercesSerializer()
Creates an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentHandler |
asDocumentHandler()
Deprecated.
|
void |
setOutputByteStream(OutputStream output)
Sets the
OutputStream to use. |
void |
setOutputCharStream(Writer out)
Sets the OutputCharStream to use.
|
void |
setOutputFormat(OutputFormat format)
Sets the
OutputFormat to use during serialization. |
getMethod, handleMethodInvokeException, handleMethodInvokeException, handleStaticInitException, handleStaticInitException, invokepublic WeblogicXercesSerializer()
public DocumentHandler asDocumentHandler() throws IOException
SerializerDocumentHandler to use for serialization.asDocumentHandler in interface SerializerIOExceptionpublic void setOutputByteStream(OutputStream output)
SerializerOutputStream to use.setOutputByteStream in interface Serializeroutput - the OutputStream to usepublic void setOutputCharStream(Writer out)
SerializersetOutputCharStream in interface Serializerout - the OutputCharStream to use.public void setOutputFormat(OutputFormat format)
SerializerOutputFormat to use during serialization.setOutputFormat in interface Serializerformat - The output format to use.Copyright © 2016. All rights reserved.