Interface EndpointLifecycleListener

  • All Known Implementing Classes:
    WSEndpointLifeCycleListener

    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
    • Method Detail

      • endpointAdded

        void endpointAdded​(Endpoint endpoint)
        Notification of a new Web Service endpoint installation in the appserver.
        Parameters:
        endpoint - endpoint to register SOAPMessageListener if needed.
      • endpointRemoved

        void endpointRemoved​(Endpoint endpoint)
        Notification of a Web Service endpoint removal from the appserver
        Parameters:
        endpoint - handler to register SOAPMessageListener if needed.