|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebservicesModule<T extends IWebservicesContainer<? extends IWebServiceEndpoint>>
The IWebservicesModule represents all the webservices container included in an archive (ejbjar or webapp).
| Method Summary | |
|---|---|
void |
addContainer(T container)
Add the given container. |
T |
findContainer(String name)
Find a container with the given name. |
Collection<T> |
getContainers()
|
String |
getName()
|
void |
removeContainer(T container)
Remove a given container. |
void |
start()
Starts the module. |
void |
stop()
Stop the module. |
| Method Detail |
|---|
void addContainer(T container)
container - added containervoid removeContainer(T container)
container - removed containerT findContainer(String name)
name - name of the container
Collection<T> getContainers()
void start()
void stop()
String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||