Uses of Class
com.sun.xml.ws.api.server.LazyMOMProvider.Scope
-
Packages that use LazyMOMProvider.Scope Package Description com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.commons com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime. -
-
Uses of LazyMOMProvider.Scope in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return LazyMOMProvider.Scope Modifier and Type Method Description LazyMOMProvider.ScopeLazyMOMProvider. getScope()static LazyMOMProvider.ScopeLazyMOMProvider.Scope. valueOf(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 Modifier and Type Method Description voidLazyMOMProvider. initMOMForScope(LazyMOMProvider.Scope scope)Initializes this provider with a given scope.voidLazyMOMProvider.ScopeChangeListener. scopeChanged(LazyMOMProvider.Scope scope) -
Uses of LazyMOMProvider.Scope in com.sun.xml.ws.commons
Methods in com.sun.xml.ws.commons with parameters of type LazyMOMProvider.Scope Modifier and Type Method Description voidWSEndpointCollectionBasedMOMListener. 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 Modifier and Type Method Description voidWSEndpointImpl. scopeChanged(LazyMOMProvider.Scope scope)
-