|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FaultSelector
Generates a fault identifier that can be matched with one of the faults associated with the specific outbound operation.
Method Summary | |
---|---|
String |
generateFaultName(FaultException exception)
Generate fault identifier from the FaultException |
String |
generateFaultName(Object[] arguments)
A selector method to support bindings not supporting CCI |
boolean |
isFault(Object[] faultData)
Pass the returned data, whether it be an exception or response message, to determine if a fault has occurred. |
Method Detail |
---|
String generateFaultName(FaultException exception) throws SelectorException
exception
- - Fault Exception
SelectorException
String generateFaultName(Object[] arguments) throws SelectorException
arguments
- is the response, whether it be an exception or
response message.
SelectorException
boolean isFault(Object[] faultData)
faultData
- is the returned data.
true
if faultData is a fault otherwise false
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |