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

Part Number E41849-02

weblogic.wsee.reliability
Enum WsrmConstants.Action

java.lang.Object
  extended by java.lang.Enum<WsrmConstants.Action>
      extended by weblogic.wsee.reliability.WsrmConstants.Action
All Implemented Interfaces:
Serializable, Comparable<WsrmConstants.Action>
Enclosing class:
WsrmConstants

Deprecated.

public static enum WsrmConstants.Action
extends Enum<WsrmConstants.Action>

Enumerated values for SOAP Actions we can send/receive


Nested Class Summary
static class WsrmConstants.Action.VersionInfo
          Deprecated.  
 
Enum Constant Summary
ACK
          Deprecated. acknowledgement
ACK_REQUESTED
          Deprecated. acknowledgement requested
CLOSE_SEQUENCE
          Deprecated. Close Sequence
CLOSE_SEQUENCE_RESPONSE
          Deprecated. Close Sequence response
CREATE_SEQUENCE
          Deprecated. Create Sequence
CREATE_SEQUENCE_RESPONSE
          Deprecated. Create Sequence response
FAULT
          Deprecated. Fault.
LAST_MESSAGE
          Deprecated. Last Message
TERMINATE_SEQUENCE
          Deprecated. Terminate Sequence
TERMINATE_SEQUENCE_RESPONSE
          Deprecated. Terminate Sequence response
 
Method Summary
static String dumpAllActionsForAllRMVersions()
          Deprecated.  
 String getActionURI(WsrmConstants.RMVersion version)
          Deprecated.  
static List<String> getAllActionsForAllRMVersions()
          Deprecated.  
 String getElementName()
          Deprecated.  
static WsrmConstants.Action.VersionInfo getVersionInfo(String uri)
          Deprecated.  
static boolean matchesAnyActionAndRMVersion(String uri)
          Deprecated.  
 boolean matchesAnyRMVersion(String uri)
          Deprecated.  
static WsrmConstants.Action valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static WsrmConstants.Action valueOfElementName(String elementName)
          Deprecated.  
static WsrmConstants.Action[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACK

public static final WsrmConstants.Action ACK
Deprecated. 
acknowledgement


ACK_REQUESTED

public static final WsrmConstants.Action ACK_REQUESTED
Deprecated. 
acknowledgement requested


CREATE_SEQUENCE

public static final WsrmConstants.Action CREATE_SEQUENCE
Deprecated. 
Create Sequence


CREATE_SEQUENCE_RESPONSE

public static final WsrmConstants.Action CREATE_SEQUENCE_RESPONSE
Deprecated. 
Create Sequence response


CLOSE_SEQUENCE

public static final WsrmConstants.Action CLOSE_SEQUENCE
Deprecated. 
Close Sequence


CLOSE_SEQUENCE_RESPONSE

public static final WsrmConstants.Action CLOSE_SEQUENCE_RESPONSE
Deprecated. 
Close Sequence response


TERMINATE_SEQUENCE

public static final WsrmConstants.Action TERMINATE_SEQUENCE
Deprecated. 
Terminate Sequence


TERMINATE_SEQUENCE_RESPONSE

public static final WsrmConstants.Action TERMINATE_SEQUENCE_RESPONSE
Deprecated. 
Terminate Sequence response


LAST_MESSAGE

public static final WsrmConstants.Action LAST_MESSAGE
Deprecated. 
Last Message


FAULT

public static final WsrmConstants.Action FAULT
Deprecated. 
Fault. We handle these just like protocol messages.

Method Detail

values

public static WsrmConstants.Action[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(WsrmConstants.Action c : WsrmConstants.Action.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static WsrmConstants.Action valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

getElementName

public String getElementName()
Deprecated. 

getActionURI

public String getActionURI(WsrmConstants.RMVersion version)
Deprecated. 

matchesAnyRMVersion

public boolean matchesAnyRMVersion(String uri)
Deprecated. 

matchesAnyActionAndRMVersion

public static boolean matchesAnyActionAndRMVersion(String uri)
Deprecated. 

getAllActionsForAllRMVersions

public static List<String> getAllActionsForAllRMVersions()
Deprecated. 

dumpAllActionsForAllRMVersions

public static String dumpAllActionsForAllRMVersions()
Deprecated. 

valueOfElementName

public static WsrmConstants.Action valueOfElementName(String elementName)
Deprecated. 

getVersionInfo

public static WsrmConstants.Action.VersionInfo getVersionInfo(String uri)
Deprecated. 

Copyright 1996, 2014, 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.3)

Part Number E41849-02