FileDocCategorySizeDatePackage
EndpointLifecycleListener.javaAPI DocGlassfish v2 API2698Fri May 04 22:32:42 BST 2007com.sun.enterprise.webservice.monitoring

EndpointLifecycleListener

public 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.
author
Jerome Dochez

Fields Summary
Constructors Summary
Methods Summary
public voidendpointAdded(Endpoint endpoint)
Notification of a new Web Service endpoint installation in the appserver.

param
endpoint endpoint to register SOAPMessageListener if needed.

public voidendpointRemoved(Endpoint endpoint)
Notification of a Web Service endpoint removal from the appserver

param
endpoint handler to register SOAPMessageListener if needed.