|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsrf.ErrorCode
public class ErrorCode
The ErrorCode class represents an ErrorCode of a BaseFault. The ErrorCode is an optional element in the BaseFault of type xsd:anyType. It has an required attribute of type xsd:anyURI called dialect
Constructor Summary | |
---|---|
ErrorCode(java.net.URI dialect,
IOSerializableSOAPElement[] childElements)
Constructs an ErrorCode with a dialect URI and a child element |
|
ErrorCode(java.net.URI dialect,
java.lang.String value)
Constructs an ErrorCode with a dialect URI and a primitive value |
Method Summary | |
---|---|
IOSerializableSOAPElement[] |
getChildElements()
Returns the child elements of the ErrorCode |
java.net.URI |
getDialect()
Returns the dialect attribute value |
java.lang.String |
getValue()
Returns the value part of the ErrorCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorCode(java.net.URI dialect, java.lang.String value)
dialect
- the required attribute value of the ErrorCodevalue
- the value of the ErrorCodepublic ErrorCode(java.net.URI dialect, IOSerializableSOAPElement[] childElements)
dialect
- the required attribute value of the ErrorCodechildElements
- the child elements of the ErrorCodeMethod Detail |
---|
public java.net.URI getDialect()
public java.lang.String getValue()
public IOSerializableSOAPElement[] getChildElements()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |