|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPException | |
oracle.soap.server | |
oracle.soap.transport.http | |
oracle.soap.util.xml | |
org.apache.soap | |
org.apache.soap.rpc |
Uses of SOAPException in oracle.soap.server |
Methods in oracle.soap.server that throw SOAPException | |
void |
ProviderManager.init(java.util.Properties options)
Initialize the provider manager. |
void |
ProviderManager.destroy()
Cleanup the provider manager. |
ProviderDeploymentDescriptor |
ProviderManager.undeploy(java.lang.String providerId)
Undeploy the given provider, and return its descriptor. |
void |
ProviderManager.deploy(ProviderDeploymentDescriptor pd)
Deploy the given provider. |
ProviderDeploymentDescriptor |
ProviderManager.query(java.lang.String providerId)
Get the deployment descriptor for the given provider. |
java.lang.String[] |
ProviderManager.list()
Get a list of provider ids for all providers that have been deployed. |
void |
ServiceManager.init(java.util.Properties options,
ProviderManager providerManager)
Initialize the service manager. |
void |
ServiceManager.destroy()
Cleanup the service manager. |
ServiceDeploymentDescriptor |
ServiceManager.undeploy(java.lang.String serviceId)
Undeploy the given service, and return its descriptor. |
void |
ServiceManager.deploy(ServiceDeploymentDescriptor sd)
Deploy the given service. |
ServiceDeploymentDescriptor |
ServiceManager.query(java.lang.String serviceId)
Get the deployment descriptor for the given service. |
java.lang.String[] |
ServiceManager.list()
Get a list of service ids for all services that have been deployed, regardless of the provider. |
boolean |
AutonomousProvider.isMine(java.lang.String serviceId)
Return an indication of whether this provider can handle the given service request. |
java.lang.String[] |
AutonomousProvider.list()
Return the list of all SOAP services that are available through this provider. |
abstract void |
Logger.init(java.util.Properties options,
ContainerContext context)
One-time initialization of the logger with its configuration parameters. |
void |
Handler.init(SOAPServerContext ssc)
One-time handler initialization. |
void |
Handler.destroy()
One-time handler cleanup. |
void |
Handler.invoke(int chainType,
RequestContext requestContext)
Invoke the requested handler as part of the specified chain type. |
void |
Provider.init(ProviderDeploymentDescriptor pd,
SOAPServerContext ssc)
One-time provider instance initialization. |
void |
Provider.destroy()
One-time provider instance cleanup. |
void |
Provider.invoke(RequestContext requestContext)
Invoke the requested method in the specified service, where the SOAP request is completely described in the request context. |
static java.util.Hashtable |
ServiceDeploymentDescriptor.buildSqlClassMap(ServiceDeploymentDescriptor sdd)
Utility to generate a map from SQL type to Java Class using the type mapping information from the deployment descriptor. |
Uses of SOAPException in oracle.soap.transport.http |
Methods in oracle.soap.transport.http that throw SOAPException | |
void |
OracleSOAPHTTPConnection.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr,
int timeout)
This method is used to request that an envelope be posted to the given URL. |
Uses of SOAPException in oracle.soap.util.xml |
Methods in oracle.soap.util.xml that throw SOAPException | |
static java.lang.String |
XmlUtils.extractServiceId(Envelope envelope)
Get the service id from the envelope. |
static java.lang.String |
XmlUtils.extractMethodName(Envelope envelope)
Get the method name from the envelope. |
static org.w3c.dom.Document |
XmlUtils.parseXml(java.lang.String filename)
Parse the given XML file and return the XML document. |
static org.w3c.dom.Document |
XmlUtils.parseXml(java.io.Reader reader)
Parse the given XML source and return the XML document. |
static org.w3c.dom.Document |
XmlUtils.parseXml(java.io.InputStream is)
Parse the contents of the XML InputStream and return the XML document. |
static org.w3c.dom.Document |
XmlUtils.createDocument()
Create a Document |
Uses of SOAPException in org.apache.soap |
Constructors in org.apache.soap with parameters of type SOAPException | |
Fault(SOAPException _soapException)
|
Uses of SOAPException in org.apache.soap.rpc |
Methods in org.apache.soap.rpc that throw SOAPException | |
Response |
Call.invoke(java.net.URL url,
java.lang.String SOAPActionURI)
Invoke this call at the specified URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |