|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a lifecycle interface for a JAX-RPC service endpoint. If the service endpoint class implements the ServiceLifeycle interface, the servlet container based JAX-RPC runtime system is required to manage the lifecycle of the corresponding service endpoint objects.
Method Summary | |
void |
destroy()
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method. |
void |
init(java.lang.Object context)
Used for initialization of a service endpoint. |
Method Detail |
public void init(java.lang.Object context) throws ServiceException (src)
context
- Endpoint context for a JAX-RPC service endpoint
ServiceException (src)
- If any error in initialization of the service endpoint; or if any illegal context has been provided in the init methodpublic void destroy()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |