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 TypeMappingRegistry
Service. getTypeMappingRegistry()
Gets theTypeMappingRegistry
for thisService
object. -
Uses of TypeMappingRegistry in org.apache.axis.client
Methods in org.apache.axis.client that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistry
Service. getTypeMappingRegistry()
Returns the current TypeMappingRegistry or null.Methods in org.apache.axis.client with parameters of type TypeMappingRegistry Modifier and Type Method Description void
Service. 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 interface
TypeMappingRegistry
This interface describes the AXIS TypeMappingRegistry.Classes in org.apache.axis.encoding that implement TypeMappingRegistry Modifier and Type Class Description class
TypeMappingRegistryImpl
The TypeMappingRegistry keeps track of the individual TypeMappings.
-