|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceProvider
Interface for webservice providers, i.e., the server side.
| Method Summary | |
|---|---|
AbstractActor |
getOwner()
Returns the owning actor. |
String |
getURL()
Returns the URL used for the service. |
void |
setOwner(AbstractActor value)
Sets the actor that executes this webservice. |
String |
start()
Starts the server. |
String |
stop()
Stops the server. |
| Method Detail |
|---|
void setOwner(AbstractActor value)
value - the ownerAbstractActor getOwner()
String getURL()
String start()
String stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||