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, invoke
public WeblogicXercesSerializer()
public DocumentHandler asDocumentHandler() throws IOException
Serializer
DocumentHandler
to use for serialization.asDocumentHandler
in interface Serializer
IOException
public void setOutputByteStream(OutputStream output)
Serializer
OutputStream
to use.setOutputByteStream
in interface Serializer
output
- the OutputStream to usepublic void setOutputCharStream(Writer out)
Serializer
setOutputCharStream
in interface Serializer
out
- the OutputCharStream to use.public void setOutputFormat(OutputFormat format)
Serializer
OutputFormat
to use during serialization.setOutputFormat
in interface Serializer
format
- The output format to use.Copyright © 2019. All rights reserved.