Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.wsee.reliability
Enum WsrmConstants.Element

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

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


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

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()
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.Element c : WsrmConstants.Element.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.Element 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()

getQualifiedName

public String getQualifiedName(WsrmConstants.RMVersion rmVersion)

getQName

public QName getQName(WsrmConstants.RMVersion rmVersion)

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02