|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPException in org.apache.soap |
Methods in org.apache.soap that throw SOAPException | |
static void |
Utils.checkMustUnderstands(Header header)
Check for mustUnderstand headers, and throw a mustUnderstand Fault if we find any. |
Constructors in org.apache.soap with parameters of type SOAPException | |
Fault.Fault(SOAPException _soapException)
|
Uses of SOAPException in org.apache.soap.messaging |
Methods in org.apache.soap.messaging that throw SOAPException | |
void |
Message.send(java.net.URL url,
java.lang.String actionURI,
Envelope env)
Send an envelope to the given URL via the SOAPTransport that has been configured for this instance (or SOAPHTTPConnection by default). |
Envelope |
Message.receiveEnvelope()
Receive an envelope from the given transport. |
javax.activation.DataHandler |
Message.receive()
Receive a response from the given transport. |
Uses of SOAPException in org.apache.soap.providers |
Methods in org.apache.soap.providers that throw SOAPException | |
void |
StatelessEJBProvider.invoke(SOAPContext reqContext,
SOAPContext resContext)
invoke method comment. |
void |
StatelessEJBProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
locate method comment. |
void |
RPCJavaProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
RPCJavaProvider.invoke(SOAPContext reqContext,
SOAPContext resContext)
|
javax.ejb.EJBObject |
StatefulEJBProvider.deSerialize(java.lang.String ejbKey)
|
protected void |
StatefulEJBProvider.initialize(java.lang.String url,
java.lang.String factory)
|
void |
StatefulEJBProvider.invoke(SOAPContext reqContext,
SOAPContext resContext)
|
void |
StatefulEJBProvider.locate(DeploymentDescriptor depDesc,
Envelope env,
Call origCall,
java.lang.String methodName,
java.lang.String targURI,
SOAPContext reqContext)
|
void |
StatefulEJBProvider.serialize()
|
void |
MsgJavaProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
MsgJavaProvider.invoke(SOAPContext reqContext,
SOAPContext resContext)
|
void |
TemplateProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
TemplateProvider.invoke(SOAPContext reqContext,
SOAPContext resContext)
|
void |
EntityEJBProvider.locate(DeploymentDescriptor depDesc,
Envelope env,
Call origCall,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
locate method comment. |
Uses of SOAPException in org.apache.soap.providers.com |
Methods in org.apache.soap.providers.com that throw SOAPException | |
void |
RPCProvider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
RPCProvider.invoke(SOAPContext reqContext,
SOAPContext resContext)
|
Uses of SOAPException in org.apache.soap.rpc |
Methods in org.apache.soap.rpc that throw SOAPException | |
static java.lang.String |
Call.getEnvelopeString(SOAPTransport st)
Check if response root part is text/xml and return it as a String. |
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 return SOAPException | |
SOAPException |
SOAPFaultEvent.getSOAPException()
|
Methods in org.apache.soap.server with parameters of type SOAPException | |
void |
SOAPFaultRouter.notifyListeners(Fault _fault,
SOAPException _soapException)
Notifies registered listeners of the fault |
Methods in org.apache.soap.server that throw SOAPException | |
void |
BaseConfigManager.init()
The init method loads any services that are defined in the underlying registry file. |
void |
BaseConfigManager.deploy(DeploymentDescriptor dd)
Used to deploy a service using a specified DeploymentDescriptor. |
DeploymentDescriptor |
BaseConfigManager.undeploy(java.lang.String id)
Undeploy previously deployed services. |
java.lang.String[] |
BaseConfigManager.list()
Returns a list of all currently deployed services. |
DeploymentDescriptor |
BaseConfigManager.query(java.lang.String id)
Returns a DeploymentDescriptor from the ConfigManager. |
abstract void |
BaseConfigManager.loadRegistry()
The loadRegistry() method must be implemented in non-abstract subclasses of BaseConfigManager. |
abstract void |
BaseConfigManager.saveRegistry()
The saveRegistry() method must be implemented in non-abstract subclasses of BaseConfigManager. |
static Call |
RPCRouter.extractCallFromEnvelope(ServiceManager serviceManager,
Envelope callEnv,
SOAPContext ctx)
|
static Response |
RPCRouter.invoke(DeploymentDescriptor dd,
Call call,
java.lang.Object targetObject,
SOAPContext reqCtx,
SOAPContext resCtx)
Do the call on the given target object. |
void |
DefaultConfigManager.loadRegistry()
Loads the descriptors from the underlying registry file, which contains a serialized Hashtable. |
void |
DefaultConfigManager.saveRegistry()
Saves currently deployed descriptors to the underlying registry file, as a serialized Hashtable. |
void |
XMLConfigManager.loadRegistry()
Loads the descriptors from the underlying registry file, which should be represented as a list of deployment descriptor elements. |
void |
XMLConfigManager.saveRegistry()
Saves currently deployed descriptors to the underlying registry file, in XML format. |
static void |
MessageRouter.invoke(DeploymentDescriptor dd,
Envelope env,
java.lang.Object targetObject,
java.lang.String messageName,
SOAPContext reqCtx,
SOAPContext resCtx)
Deliver the message to the appropriate method on the given target object. |
static Envelope |
ServerUtils.readEnvelopeFromInputStream(javax.xml.parsers.DocumentBuilder xdb,
java.io.InputStream is,
int contentLength,
java.lang.String contentType,
EnvelopeEditor editor,
SOAPContext ctx)
Read in stuff from the request stream and return the envelope. |
static Provider |
ServerUtils.loadProvider(DeploymentDescriptor dd,
SOAPContext ctxt)
|
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. |
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. |
java.lang.String[] |
ServiceManager.list()
Return an array of all the deployed service names. |
void |
ServiceManagerClient.deploy(DeploymentDescriptor dd)
|
void |
ServiceManagerClient.undeploy(java.lang.String serviceName)
|
java.lang.String[] |
ServiceManagerClient.list()
|
DeploymentDescriptor |
ServiceManagerClient.query(java.lang.String serviceName)
|
Constructors in org.apache.soap.server with parameters of type SOAPException | |
SOAPFaultEvent.SOAPFaultEvent(Fault _fault,
SOAPException _exception)
|
Uses of SOAPException in org.apache.soap.server.http |
Methods in org.apache.soap.server.http that throw SOAPException | |
static Envelope |
ServerHTTPUtils.readEnvelopeFromRequest(javax.xml.parsers.DocumentBuilder xdb,
java.lang.String contentType,
int contentLength,
java.io.InputStream requestStream,
EnvelopeEditor editor,
javax.servlet.http.HttpServletResponse res,
SOAPContext ctx)
Read in stuff from the HTTP request stream and return the envelope. |
static java.lang.Object |
ServerHTTPUtils.getTargetObject(ServiceManager serviceManager,
DeploymentDescriptor dd,
java.lang.String targetID,
javax.servlet.http.HttpServlet thisServlet,
javax.servlet.http.HttpSession session,
SOAPContext ctxt,
javax.servlet.ServletContext context)
Return the target object that services the service with the given ID. |
Uses of SOAPException in org.apache.soap.transport |
Methods in org.apache.soap.transport that throw SOAPException | |
EnvelopeEditor |
EnvelopeEditorFactory.create(java.util.Properties props)
|
void |
EnvelopeEditor.editIncoming(java.io.Reader in,
java.io.Writer out)
|
void |
EnvelopeEditor.editOutgoing(java.io.Reader in,
java.io.Writer out)
|
void |
SOAPTransport.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr,
SOAPContext ctx)
This method is used to request that an envelope be sent. |
void |
TransportMessage.editIncoming(EnvelopeEditor editor)
Apply envelope/root part editor on inbound message. |
void |
TransportMessage.editOutgoing(EnvelopeEditor editor)
Apply envelope/root part editor on outgoing message. |
protected void |
TransportMessage.editEnvelope(EnvelopeEditor editor,
boolean isIncoming)
|
java.lang.String |
TransportMessage.read()
Interpret byte array and extract SOAPContext and SOAP envelope (as a String). |
Envelope |
TransportMessage.unmarshall(javax.xml.parsers.DocumentBuilder xdb)
Parse envelope. |
void |
EnvelopeEditorAdapter.editIncoming(java.io.Reader in,
java.io.Writer out)
|
void |
EnvelopeEditorAdapter.editOutgoing(java.io.Reader in,
java.io.Writer out)
|
protected void |
EnvelopeEditorAdapter.passThrough(java.io.Reader in,
java.io.Writer out)
|
void |
FilterTransport.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr,
SOAPContext ctx)
This method is used to request that an envelope be posted to the given URL. |
Constructors in org.apache.soap.transport that throw SOAPException | |
TransportMessage.TransportMessage(java.lang.String envelope,
SOAPContext ctx,
java.util.Hashtable headers)
Create a message from an already built envelope and/or SOAPContext. |
|
TransportMessage.TransportMessage(java.io.InputStream is,
int contentLength,
java.lang.String contentType,
SOAPContext ctx,
java.util.Hashtable headers)
Create a message from an InputStream. |
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,
SOAPContext ctx)
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,
SOAPContext ctx)
This method is used to request that an envelope be sent. |
Uses of SOAPException in org.apache.soap.util |
Methods in org.apache.soap.util that throw SOAPException | |
void |
Provider.locate(DeploymentDescriptor dd,
Envelope env,
Call call,
java.lang.String methodName,
java.lang.String targetObjectURI,
SOAPContext reqContext)
|
void |
Provider.invoke(SOAPContext req,
SOAPContext res)
|
void |
ConfigManager.setOptions(java.util.Hashtable options)
|
void |
ConfigManager.init()
|
void |
ConfigManager.deploy(DeploymentDescriptor dd)
|
java.lang.String[] |
ConfigManager.list()
|
DeploymentDescriptor |
ConfigManager.undeploy(java.lang.String id)
|
DeploymentDescriptor |
ConfigManager.query(java.lang.String id)
|
Uses of SOAPException in org.apache.soap.util.net |
Methods in org.apache.soap.util.net that throw SOAPException | |
static TransportMessage |
HTTPUtils.post(java.net.URL url,
TransportMessage request,
int timeout,
java.lang.String httpProxyHost,
int httpProxyPort)
POST something to the given URL. |
static TransportMessage |
HTTPUtils.post(java.net.URL url,
TransportMessage request,
int timeout,
java.lang.String httpProxyHost,
int httpProxyPort,
int outputBufferSize)
POST something to the given URL. |
static TransportMessage |
HTTPUtils.post(java.net.URL url,
TransportMessage request,
int timeout,
java.lang.String httpProxyHost,
int httpProxyPort,
int outputBufferSize,
java.lang.Boolean tcpNoDelay)
POST something to the given URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |