com.tibco.amf.platform.runtime.extension.exception
Class SOAPCode

java.lang.Object
  extended by com.tibco.amf.platform.runtime.extension.exception.SOAPCode
All Implemented Interfaces:
java.io.Serializable

public class SOAPCode
extends java.lang.Object
implements java.io.Serializable

Represents the SOAP code.

See Also:
Serialized Form

Constructor Summary
SOAPCode(javax.xml.namespace.QName codeValue, SOAPCode subcode)
          Constructs a new SOAPCode with the given code value and subcode.
 
Method Summary
 javax.xml.namespace.QName getCode()
          Returns the code value.
 SOAPCode getSubcode()
          Returns the sub code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPCode

public SOAPCode(javax.xml.namespace.QName codeValue,
                SOAPCode subcode)
Constructs a new SOAPCode with the given code value and subcode.

Parameters:
codeValue - code value as a QName
subcode -
Method Detail

getCode

public javax.xml.namespace.QName getCode()
Returns the code value.

Returns:
the code value

getSubcode

public SOAPCode getSubcode()
Returns the sub code.

Returns:
the sub code


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.