com.opencloud.slee.resources.soap
Interface IncomingSOAPRequestActivity

All Superinterfaces:
SOAPActivity

public interface IncomingSOAPRequestActivity
extends SOAPActivity

An incoming request activity, created when a SOAP request is received by the RA. Sending a response will end the activity.


Method Summary
 void sendResponse(javax.xml.soap.SOAPMessage response)
          Send a response for the request that initiated this activity.
 
Methods inherited from interface com.opencloud.slee.resources.soap.SOAPActivity
getRequest
 

Method Detail

sendResponse

void sendResponse(javax.xml.soap.SOAPMessage response)
                  throws java.io.IOException
Send a response for the request that initiated this activity. This will automatically end the activity.

Parameters:
response - the response to send
Throws:
java.io.IOException - if unable to send the response