Class TypeMappingUtil

java.lang.Object
com.sun.xml.rpc.encoding.TypeMappingUtil

public class TypeMappingUtil extends Object
Author:
JAX-RPC Development Team
  • 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