BEA Systems, Inc.

weblogic.wsee.reliability
Class WsrmConstants.Element

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

public static final class WsrmConstants.Element
extends Enum

See Also:
Serialized Form

Field Summary
static WsrmConstants.Element ACCEPT
           
static WsrmConstants.Element ACK
           
static WsrmConstants.Element ACK_RANGE
           
static WsrmConstants.Element ACK_REQUESTED
           
static WsrmConstants.Element ACKS_TO
           
static WsrmConstants.Element CLOSE_SEQUENCE
           
static WsrmConstants.Element CLOSE_SEQUENCE_RESPONSE
           
static WsrmConstants.Element CREATE_SEQUENCE
           
static WsrmConstants.Element CREATE_SEQUENCE_RESPONSE
           
static WsrmConstants.Element ENDPOINT
           
static WsrmConstants.Element EXPIRES
           
static WsrmConstants.Element FAULT_CODE
           
static WsrmConstants.Element FINAL
           
static WsrmConstants.Element IDENTIFIER
           
static WsrmConstants.Element INCOMPLETE_SEQUENCE_BEHAVIOR
           
static WsrmConstants.Element LAST_MESSAGE
           
static WsrmConstants.Element LAST_MSG_NUMBER
           
static WsrmConstants.Element LOWER
           
static WsrmConstants.Element MESSAGE_NUMBER
           
static WsrmConstants.Element NACK
           
static WsrmConstants.Element NONE
           
static WsrmConstants.Element OFFER
           
static WsrmConstants.Element SEQUENCE
           
static WsrmConstants.Element SEQUENCE_FAULT
           
static WsrmConstants.Element TERMINATE_SEQUENCE
           
static WsrmConstants.Element TERMINATE_SEQUENCE_RESPONSE
           
static WsrmConstants.Element TEST_SEQUENCE_SSL
           
static WsrmConstants.Element TEST_SEQUENCE_SSL_SESSION_ID
           
static WsrmConstants.Element UPPER
           
static WsrmConstants.Element USES_SEQUENCE_SSL
           
static WsrmConstants.Element USES_SEQUENCE_STR
           
 
Method Summary
 String getElementName()
           
 QName getQName(WsrmConstants.RMVersion rmVersion)
           
 String getQualifiedName(WsrmConstants.RMVersion rmVersion)
           
static WsrmConstants.Element valueOf(String name)
           
static WsrmConstants.Element[] 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

SEQUENCE

public static final WsrmConstants.Element SEQUENCE

ACK

public static final WsrmConstants.Element ACK

ACK_REQUESTED

public static final WsrmConstants.Element ACK_REQUESTED

CREATE_SEQUENCE

public static final WsrmConstants.Element CREATE_SEQUENCE

CREATE_SEQUENCE_RESPONSE

public static final WsrmConstants.Element CREATE_SEQUENCE_RESPONSE

TERMINATE_SEQUENCE

public static final WsrmConstants.Element TERMINATE_SEQUENCE

TERMINATE_SEQUENCE_RESPONSE

public static final WsrmConstants.Element TERMINATE_SEQUENCE_RESPONSE

CLOSE_SEQUENCE

public static final WsrmConstants.Element CLOSE_SEQUENCE

CLOSE_SEQUENCE_RESPONSE

public static final WsrmConstants.Element CLOSE_SEQUENCE_RESPONSE

ACKS_TO

public static final WsrmConstants.Element ACKS_TO

EXPIRES

public static final WsrmConstants.Element EXPIRES

OFFER

public static final WsrmConstants.Element OFFER

ACCEPT

public static final WsrmConstants.Element ACCEPT

IDENTIFIER

public static final WsrmConstants.Element IDENTIFIER

ACK_RANGE

public static final WsrmConstants.Element ACK_RANGE

MESSAGE_NUMBER

public static final WsrmConstants.Element MESSAGE_NUMBER

LAST_MESSAGE

public static final WsrmConstants.Element LAST_MESSAGE

NACK

public static final WsrmConstants.Element NACK

LOWER

public static final WsrmConstants.Element LOWER

UPPER

public static final WsrmConstants.Element UPPER

SEQUENCE_FAULT

public static final WsrmConstants.Element SEQUENCE_FAULT

FAULT_CODE

public static final WsrmConstants.Element FAULT_CODE

ENDPOINT

public static final WsrmConstants.Element ENDPOINT

INCOMPLETE_SEQUENCE_BEHAVIOR

public static final WsrmConstants.Element INCOMPLETE_SEQUENCE_BEHAVIOR

NONE

public static final WsrmConstants.Element NONE

FINAL

public static final WsrmConstants.Element FINAL

LAST_MSG_NUMBER

public static final WsrmConstants.Element LAST_MSG_NUMBER

USES_SEQUENCE_STR

public static final WsrmConstants.Element USES_SEQUENCE_STR

USES_SEQUENCE_SSL

public static final WsrmConstants.Element USES_SEQUENCE_SSL

TEST_SEQUENCE_SSL

public static final WsrmConstants.Element TEST_SEQUENCE_SSL

TEST_SEQUENCE_SSL_SESSION_ID

public static final WsrmConstants.Element TEST_SEQUENCE_SSL_SESSION_ID
Method Detail

values

public static WsrmConstants.Element[] values()

valueOf

public static WsrmConstants.Element valueOf(String name)

getElementName

public String getElementName()

getQualifiedName

public String getQualifiedName(WsrmConstants.RMVersion rmVersion)

getQName

public QName getQName(WsrmConstants.RMVersion rmVersion)

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.