BEA Systems, Inc.

weblogic.wsee.reliability
Class WsrmConstants.SOAPVersion

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

public static final class WsrmConstants.SOAPVersion
extends Enum

See Also:
Serialized Form

Field Summary
static WsrmConstants.SOAPVersion SOAP_11
           
static WsrmConstants.SOAPVersion SOAP_12
           
 
Method Summary
 String getNamespaceUri()
           
 String getPrefix()
           
static WsrmConstants.SOAPVersion valueOf(String name)
           
static WsrmConstants.SOAPVersion[] 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

SOAP_11

public static final WsrmConstants.SOAPVersion SOAP_11

SOAP_12

public static final WsrmConstants.SOAPVersion SOAP_12
Method Detail

values

public static WsrmConstants.SOAPVersion[] values()

valueOf

public static WsrmConstants.SOAPVersion valueOf(String name)

getPrefix

public String getPrefix()

getNamespaceUri

public String getNamespaceUri()

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.