|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebDeployer
The IEJBWsModuleWebDeployer is responsible to hook up an ejb endpoint inside a web container. That means creating one (or more) Web context(s), generating required servlets declarations, servlet mappings, security stuff, ...
| Method Summary | |
|---|---|
void |
deploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
Deploy the given module, with all its endpoints in the web container, creating appropriate contexts when required. |
void |
undeploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
Undeploy the given module, with all its endpoints from the web container. |
| Method Detail |
|---|
void deploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
throws WSException
module - the webservices module to deploy
WSException - if deployment went wrong.void undeploy(IWebservicesModule<? extends IWebservicesContainer<? extends IEJBWebserviceEndpoint>> module)
module - the webservices module to undeploy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||