Class TypeMappingUtil


  • public class TypeMappingUtil
    extends Object
    Author:
    JAX-RPC Development Team
    • Constructor Detail

      • TypeMappingUtil

        public TypeMappingUtil()
    • Method Detail

      • 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