Uses of Enum
com.sun.xml.ws.api.server.LazyMOMProvider.Scope
Packages that use LazyMOMProvider.Scope
Package
Description
APIs for hosting JAX-WS services.
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.ScopeModifier and TypeMethodDescriptionLazyMOMProvider.getScope()static LazyMOMProvider.ScopeReturns 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.ScopeModifier and TypeMethodDescriptionvoidLazyMOMProvider.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.ScopeModifier and TypeMethodDescriptionvoidWSEndpointCollectionBasedMOMListener.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