Class TypeMappings

    • Constructor Detail

      • TypeMappings

        public TypeMappings()
    • Method Detail

      • createMapping

        public static void createMapping​(Class serializerType,
                                         QName xmlType,
                                         Class javaType,
                                         javax.xml.rpc.encoding.TypeMapping mappings)
      • createMapping

        public static void createMapping​(Class serializerType,
                                         QName xmlType,
                                         Class javaType,
                                         javax.xml.rpc.Service service)
      • createValueTypeMapping

        public static void createValueTypeMapping​(QName xmlType,
                                                  Class javaType,
                                                  javax.xml.rpc.Service service)