com.opencloud.slee.resources.soap
Interface SOAPActivity

All Known Subinterfaces:
IncomingSOAPRequestActivity, OutgoingSOAPRequestActivity

public interface SOAPActivity

Superclass for SOAP request and response activities.


Method Summary
 SOAPRequest getRequest()
          Get the SOAPRequest that created this activity.
 

Method Detail

getRequest

SOAPRequest getRequest()
Get the SOAPRequest that created this activity. For incoming activities, this is the received request. For outgoing activities, this is the request sent by the application.

Returns:
the request