|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
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 |
| Method Detail |
public URI getCodeNamespace()
public String getCodePrefix()
public String getCodeLocalPart()
public String getReason()
public String getDetail()
public void setCodeNamespace(URI uriCodeNamespace)
uriCodeNamespace - the FaultCode namespace URIpublic void setCodePrefix(String strCodePrefix)
strCodePrefix - the FaultCode prefixpublic void setCodeLocalPart(String strCodeLocalPart)
strCodeLocalPart - the FaultCode LocalPartpublic void setReason(String strReason)
strReason - the Reasonpublic void setDetail(String strDetail)
strDetail - the Detail
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||