Package com.sun.xml.rpc.util
Class TypeMappings
- java.lang.Object
-
- com.sun.xml.rpc.util.TypeMappings
-
- All Implemented Interfaces:
SerializerConstants
public class TypeMappings extends Object implements SerializerConstants
- Author:
- JAX-RPC Development Team
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description TypeMappings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateMapping(Class serializerType, QName xmlType, Class javaType, javax.xml.rpc.encoding.TypeMapping mappings)static voidcreateMapping(Class serializerType, QName xmlType, Class javaType, javax.xml.rpc.Service service)static voidcreateValueTypeMapping(QName xmlType, Class javaType, javax.xml.rpc.Service service)
-