|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FaultBinding
The FaultBinding allows the adapter to provide fault support for services. The FaultBinding interface is not specific to
Data Objects or Records and is inteded to be used with either data representation. The fault itself can be represented by
either the FultException
or an arbitrary array of objects.
Method Summary | |
---|---|
void |
setFaultData(FaultException faultData)
Set the fault exception on the binding object. |
void |
setFaultData(Object[] faultData)
Set the fault data on the binding object. |
Method Detail |
---|
void setFaultData(FaultException faultData)
faultData
- - A FaultException returned from the Adatper's execute method.void setFaultData(Object[] faultData)
faultData
- - A set objects representing the Fault Data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |