Class XSDAnyURIEncoder
java.lang.Object
com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
com.sun.xml.rpc.encoding.simpletype.XSDAnyURIEncoder
- All Implemented Interfaces:
AttachmentEncoder,SimpleTypeEncoder
- Author:
- JAX-RPC Development Team
-
Method Summary
Modifier and TypeMethodDescriptiondataHandlerToObject(javax.activation.DataHandler dataHandler) static SimpleTypeEncoderjavax.activation.DataHandlerobjectToString(Object obj, XMLWriter writer) stringToObject(String str, XMLReader reader) Methods inherited from class com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
writeAdditionalNamespaceDeclarations, writeValue
-
Method Details
-
getInstance
-
objectToString
- Specified by:
objectToStringin interfaceSimpleTypeEncoder- Specified by:
objectToStringin classSimpleTypeEncoderBase- Throws:
Exception
-
stringToObject
- Specified by:
stringToObjectin interfaceSimpleTypeEncoder- Specified by:
stringToObjectin classSimpleTypeEncoderBase- Throws:
Exception
-
objectToDataHandler
- Specified by:
objectToDataHandlerin interfaceAttachmentEncoder- Throws:
Exception
-
dataHandlerToObject
- Specified by:
dataHandlerToObjectin interfaceAttachmentEncoder- Throws:
Exception
-