|
|||||||||||
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.FaultCode
Constructor Summary | |
FaultCode()
simple constructor |
|
FaultCode(org.apache.ws.commons.soap.SOAPFaultCode source)
Create a fault code (and all subcodes) from a SOAP Fault Code |
|
FaultCode(String value,
FaultSubcode subcode)
Constructor to fill in subcodes |
Method Summary | |
QName |
getValue()
|
String |
getValueString()
|
void |
setValue(QName value)
Set the value of the fault code. |
void |
setValueString(String value)
local names are stuck in as a string and turned into a local qname |
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, toString, wait, wait, wait |
Constructor Detail |
public FaultCode()
public FaultCode(org.apache.ws.commons.soap.SOAPFaultCode source)
source
- SOAPFaultCode to parsepublic FaultCode(String value, FaultSubcode subcode)
value
- fault value (may be null)subcode
- fault subcode (may be null)Method Detail |
public String getValueString()
public void setValue(QName value)
AbstractFaultCode
setValue
in class AbstractFaultCode
value
- public QName getValue()
public void setValueString(String value)
value
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |