C E G I O S

C

com.opencloud.slee.resources.soap - package com.opencloud.slee.resources.soap
The Rhino SLEE SOAP Resource Adaptor allows SLEE services to receive SOAP requests as events, and initiate SOAP requests to external systems.

E

endActivity() - Method in interface com.opencloud.slee.resources.soap.OutgoingSOAPRequestActivity
Explicitly end the activity.
endOnResponse() - Method in interface com.opencloud.slee.resources.soap.OutgoingSOAPRequestActivity
Test if the activity is set to end when a response is received.

G

getActivityContextInterface(IncomingSOAPRequestActivity) - Method in interface com.opencloud.slee.resources.soap.SOAPActivityContextInterfaceFactory
Get the ACI for an incoming SOAP request activity.
getActivityContextInterface(OutgoingSOAPRequestActivity) - Method in interface com.opencloud.slee.resources.soap.SOAPActivityContextInterfaceFactory
Get the ACI for an outgoing SOAP request activity.
getMessage() - Method in interface com.opencloud.slee.resources.soap.SOAPEvent
Get the message payload as a SOAP message
getMessageFactory() - Method in interface com.opencloud.slee.resources.soap.SOAPProvider
Provides access to an appropriate SAAJ MessageFactory.
getRequest() - Method in interface com.opencloud.slee.resources.soap.SOAPActivity
Get the SOAPRequest that created this activity.
getRequestURL() - Method in interface com.opencloud.slee.resources.soap.SOAPRequest
Get the HTTP-level request URL.
getResponse() - Method in interface com.opencloud.slee.resources.soap.OutgoingSOAPRequestActivity
Get the response received on this activity.
getSOAPFactory() - Method in interface com.opencloud.slee.resources.soap.SOAPProvider
Provides access to the appropriate SAAJ SOAPFactory.
getStatusCode() - Method in interface com.opencloud.slee.resources.soap.SOAPResponse
Get the HTTP-level status code.
getStatusReason() - Method in interface com.opencloud.slee.resources.soap.SOAPResponse
Get the HTTP-level status code reason.

I

IncomingSOAPRequestActivity - Interface in com.opencloud.slee.resources.soap
An incoming request activity, created when a SOAP request is received by the RA.

O

OutgoingSOAPRequestActivity - Interface in com.opencloud.slee.resources.soap
An outgoing request activity, created when an application sends a SOAP request.

S

sendRequest(URL, SOAPMessage) - Method in interface com.opencloud.slee.resources.soap.SOAPProvider
Asynchronously send a SOAP request.
sendRequest(URL, SOAPMessage, boolean) - Method in interface com.opencloud.slee.resources.soap.SOAPProvider
Asynchronously send a SOAP request.
sendResponse(SOAPMessage) - Method in interface com.opencloud.slee.resources.soap.IncomingSOAPRequestActivity
Send a response for the request that initiated this activity.
sendSyncRequest(URL, SOAPMessage) - Method in interface com.opencloud.slee.resources.soap.SOAPProvider
Synchronously send a SOAP request, blocking until the response arrives.
SOAPActivity - Interface in com.opencloud.slee.resources.soap
Superclass for SOAP request and response activities.
SOAPActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.soap
SOAP Activity Context Interface Factory, implemented by the SLEE.
SOAPEvent - Interface in com.opencloud.slee.resources.soap
Superclass for events carrying a SOAP message payload.
SOAPProvider - Interface in com.opencloud.slee.resources.soap
Provider interface for applications that want to process or send SOAP requests.
SOAPRequest - Interface in com.opencloud.slee.resources.soap
A SOAP request event.
SOAPResponse - Interface in com.opencloud.slee.resources.soap
A SOAP response event.

C E G I O S