|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.axis.AxisFault
uk.org.ogsadai.client.toolkit.service.faults.DAIFaultType
uk.org.ogsadai.client.toolkit.service.faults.SimpleFaultType
uk.org.ogsadai.client.toolkit.service.faults.AuthorisationFaultType
Client-side representation of deserialized
AuthorisationFaultType
.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
|
private java.lang.String |
mUniqueID
|
static java.lang.String |
UNIQUEID_LOCALNAME
uniqueID element name |
private static javax.xml.namespace.QName |
XMLNAME
|
Fields inherited from class uk.org.ogsadai.client.toolkit.service.faults.SimpleFaultType |
ID_LOCALNAME, MSG_LOCALNAME |
Fields inherited from class org.apache.axis.AxisFault |
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log |
Fields inherited from class java.rmi.RemoteException |
detail |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
AuthorisationFaultType(org.w3c.dom.Element[] details)
Parses the detail element of a SOAP fault. |
|
AuthorisationFaultType(java.lang.String id,
java.lang.String msg,
java.lang.String uniqueID)
Creates a new AuthorisationFaultType from an error ID and
a message and a unique ID. |
Method Summary | |
java.lang.String |
getUniqueID()
Gets the unique ID. |
javax.xml.namespace.QName |
getXMLName()
Gets the XML name of the serialized fault. |
protected void |
parseFaultDetails(org.w3c.dom.Element element)
Parses the detail element of a SOAP fault element and extracts the unique ID. |
void |
setUniqueID(java.lang.String uniqueID)
Sets the unique ID. |
Methods inherited from class uk.org.ogsadai.client.toolkit.service.faults.SimpleFaultType |
getID, getMsg, setID, setMsg |
Methods inherited from class org.apache.axis.AxisFault |
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString, writeDetails |
Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private java.lang.String mUniqueID
public static java.lang.String UNIQUEID_LOCALNAME
private static final javax.xml.namespace.QName XMLNAME
Constructor Detail |
public AuthorisationFaultType(java.lang.String id, java.lang.String msg, java.lang.String uniqueID)
AuthorisationFaultType
from an error ID and
a message and a unique ID.
id
- error ID.msg
- error message.uniqueID
- unique ID.public AuthorisationFaultType(org.w3c.dom.Element[] details)
details
- detail elementsMethod Detail |
protected void parseFaultDetails(org.w3c.dom.Element element)
parseFaultDetails
in class SimpleFaultType
element
- fault detail elementpublic java.lang.String getUniqueID()
public void setUniqueID(java.lang.String uniqueID)
uniqueID
- unique ID.public javax.xml.namespace.QName getXMLName()
DAIFaultType
getXMLName
in class DAIFaultType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |