com.opencloud.slee.resources.soap
Interface SOAPRequest

All Superinterfaces:
SOAPEvent

public interface SOAPRequest
extends SOAPEvent

A SOAP request event. A single request event is fired on IncomingSOAPRequestActivity as the first event on the activity.


Method Summary
 java.net.URL getRequestURL()
          Get the HTTP-level request URL.
 
Methods inherited from interface com.opencloud.slee.resources.soap.SOAPEvent
getMessage
 

Method Detail

getRequestURL

java.net.URL getRequestURL()
Get the HTTP-level request URL.

Returns:
the Request-URL from the incoming HTTP request