Class WSEndpointLifeCycleListener
- java.lang.Object
-
- org.glassfish.webservices.transport.tcp.WSEndpointLifeCycleListener
-
- All Implemented Interfaces:
EndpointLifecycleListener
public final class WSEndpointLifeCycleListener extends Object implements EndpointLifecycleListener
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description WSEndpointLifeCycleListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendpointAdded(Endpoint endpoint)Notification of a new Web Service endpoint installation in the appserver.voidendpointRemoved(Endpoint endpoint)Notification of a Web Service endpoint removal from the appserver
-
-
-
Method Detail
-
endpointAdded
public void endpointAdded(Endpoint endpoint)
Description copied from interface:EndpointLifecycleListenerNotification of a new Web Service endpoint installation in the appserver.- Specified by:
endpointAddedin interfaceEndpointLifecycleListener- Parameters:
endpoint- endpoint to register SOAPMessageListener if needed.
-
endpointRemoved
public void endpointRemoved(Endpoint endpoint)
Description copied from interface:EndpointLifecycleListenerNotification of a Web Service endpoint removal from the appserver- Specified by:
endpointRemovedin interfaceEndpointLifecycleListener- Parameters:
endpoint- handler to register SOAPMessageListener if needed.
-
-