Package com.sun.xml.rpc.encoding
Class SimpleMultiTypeSerializer
- java.lang.Object
-
- com.sun.xml.rpc.encoding.SerializerBase
-
- com.sun.xml.rpc.encoding.SimpleTypeSerializer
-
- com.sun.xml.rpc.encoding.SimpleMultiTypeSerializer
-
- All Implemented Interfaces:
CombinedSerializer,JAXRPCDeserializer,JAXRPCSerializer,SerializerConstants,SimpleTypeConstants,Serializable,javax.xml.rpc.encoding.Deserializer,javax.xml.rpc.encoding.Serializer
public class SimpleMultiTypeSerializer extends SimpleTypeSerializer
- Author:
- JAX-RPC Development Team
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.encoding.SimpleTypeSerializer
encoder
-
Fields inherited from class com.sun.xml.rpc.encoding.SerializerBase
encodeType, encodingStyle, isNullable, type
-
Fields inherited from interface com.sun.xml.rpc.encoding.SerializerConstants
DONT_ENCODE_TYPE, DONT_SERIALIZE_AS_REF, ENCODE_TYPE, NOT_NULLABLE, NOT_REFERENCEABLE, NULLABLE, REFERENCEABLE, REFERENCED_INSTANCE, SERIALIZE_AS_REF, UNREFERENCED_INSTANCE
-
Fields inherited from interface com.sun.xml.rpc.encoding.simpletype.SimpleTypeConstants
QNAME_XSI_NIL, QNAME_XSI_TYPE, URI_XSD, URI_XSI
-
-
Constructor Summary
Constructors Constructor Description SimpleMultiTypeSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SimpleTypeEncoder encoder, QName[] types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisAcceptableType(QName actualType)-
Methods inherited from class com.sun.xml.rpc.encoding.SimpleTypeSerializer
deserialize, serialize
-
Methods inherited from class com.sun.xml.rpc.encoding.SerializerBase
decodeBoolean, deserialize, getEncodeType, getEncodingStyle, getID, getInnermostSerializer, getMechanismType, getName, getNullStatus, getType, getXmlType, isNullable, skipEmptyContent, typeIsEmpty, verifyName, verifyType
-
-
-
-
Constructor Detail
-
SimpleMultiTypeSerializer
public SimpleMultiTypeSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, SimpleTypeEncoder encoder, QName[] types)
-
-
Method Detail
-
isAcceptableType
protected boolean isAcceptableType(QName actualType)
- Overrides:
isAcceptableTypein classSerializerBase
-
-