Skip navigation links


com.bea.wsrp.consumer.util
Enum WsrpRequestContext.WsrpVersion

java.lang.Object
  extended by java.lang.Enum<WsrpRequestContext.WsrpVersion>
      extended by com.bea.wsrp.consumer.util.WsrpRequestContext.WsrpVersion

All Implemented Interfaces
Serializable, Comparable<WsrpRequestContext.WsrpVersion>
Enclosing class:
WsrpRequestContext

public static enum WsrpRequestContext.WsrpVersion
extends Enum<WsrpRequestContext.WsrpVersion>

Enumeration of valid values for WSRPVersion


Enum Constant Summary
VERSION_1_0
           
VERSION_2_0
           
VERSION_UNKNOWN
           

 

Method Summary
static WsrpRequestContext.WsrpVersion valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WsrpRequestContext.WsrpVersion[] values()
          Returns an array containing the constants of this enum type, in the order theyre 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

VERSION_1_0

public static final WsrpRequestContext.WsrpVersion VERSION_1_0

VERSION_2_0

public static final WsrpRequestContext.WsrpVersion VERSION_2_0

VERSION_UNKNOWN

public static final WsrpRequestContext.WsrpVersion VERSION_UNKNOWN

Method Detail

values

public static final WsrpRequestContext.WsrpVersion[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.

valueOf

public static WsrpRequestContext.WsrpVersion valueOf(String name)
Returns the enum constant of this type with the specified name.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.