Uses of Interface
com.sun.xml.rpc.encoding.ExtendedTypeMapping
-
Packages that use ExtendedTypeMapping Package Description com.sun.xml.rpc.encoding com.sun.xml.rpc.encoding.literal com.sun.xml.rpc.encoding.soap -
-
Uses of ExtendedTypeMapping in com.sun.xml.rpc.encoding
Classes in com.sun.xml.rpc.encoding that implement ExtendedTypeMapping Modifier and Type Class Description classTypeMappingImplAn implementation of the standard TypeMapping interfaceFields in com.sun.xml.rpc.encoding declared as ExtendedTypeMapping Modifier and Type Field Description protected ExtendedTypeMappingTypeMappingImpl. parentMethods in com.sun.xml.rpc.encoding that return ExtendedTypeMapping Modifier and Type Method Description static ExtendedTypeMappingStandardTypeMappings. getLiteral()static ExtendedTypeMappingStandardTypeMappings. getRPCLiteral()static ExtendedTypeMappingStandardTypeMappings. getSoap()static ExtendedTypeMappingStandardTypeMappings. getSoap(SOAPVersion ver)Constructors in com.sun.xml.rpc.encoding with parameters of type ExtendedTypeMapping Constructor Description TypeMappingImpl(ExtendedTypeMapping parent) -
Uses of ExtendedTypeMapping in com.sun.xml.rpc.encoding.literal
Classes in com.sun.xml.rpc.encoding.literal that implement ExtendedTypeMapping Modifier and Type Class Description classStandardLiteralTypeMappingsAn implementation of the standard TypeMapping interface for rpc literals -
Uses of ExtendedTypeMapping in com.sun.xml.rpc.encoding.soap
Classes in com.sun.xml.rpc.encoding.soap that implement ExtendedTypeMapping Modifier and Type Class Description classStandardSOAPTypeMappingsAn implementation of the standard TypeMapping interface
-