com.adobe.idp.dsc
Interface FaultCallBackInfo

All Superinterfaces:
com.adobe.idp.dsc.CallBackInfo

public interface FaultCallBackInfo
extends com.adobe.idp.dsc.CallBackInfo

A FaultCallBackInfo contains the information necessary for the service container to issue fault callbacks to the specified operations after an InvocationRequest has failed.


Method Summary
 java.lang.String getFaultCode()
          Retrieves a fault code.
 void setFaultCode(java.lang.String faultCode)
          Sets a fault code.
 
Methods inherited from interface com.adobe.idp.dsc.CallBackInfo
getOperationName, getServiceName, getServiceVersion, setOperationName, setServiceName, setServiceVersion
 

Method Detail

getFaultCode

java.lang.String getFaultCode()
Retrieves a fault code.

Returns:
A java.lang.String containing the fault code.

setFaultCode

void setFaultCode(java.lang.String faultCode)
Sets a fault code.

Parameters:
faultCode - A java.lang.String containing the fault code.


[an error occurred while processing this directive] [an error occurred while processing this directive]