|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Modules are building blocks of WSO2 SOA Enablement Server managed by server runtime. Each module is loaded with given config first, then initialized, and when server is shutdown all modules are destroyed.
Method Summary | |
void |
destroy()
Destroys the module. |
void |
init()
Initializes the module. |
void |
load(Configurable config)
Loads the module. |
Method Detail |
public void load(Configurable config) throws WaspInternalException
config
- module's config
WaspInternalException
- it causes WSO2 SOA Enablement Server won't be
startedpublic void init() throws WaspInternalException
WaspInternalException
- it causes WSO2 SOA Enablement Server won't be
startedpublic void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |