|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RpcReplyErrorInfo
The RPC reply error info. This interface provides more detailed information about an error contained in an RPC reply.
Nested Class Summary | |
---|---|
static class |
RpcReplyErrorInfo.ErrorElement
This enumeration represents all the elements of which it is possible to have more information. |
Method Summary | |
---|---|
org.w3c.dom.Element |
getDataModelSpecificErrorInfo(java.lang.String namespaceURI,
java.lang.String nodeName)
Get a data model specific error informations. |
java.lang.String |
getProtocolErrorInfo(RpcReplyErrorInfo.ErrorElement errorElement)
Get informations for the specific error element. |
boolean |
hasDataModelSpecificErrorInfo(java.lang.String namespaceURI,
java.lang.String nodeName)
Check whether it was returned to a certain type of data model specific error informations. |
boolean |
hasProtocolErrorInfo(RpcReplyErrorInfo.ErrorElement errorElement)
Check if any information about the error element specified. |
Method Detail |
---|
boolean hasProtocolErrorInfo(RpcReplyErrorInfo.ErrorElement errorElement)
errorElement
- The error element.
java.lang.String getProtocolErrorInfo(RpcReplyErrorInfo.ErrorElement errorElement)
errorElement
- The error element.
boolean hasDataModelSpecificErrorInfo(java.lang.String namespaceURI, java.lang.String nodeName)
namespaceURI
- The XML namespace URI of the data model.nodeName
- The XML root element for the data model.
org.w3c.dom.Element getDataModelSpecificErrorInfo(java.lang.String namespaceURI, java.lang.String nodeName)
namespaceURI
- The XML namespace URI of the data model.nodeName
- The XML root element for the data model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |