Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Package weblogic.wsee.reliability

Provides interfaces, classes, exceptions, and enumerations for developing Web Service Reliable Messaging (WS-RM).

See:
          Description

Interface Summary
ReliabilityErrorContext Provides details of a reliability failure.
ReliabilityErrorListener A listener interface that allows interested parties to receive callbacks when errors occur reliably delivering messages.
 

Class Summary
ReliabilityErrorListenerRegistry Registry of ReliabilityErrorListeners for use by WsrmEndpointManager to notify interested parties when reliability errors occur.
WsrmHelper  
WsrmUtils This class is a utility class for using Web Services Reliable Messaging (WSRM) given a service stub (WLStub) instance.
 

Enum Summary
WsrmConstants.Action Enumerated values for SOAP Actions we can send/receive
WsrmConstants.Element  
WsrmConstants.FaultCode  
WsrmConstants.IncompleteSequenceBehavior  
WsrmConstants.RMVersion Enumerated values for RM versions we support
WsrmConstants.SOAPVersion  
 

Exception Summary
ReliableDeliveryException  
WsrmPermanentTransportException Used to indicate an exception that WS-RM ought to flag as 'permanent' when SAF checks this via SAFErrorAwareTransport.isPermanentError(Throwable t)
 

Package weblogic.wsee.reliability Description

Provides interfaces, classes, exceptions, and enumerations for developing Web Service Reliable Messaging (WS-RM).


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02