Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.wsee.reliability2.exception.WsrmException

Packages that use WsrmException
weblogic.wsee.reliability2.api Provides interfaces, classes, and enumerations for developing Web Services Reliable Messaging (WS-RM) for JAX-RPC Web services. 
weblogic.wsee.reliability2.sequence Provides ingerfaces and classes for weblogic.wsee.reliability2.sequence/code>. 
 

Uses of WsrmException in weblogic.wsee.reliability2.api
 

Methods in weblogic.wsee.reliability2.api that throw WsrmException
 void WsrmClient.closeSequence()
          Closes a sequence, as defined by the WS-RM 1.1 spec.
 void WsrmClient.requestAcknowledgement()
          Send an acknowledgement request to the RM destination.
 void WsrmClient.sendWsrm10EmptyLastMessage()
          Deprecated.  
 void WsrmClient.terminateSequence()
          Forcibly terminate a sequence.
 

Uses of WsrmException in weblogic.wsee.reliability2.sequence
 

Subclasses of WsrmException in weblogic.wsee.reliability2.sequence
 class UnknownSequenceException
          Indicates a sequence with a given ID could not be found.
 class UnknownSourceSequenceException
          Indicates that a source sequence (on the RM source side) could not be found.
 

Methods in weblogic.wsee.reliability2.sequence that throw WsrmException
 void CreateSequencePostSecurityTokenCallback.execute(MessageContext mc)
           
static void CreateSequencePostSecurityTokenCallback.processCallback(MessageContext mc)
           
 


Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01