|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMappingRegistry | |
---|---|
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 | |
---|---|
TypeMappingRegistry |
Service.getTypeMappingRegistry()
Gets the TypeMappingRegistry for this
Service object. |
Uses of TypeMappingRegistry in org.apache.axis.client |
---|
Methods in org.apache.axis.client that return TypeMappingRegistry | |
---|---|
TypeMappingRegistry |
Service.getTypeMappingRegistry()
Returns the current TypeMappingRegistry or null. |
Methods in org.apache.axis.client with parameters of type TypeMappingRegistry | |
---|---|
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 | |
---|---|
interface |
TypeMappingRegistry
This interface describes the AXIS TypeMappingRegistry. |
Classes in org.apache.axis.encoding that implement TypeMappingRegistry | |
---|---|
class |
TypeMappingRegistryImpl
The TypeMappingRegistry keeps track of the individual TypeMappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |