org.eclipse.higgins.sts.api
Interface IFault


public interface IFault

Interface providing access to SOAP Fault information

Author:
mikemci at us dot ibm dot com

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

getCodeNamespace

URI getCodeNamespace()
Gets the FaultCode namespace URI

Returns:
the FaultCode namespace URI

getCodePrefix

String getCodePrefix()
Gets the FaultCode prefix

Returns:
the FaultCode prefix

getCodeLocalPart

String getCodeLocalPart()
Gets the FaultCode LocalPart

Returns:
the FaultCode LocalPart

getReason

String getReason()
Gets the Reason

Returns:
the Reason

getDetail

String getDetail()
Gets the Detail

Returns:
the Detail

getSubCode

javax.xml.namespace.QName getSubCode()
Gets the SubCode of fault

Returns:
the SubCode of fault

setCodeNamespace

void setCodeNamespace(URI uriCodeNamespace)
Sets the FaultCode namespace URI

Parameters:
uriCodeNamespace - the FaultCode namespace URI

setCodePrefix

void setCodePrefix(String strCodePrefix)
Sets the FaultCode prefix

Parameters:
strCodePrefix - the FaultCode prefix

setCodeLocalPart

void setCodeLocalPart(String strCodeLocalPart)
Sets the FaultCode LocalPart

Parameters:
strCodeLocalPart - the FaultCode LocalPart

setReason

void setReason(String strReason)
Sets the Reason

Parameters:
strReason - the Reason

setDetail

void setDetail(String strDetail)
Sets the Detail

Parameters:
strDetail - the Detail

setSubCode

void setSubCode(javax.xml.namespace.QName subCode)
Sets the SubCode of fault

Parameters:
subCode - the SubCode of fault