|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingManager<B extends Binding,I,O>
Manages the ServiceProviders for a given Binding. Each ServiceProvider is identified by the Service which it configures.
Method Summary | |
---|---|
void |
add(Service service,
B binding,
ServiceProvider<B,I,O> provider)
Adds a service endpoint given a service and binding. |
ServiceProvider<B,I,O> |
get(Service service,
B binding)
Gets the ServiceProvider given a service and binding. |
ServiceProvider<B,I,O> |
remove(Service service,
B binding)
Removes the service endpoint given a service and binding. |
Method Detail |
---|
void add(Service service, B binding, ServiceProvider<B,I,O> provider) throws EndpointException
service
- namebinding
- ServiceProvider
-
EndpointException
ServiceProvider<B,I,O> remove(Service service, B binding) throws EndpointException
service
- namebinding
-
EndpointException
ServiceProvider<B,I,O> get(Service service, B binding)
service
- binding
-
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |