BEA Systems, Inc.

weblogic.wsee.reliability
Class WsrmConstants.FaultCode

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

public static final class WsrmConstants.FaultCode
extends Enum

See Also:
Serialized Form

Field Summary
static WsrmConstants.FaultCode RECEIVER
           
static WsrmConstants.FaultCode SENDER
           
 
Method Summary
 String getCodeLocalName(WsrmConstants.SOAPVersion soapVersion)
           
 Name getCodeName(WsrmConstants.SOAPVersion soapVersion)
           
 QName getCodeQName(WsrmConstants.SOAPVersion soapVersion)
           
 String getCodeQualifiedName(WsrmConstants.SOAPVersion soapVersion)
           
static WsrmConstants.FaultCode valueOf(String name)
           
static WsrmConstants.FaultCode[] 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

SENDER

public static final WsrmConstants.FaultCode SENDER

RECEIVER

public static final WsrmConstants.FaultCode RECEIVER
Method Detail

values

public static WsrmConstants.FaultCode[] values()

valueOf

public static WsrmConstants.FaultCode valueOf(String name)

getCodeLocalName

public String getCodeLocalName(WsrmConstants.SOAPVersion soapVersion)

getCodeQualifiedName

public String getCodeQualifiedName(WsrmConstants.SOAPVersion soapVersion)

getCodeQName

public QName getCodeQName(WsrmConstants.SOAPVersion soapVersion)

getCodeName

public Name getCodeName(WsrmConstants.SOAPVersion soapVersion)

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.