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
 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

getCodeNamespace

public URI getCodeNamespace()
Gets the FaultCode namespace URI

Returns:
the FaultCode namespace URI

getCodePrefix

public String getCodePrefix()
Gets the FaultCode prefix

Returns:
the FaultCode prefix

getCodeLocalPart

public String getCodeLocalPart()
Gets the FaultCode LocalPart

Returns:
the FaultCode LocalPart

getReason

public String getReason()
Gets the Reason

Returns:
the Reason

getDetail

public String getDetail()
Gets the Detail

Returns:
the Detail

setCodeNamespace

public void setCodeNamespace(URI uriCodeNamespace)
Sets the FaultCode namespace URI

Parameters:
uriCodeNamespace - the FaultCode namespace URI

setCodePrefix

public void setCodePrefix(String strCodePrefix)
Sets the FaultCode prefix

Parameters:
strCodePrefix - the FaultCode prefix

setCodeLocalPart

public void setCodeLocalPart(String strCodeLocalPart)
Sets the FaultCode LocalPart

Parameters:
strCodeLocalPart - the FaultCode LocalPart

setReason

public void setReason(String strReason)
Sets the Reason

Parameters:
strReason - the Reason

setDetail

public void setDetail(String strDetail)
Sets the Detail

Parameters:
strDetail - the Detail