com.opencloud.slee.resources.soap
Interface SOAPResponse

All Superinterfaces:
SOAPEvent

public interface SOAPResponse
extends SOAPEvent

A SOAP response event. Fired on a OutgoingSOAPRequestActivity when a response is received, or an error or timeout occurs.


Method Summary
 int getStatusCode()
          Get the HTTP-level status code.
 java.lang.String getStatusReason()
          Get the HTTP-level status code reason.
 
Methods inherited from interface com.opencloud.slee.resources.soap.SOAPEvent
getMessage
 

Method Detail

getStatusCode

int getStatusCode()
Get the HTTP-level status code.

Returns:
the numeric part of the HTTP status code.

getStatusReason

java.lang.String getStatusReason()
Get the HTTP-level status code reason.

Returns:
the reason part of the HTTP status code.