|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceClient
Interface for classes that use webservices.
| Method Summary | |
|---|---|
int |
getConnectionTimeout()
Returns the timeout for the http connection in msec. |
AbstractActor |
getOwner()
Returns the owning actor. |
int |
getReceiveTimeout()
Returns the timeout for receiving in msec. |
void |
query()
Queries the webservice. |
void |
setConnectionTimeout(int value)
Sets the timeout for the http connection in msec. |
void |
setOwner(AbstractActor value)
Sets the actor that executes this webservice. |
void |
setReceiveTimeout(int value)
Sets the timeout for receiving in msec. |
| Methods inherited from interface adams.core.option.OptionHandler |
|---|
cleanUpOptions, defineOptions, getOptionManager |
| Methods inherited from interface adams.core.Destroyable |
|---|
destroy |
| Methods inherited from interface adams.core.CleanUpHandler |
|---|
cleanUp |
| Method Detail |
|---|
void setOwner(AbstractActor value)
value - the ownerAbstractActor getOwner()
void setConnectionTimeout(int value)
value - the timeout in msec, 0 is infiniteint getConnectionTimeout()
void setReceiveTimeout(int value)
value - the timeout in msec, 0 is infiniteint getReceiveTimeout()
void query()
throws Exception
Exception - if accessing webservice fails for some reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||