|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Initializable
instead.
This interface is called by a WebServiceContext whenever a web service is being initialized or destroyed. If a web service wants to have a reference to the WebServiceContext, it must implement this interface. However, it is not necessary to implement it for simple web services.
WebServiceContext
Method Summary | |
void |
destroy()
Deprecated. called just before the web service is destroyed. |
void |
init(WebServiceContext container)
Deprecated. This method is called after a web service is loaded into a container. |
Method Detail |
public void init(WebServiceContext container)
container
- the container into which the web service is loaded.public void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |