Uses of Interface
com.sun.xml.ws.api.server.LazyMOMProvider.WSEndpointScopeChangeListener

Packages that use LazyMOMProvider.WSEndpointScopeChangeListener
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

Uses of LazyMOMProvider.WSEndpointScopeChangeListener in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server with parameters of type LazyMOMProvider.WSEndpointScopeChangeListener
 void LazyMOMProvider.registerEndpoint(LazyMOMProvider.WSEndpointScopeChangeListener wsEndpoint)
          Registers a Webservice Endpoint as a listener.
 void LazyMOMProvider.unregisterEndpoint(LazyMOMProvider.WSEndpointScopeChangeListener wsEndpoint)
          Unregisters a Webservice Endpoint from the list of listeners.
 

Uses of LazyMOMProvider.WSEndpointScopeChangeListener in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement LazyMOMProvider.WSEndpointScopeChangeListener
 class WSEndpointImpl<T>
          WSEndpoint implementation.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.