|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of input data to usepublic interface WebServiceClientConsumer<T>
Interface for classes that use webservices, sending data to them.
| Method Summary | |
|---|---|
Class[] |
accepts()
Returns the classes that are accepted input. |
void |
setRequestData(T value)
Sets the data for the request, if any. |
| Methods inherited from interface adams.flow.webservice.WebServiceClient |
|---|
getOwner, query, setOwner |
| Methods inherited from interface adams.core.CleanUpHandler |
|---|
cleanUp |
| Method Detail |
|---|
Class[] accepts()
void setRequestData(T value)
value - the request data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||