weblogic.wsee.reliability
Interface ReliabilityErrorContext
public interface ReliabilityErrorContext
Provides details of a reliability failure.
getOperationName
String getOperationName()
- Returns:
- The operation that caused the failure
getTargetName
String getTargetName()
- Returns:
- The stub that caused the failure
getSOAPMessage
SOAPMessage getSOAPMessage()
- Returns:
- The SOAP message that was being sent when the failure happened.
getFault
ReliableDeliveryException getFault()
- Returns:
- A description of the failure
getAsyncPostCallContext
AsyncPostCallContext getAsyncPostCallContext()
- Returns:
- The user-defined context properties passed in as
AsyncPreCallContext to the original async invoke that sent the
message being sent when the failure happened.