|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.SOAPFault
public class SOAPFault
The SOAPFault class represents a SOAP Fault element.
| Constructor Summary | |
|---|---|
SOAPFault(QName faultcode,
String faultstring)
Constructor. |
|
SOAPFault(QName faultcode,
String faultstring,
String faultactor,
SOAPFaultDetail detail)
Constructor. |
|
| Method Summary | |
|---|---|
SOAPFaultDetail |
getDetail()
Returns a SOAP Fault Detail. |
String |
getFaultActor()
Returns value of faultactor element. |
QName |
getFaultCode()
Returns value of faultcode element. |
String |
getFaultString()
Returns value of faultstring element. |
void |
setDetail(SOAPFaultDetail detail)
Sets a SOAP Fault Detail. |
void |
setFaultActor(String faultactor)
Sets value of faultactor element. |
void |
setFaultCode(QName faultcode)
Sets value of faultcode element. |
void |
setFaultString(String faultstring)
Sets value of faultstring element. |
| Constructor Detail |
|---|
public SOAPFault(QName faultcode,
String faultstring)
faultcode - value of faultcode elementfaultstring - value of faultstring element
public SOAPFault(QName faultcode,
String faultstring,
String faultactor,
SOAPFaultDetail detail)
faultcode - value of faultcode element.faultstring - value of faultstring element.faultactor - value of faultactor element.detail - a SOAP Fault Detail.| Method Detail |
|---|
public QName getFaultCode()
faultcode element.
faultcode element.public String getFaultString()
faultstring element.
faultstring element.public String getFaultActor()
faultactor element.
faultactor element.public SOAPFaultDetail getDetail()
public void setFaultCode(QName faultcode)
faultcode element.
faultcode - value of faultcode elementpublic void setFaultString(String faultstring)
faultstring element.
faultstring - value of faultstring element.public void setFaultActor(String faultactor)
faultactor element.
faultactor - value of faultactor element.public void setDetail(SOAPFaultDetail detail)
detail - a SOAP Fault Detail.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||