public interface ServiceLifecycle
Modifier and Type | Method and Description |
---|---|
void |
destroy()
JAX-RPC runtime system ends the lifecycle of a service endpoint instance by invoking the destroy method.
|
void |
init(Object context)
Used for initialization of a service endpoint.
|
void init(Object context) throws ServiceException
context
- Endpoint context for a JAX-RPC service endpointServiceException
- If any error in initialization of the service endpoint; or if any illegal context has been provided in the init methodvoid destroy()
Copyright © 2019 JBoss by Red Hat. All rights reserved.