|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointMapper<E>
registration interface to use with the Mapper classes.
| Method Summary | |
|---|---|
void |
registerEndpoint(Endpoint endpoint)
Registers a new endpoint (proxy implementation) defined by the passed Endpoint object. |
void |
registerEndpoint(String contextRoot,
Collection<String> vsServers,
E adapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root. |
void |
unregisterEndpoint(Endpoint endpoint)
Removes the Endpoint from our list of endpoints. |
void |
unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints. |
| Method Detail |
|---|
void registerEndpoint(String contextRoot,
Collection<String> vsServers,
E adapter,
ApplicationContainer container)
throws EndpointRegistrationException
contextRoot - for the proxyendpointAdapter - servicing requests.
EndpointRegistrationException
void unregisterEndpoint(String contextRoot,
ApplicationContainer app)
throws EndpointRegistrationException
EndpointRegistrationException
void registerEndpoint(Endpoint endpoint)
throws EndpointRegistrationException
Endpoint object.
endpoint - Endpoint
EndpointRegistrationException
void unregisterEndpoint(Endpoint endpoint)
throws EndpointRegistrationException
Endpoint from our list of endpoints.
endpoint - Endpoint
EndpointRegistrationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||