Class XSDListTypeEncoder
- java.lang.Object
-
- com.sun.xml.rpc.encoding.simpletype.SimpleTypeEncoderBase
-
- com.sun.xml.rpc.encoding.simpletype.XSDListTypeEncoder
-
- All Implemented Interfaces:
SimpleTypeEncoder
public class XSDListTypeEncoder extends SimpleTypeEncoderBase
Serializes and Deserializes arrays.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXSDListTypeEncoder(SimpleTypeEncoder encoder, Class typeClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleTypeEncodergetInstance(SimpleTypeEncoder itemEnc, Class typeClass)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
-
-
-
-
Constructor Detail
-
XSDListTypeEncoder
protected XSDListTypeEncoder(SimpleTypeEncoder encoder, Class typeClass)
-
-
Method Detail
-
getInstance
public static SimpleTypeEncoder getInstance(SimpleTypeEncoder itemEnc, Class typeClass)
-
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
-
-