EndpointLifecycleListenerpublic interface EndpointLifecycleListener This listener interface provides facility to receive notifications
when a new Web Service endpoint has been added/removed to/from the
appserver runtime. |
Methods Summary |
---|
public void | endpointAdded(Endpoint endpoint)Notification of a new Web Service endpoint installation in the
appserver.
| public void | endpointRemoved(Endpoint endpoint)Notification of a Web Service endpoint removal from the appserver
|
|