Package com.sun.xml.rpc.encoding
Class TypeMappingUtil
java.lang.Object
com.sun.xml.rpc.encoding.TypeMappingUtil
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.xml.rpc.encoding.DeserializergetDeserializer(javax.xml.rpc.encoding.TypeMapping mapping, Class javaType, QName xmlType) static javax.xml.rpc.encoding.SerializergetSerializer(javax.xml.rpc.encoding.TypeMapping mapping, Class javaType, QName xmlType) static javax.xml.rpc.encoding.TypeMappinggetTypeMapping(javax.xml.rpc.encoding.TypeMappingRegistry registry, String encodingStyle)
-
Constructor Details
-
TypeMappingUtil
public TypeMappingUtil()
-
-
Method Details
-
getTypeMapping
public static javax.xml.rpc.encoding.TypeMapping getTypeMapping(javax.xml.rpc.encoding.TypeMappingRegistry registry, String encodingStyle) throws Exception - Throws:
Exception
-
getSerializer
public static javax.xml.rpc.encoding.Serializer getSerializer(javax.xml.rpc.encoding.TypeMapping mapping, Class javaType, QName xmlType) throws Exception - Throws:
Exception
-
getDeserializer
public static javax.xml.rpc.encoding.Deserializer getDeserializer(javax.xml.rpc.encoding.TypeMapping mapping, Class javaType, QName xmlType) throws Exception - Throws:
Exception
-