Class XSDNegativeIntegerEncoder
- java.lang.Object
-
- com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
-
- com.sun.xml.rpc.encoding.simpletype.XSDNegativeIntegerEncoder
-
- All Implemented Interfaces:
SimpleTypeEncoder
public class XSDNegativeIntegerEncoder extends SimpleTypeEncoderBase
- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleTypeEncodergetInstance()StringobjectToString(Object obj, XMLWriter writer)ObjectstringToObject(String str, XMLReader reader)voidwriteValue(Object obj, XMLWriter writer)-
Methods inherited from class com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
writeAdditionalNamespaceDeclarations
-
-
-
-
Method Detail
-
getInstance
public static SimpleTypeEncoder getInstance()
-
objectToString
public String objectToString(Object obj, XMLWriter writer) throws Exception
- Specified by:
objectToStringin interfaceSimpleTypeEncoder- Specified by:
objectToStringin classSimpleTypeEncoderBase- Throws:
Exception
-
stringToObject
public Object stringToObject(String str, XMLReader reader) throws Exception
- Specified by:
stringToObjectin interfaceSimpleTypeEncoder- Specified by:
stringToObjectin classSimpleTypeEncoderBase- Throws:
Exception
-
writeValue
public void writeValue(Object obj, XMLWriter writer) throws Exception
- Specified by:
writeValuein interfaceSimpleTypeEncoder- Overrides:
writeValuein classSimpleTypeEncoderBase- Throws:
Exception
-
-