Apache SOAP API Reference

Uses of Class
org.apache.soap.encoding.SOAPMappingRegistry

Packages that use SOAPMappingRegistry
org.apache.soap.encoding   
org.apache.soap.rpc   

 

Uses of SOAPMappingRegistry in org.apache.soap.encoding

 

Methods in org.apache.soap.encoding that return SOAPMappingRegistry
static SOAPMappingRegistry SOAPMappingRegistry.getBaseRegistry(java.lang.String schemaURI)
          Return the singleton registry instance configured for the indicated schema URI.
 SOAPMappingRegistry SOAPMappingRegistry.getParent()
          Returns the "parent" registry, if there is one.

 

Constructors in org.apache.soap.encoding with parameters of type SOAPMappingRegistry
SOAPMappingRegistry(SOAPMappingRegistry parent)
          This constructor takes a "parent" registry as a base registry.
SOAPMappingRegistry(SOAPMappingRegistry parent, java.lang.String schemaURI)
          This constructor is the base constructor.

 

Uses of SOAPMappingRegistry in org.apache.soap.rpc

 

Methods in org.apache.soap.rpc that return SOAPMappingRegistry
 SOAPMappingRegistry Call.getSOAPMappingRegistry()
           

 

Methods in org.apache.soap.rpc with parameters of type SOAPMappingRegistry
protected static RPCMessage RPCMessage.extractFromEnvelope(Envelope env, boolean isResponse, SOAPMappingRegistry smr, SOAPContext ctx)
           
static RPCMessage RPCMessage.unmarshall(java.lang.String inScopeEncStyle, org.w3c.dom.Node src, java.lang.Class toClass, SOAPMappingRegistry smr, SOAPContext ctx)
           
static Response Response.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx)
           
 void Call.setSOAPMappingRegistry(SOAPMappingRegistry smr)
           
static Call Call.extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx)
           

 


Apache SOAP API Reference

Copyright © 2001 Apache XML Project. All Rights Reserved.