|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPException | |
org.apache.soap.rpc | |
org.apache.soap.server | |
org.apache.soap.transport | |
org.apache.soap.transport.http | |
org.apache.soap.transport.smtp |
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. |
Uses of SOAPException in org.apache.soap.server |
Methods in org.apache.soap.server that throw SOAPException | |
void |
ServiceManager.deploy(DeploymentDescriptor dd)
Deploy a service: add the descriptor to the persistent record of what has been deployed. |
DeploymentDescriptor |
ServiceManager.undeploy(java.lang.String id)
Undeploy a service: remove the descriptor from the persistent record of what has been deployed. |
DeploymentDescriptor |
ServiceManager.query(java.lang.String id)
Return the deployment descriptor for a service. |
void |
ServiceManagerClient.deploy(DeploymentDescriptor dd)
|
void |
ServiceManagerClient.undeploy(java.lang.String serviceName)
|
java.lang.String[] |
ServiceManagerClient.list()
|
DeploymentDescriptor |
ServiceManagerClient.query(java.lang.String serviceName)
|
static void |
InvokeBSF.init(DeploymentDescriptor dd,
java.lang.Object target,
java.lang.String scriptStr)
This method is invoked to exec the script implementing the service into the scripting engine so that later service calls can work. |
static Bean |
InvokeBSF.service(DeploymentDescriptor dd,
java.lang.Object target,
java.lang.String methodName,
java.lang.Object[] args)
This method is invoked when a method is to be called. |
Uses of SOAPException in org.apache.soap.transport |
Methods in org.apache.soap.transport that throw SOAPException | |
void |
SOAPTransport.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr)
This method is used to request that an envelope be sent. |
Uses of SOAPException in org.apache.soap.transport.http |
Methods in org.apache.soap.transport.http that throw SOAPException | |
void |
SOAPHTTPConnection.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr)
This method is used to request that an envelope be posted to the given URL. |
Uses of SOAPException in org.apache.soap.transport.smtp |
Methods in org.apache.soap.transport.smtp that throw SOAPException | |
void |
SOAPSMTPConnection.send(java.net.URL toAddr,
java.lang.String actionURI,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr)
This method is used to request that an envelope be sent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |