|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.fault.AbstractFaultCode
org.apache.axis2.fault.FaultSubcode
OM-neutral representation of a SOAP1.2 fault code for use in AxisFaults created 28-Oct-2005 16:52:29
Constructor Summary | |
FaultSubcode()
Simple constructor. |
|
FaultSubcode(QName value,
FaultSubcode subcode)
Constructor to fill in subcodes. |
|
FaultSubcode(org.apache.ws.commons.soap.SOAPFaultSubCode source)
Recursively construct from fault information. |
Method Summary | |
QName |
getValue()
Gets the current failt code value. |
void |
setValue(QName value)
Sets the value of the fault code. |
String |
toString()
Returns a string representation of the object (base fault). |
Methods inherited from class org.apache.axis2.fault.AbstractFaultCode |
getSubcode, setSubcode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FaultSubcode()
public FaultSubcode(org.apache.ws.commons.soap.SOAPFaultSubCode source)
source
- public FaultSubcode(QName value, FaultSubcode subcode)
value
- fault value (may be null)subcode
- fault subcode (may be null)Method Detail |
public String toString()
public QName getValue()
public void setValue(QName value)
setValue
in class AbstractFaultCode
value
- new value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |