Uses of Interface
javax.xml.rpc.encoding.TypeMappingRegistry
-
Packages that use TypeMappingRegistry Package Description javax.xml.rpc org.apache.axis.client org.apache.axis.encoding -
-
Uses of TypeMappingRegistry in javax.xml.rpc
Methods in javax.xml.rpc that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistryService. getTypeMappingRegistry()Gets theTypeMappingRegistryfor thisServiceobject. -
Uses of TypeMappingRegistry in org.apache.axis.client
Methods in org.apache.axis.client that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistryService. getTypeMappingRegistry()Returns the current TypeMappingRegistry or null.Methods in org.apache.axis.client with parameters of type TypeMappingRegistry Modifier and Type Method Description voidService. setTypeMappingRegistry(TypeMappingRegistry registry)Defines the current Type Mappig Registry. -
Uses of TypeMappingRegistry in org.apache.axis.encoding
Subinterfaces of TypeMappingRegistry in org.apache.axis.encoding Modifier and Type Interface Description interfaceTypeMappingRegistryThis interface describes the AXIS TypeMappingRegistry.Classes in org.apache.axis.encoding that implement TypeMappingRegistry Modifier and Type Class Description classTypeMappingRegistryImplThe TypeMappingRegistry keeps track of the individual TypeMappings.
-