com.opencloud.slee.resources.soap
Interface SOAPEvent

All Known Subinterfaces:
SOAPRequest, SOAPResponse

public interface SOAPEvent

Superclass for events carrying a SOAP message payload.


Method Summary
 javax.xml.soap.SOAPMessage getMessage()
          Get the message payload as a SOAP message
 

Method Detail

getMessage

javax.xml.soap.SOAPMessage getMessage()
Get the message payload as a SOAP message

Returns:
the payload