BEA Systems, Inc.

weblogic.wsee.reliability
Class WsrmConstants.Action

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

public static final class WsrmConstants.Action
extends Enum

Enumerated values for SOAP Actions we can send/receive

See Also:
Serialized Form

Field Summary
static WsrmConstants.Action ACK
          acknowledgement
static WsrmConstants.Action ACK_REQUESTED
          acknowledgement requested
static WsrmConstants.Action CLOSE_SEQUENCE
          Close Sequence
static WsrmConstants.Action CLOSE_SEQUENCE_RESPONSE
          Close Sequence response
static WsrmConstants.Action CREATE_SEQUENCE
          Create Sequence
static WsrmConstants.Action CREATE_SEQUENCE_RESPONSE
          Create Sequence response
static WsrmConstants.Action LAST_MESSAGE
          Last Message
static WsrmConstants.Action TERMINATE_SEQUENCE
          Terminate Sequence
static WsrmConstants.Action TERMINATE_SEQUENCE_RESPONSE
          Terminate Sequence response
 
Method Summary
 String getActionURI(WsrmConstants.RMVersion version)
           
 String getElementName()
           
static WsrmConstants.Action valueOf(String name)
           
static WsrmConstants.Action[] values()
           
 
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
 

Field 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()

valueOf

public static WsrmConstants.Action valueOf(String name)

getElementName

public String getElementName()

getActionURI

public String getActionURI(WsrmConstants.RMVersion version)

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.