Oracle

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

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

Enumerated values for SOAP Actions we can send/receive


Enum Constant Summary
ACK
          acknowledgement
ACK_REQUESTED
          acknowledgement requested
CLOSE_SEQUENCE
          Close Sequence
CLOSE_SEQUENCE_RESPONSE
          Close Sequence response
CREATE_SEQUENCE
          Create Sequence
CREATE_SEQUENCE_RESPONSE
          Create Sequence response
LAST_MESSAGE
          Last Message
TERMINATE_SEQUENCE
          Terminate Sequence
TERMINATE_SEQUENCE_RESPONSE
          Terminate Sequence response
 
Method Summary
 String getActionURI(WsrmConstants.RMVersion version)
           
 String getElementName()
           
static WsrmConstants.Action valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WsrmConstants.Action[] values()
          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
acknowledgement


ACK_REQUESTED

public static final WsrmConstants.Action ACK_REQUESTED
acknowledgement requested


CREATE_SEQUENCE

public static final WsrmConstants.Action CREATE_SEQUENCE
Create Sequence


CREATE_SEQUENCE_RESPONSE

public static final WsrmConstants.Action CREATE_SEQUENCE_RESPONSE
Create Sequence response


CLOSE_SEQUENCE

public static final WsrmConstants.Action CLOSE_SEQUENCE
Close Sequence


CLOSE_SEQUENCE_RESPONSE

public static final WsrmConstants.Action CLOSE_SEQUENCE_RESPONSE
Close Sequence response


TERMINATE_SEQUENCE

public static final WsrmConstants.Action TERMINATE_SEQUENCE
Terminate Sequence


TERMINATE_SEQUENCE_RESPONSE

public static final WsrmConstants.Action TERMINATE_SEQUENCE_RESPONSE
Terminate Sequence response


LAST_MESSAGE

public static final WsrmConstants.Action LAST_MESSAGE
Last Message

Method Detail

values

public static WsrmConstants.Action[] values()
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)
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()

getActionURI

public String getActionURI(WsrmConstants.RMVersion version)

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle