Uses of Class
com.sun.xml.ws.api.server.LazyMOMProvider.Scope

Packages that use LazyMOMProvider.Scope
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.Scope in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server that return LazyMOMProvider.Scope
 LazyMOMProvider.Scope LazyMOMProvider.getScope()
           
static LazyMOMProvider.Scope LazyMOMProvider.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LazyMOMProvider.Scope[] LazyMOMProvider.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.ws.api.server with parameters of type LazyMOMProvider.Scope
 void LazyMOMProvider.initMOMForScope(LazyMOMProvider.Scope scope)
          Initializes this provider with a given scope.
 void LazyMOMProvider.ScopeChangeListener.scopeChanged(LazyMOMProvider.Scope scope)
           
 

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

Methods in com.sun.xml.ws.server with parameters of type LazyMOMProvider.Scope
 void WSEndpointImpl.scopeChanged(LazyMOMProvider.Scope scope)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.