|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceHandler
Server interface of command channel.
For each callable command there is a well-known commandId and datatype.
Method Summary | |
---|---|
java.util.Collection<CommandSpec> |
getCommands()
Get all callable commands handled by this service handler. |
void |
handleRequest(ServiceRequest request)
Handle service request from the client. |
Method Detail |
---|
void handleRequest(ServiceRequest request)
request
- java.util.Collection<CommandSpec> getCommands()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |