|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceManager
An IServiceManager
is responsible to manage existing
IServiceHandler
s.
IServiceHandler
Method Summary | |
---|---|
void |
registerServiceHandler(java.lang.String id,
IServiceHandler serviceHandler)
Registers a new service handler at the service manager. |
void |
unregisterServiceHandler(java.lang.String id)
Unregisters a service handler. |
Method Detail |
---|
void registerServiceHandler(java.lang.String id, IServiceHandler serviceHandler)
id
to identify the request which are handled by the
registered service handler.
id
- the identifier of this service handler used in the URLserviceHandler
- the IServiceHandler
implementationIServiceHandler
,
IServiceHandler.REQUEST_PARAM
void unregisterServiceHandler(java.lang.String id)
id
- the identifier of this service handlerIServiceHandler
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.