BEA Systems, Inc.

weblogic.wsee.reliability
Interface ReliabilityErrorContext


public interface ReliabilityErrorContext

Provides details of a reliability failure.


Method Summary
 ReliableDeliveryException getFault()
           
 String getOperationName()
           
 SOAPMessage getSOAPMessage()
           
 String getTargetName()
           
 

Method Detail

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.