|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFault
Interface providing access to SOAP Fault information
| Method Summary | |
|---|---|
String |
getCodeLocalPart()
Gets the FaultCode LocalPart |
URI |
getCodeNamespace()
Gets the FaultCode namespace URI |
String |
getCodePrefix()
Gets the FaultCode prefix |
String |
getDetail()
Gets the Detail |
String |
getReason()
Gets the Reason |
javax.xml.namespace.QName |
getSubCode()
Gets the SubCode of fault |
void |
setCodeLocalPart(String strCodeLocalPart)
Sets the FaultCode LocalPart |
void |
setCodeNamespace(URI uriCodeNamespace)
Sets the FaultCode namespace URI |
void |
setCodePrefix(String strCodePrefix)
Sets the FaultCode prefix |
void |
setDetail(String strDetail)
Sets the Detail |
void |
setReason(String strReason)
Sets the Reason |
void |
setSubCode(javax.xml.namespace.QName subCode)
Sets the SubCode of fault |
| Method Detail |
|---|
URI getCodeNamespace()
String getCodePrefix()
String getCodeLocalPart()
String getReason()
String getDetail()
javax.xml.namespace.QName getSubCode()
void setCodeNamespace(URI uriCodeNamespace)
uriCodeNamespace - the FaultCode namespace URIvoid setCodePrefix(String strCodePrefix)
strCodePrefix - the FaultCode prefixvoid setCodeLocalPart(String strCodeLocalPart)
strCodeLocalPart - the FaultCode LocalPartvoid setReason(String strReason)
strReason - the Reasonvoid setDetail(String strDetail)
strDetail - the Detailvoid setSubCode(javax.xml.namespace.QName subCode)
subCode - the SubCode of fault
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||