|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.wls8.WeblogicXercesImplementation
org.exolab.castor.xml.wls8.WeblogicXercesSerializer
public class WeblogicXercesSerializer
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.
| Constructor Summary | |
|---|---|
WeblogicXercesSerializer()
Creates an instance of this class. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.exolab.castor.xml.wls8.WeblogicXercesImplementation |
|---|
getMethod, handleMethodInvokeException, handleMethodInvokeException, handleStaticInitException, handleStaticInitException, invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeblogicXercesSerializer()
| Method Detail |
|---|
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)
Serializer
setOutputCharStream 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||