|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.amf.platform.runtime.extension.exception.SOAPCode
public class SOAPCode
Represents the SOAP code.
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 |
---|
public SOAPCode(javax.xml.namespace.QName codeValue, SOAPCode subcode)
codeValue
- code value as a QName
subcode
- Method Detail |
---|
public javax.xml.namespace.QName getCode()
public SOAPCode getSubcode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |