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

Part Number E27170-01

Uses of Class
weblogic.wsee.reliability.WsrmConstants.Action

Packages that use WsrmConstants.Action
weblogic.wsee.reliability Provides interfaces, classes, exceptions, and enumerations for developing Web Services Reliable Messaging (WS-RM) for JAX-RPC Web services. 
 

Uses of WsrmConstants.Action in weblogic.wsee.reliability
 

Fields in weblogic.wsee.reliability declared as WsrmConstants.Action
 WsrmConstants.Action WsrmConstants.Action.VersionInfo.action
           
 

Methods in weblogic.wsee.reliability that return WsrmConstants.Action
static WsrmConstants.Action WsrmConstants.Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WsrmConstants.Action WsrmConstants.Action.valueOfElementName(String elementName)
           
static WsrmConstants.Action[] WsrmConstants.Action.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in weblogic.wsee.reliability with parameters of type WsrmConstants.Action
static boolean WsrmUtils.checkIsPiggyback(SOAPMessageContext smc, WsrmConstants.Action action)
           
 


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