Interface EjbWSRegistryListener


  • @Contract
    public interface EjbWSRegistryListener
    This interface provides the contract for the Listener for EJB webservice endpoint registrations and unregistrations. Upon receiving an EJB webservice endpoint registration event, this listener will register the EJB webservice endpoint's path as an ad-hoc path with the web container, along with information about the ad-hoc servlet responsible for servicing any requests on this path. Upon receiving an EJB webservice endpoint unregistration event, this listener will unregister the EJB webservice endpoint's path as an ad-hoc path from the web container. This will be called from the WebContainer
    Author:
    Bhakti Mehta
    • Method Detail

      • register

        void register()
      • unregister

        void unregister()