Package com.sun.enterprise.web
Interface EjbWSRegistryListener
-
@Contract public interface EjbWSRegistryListenerThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister()voidsetContainer(WebContainer wc)voidunregister()
-
-
-
Method Detail
-
register
void register()
-
unregister
void unregister()
-
setContainer
void setContainer(WebContainer wc)
-
-