Uses of Enum Class
javax.xml.ws.handler.MessageContext.Scope
Packages that use MessageContext.Scope
-
Uses of MessageContext.Scope in javax.xml.ws.handler
Methods in javax.xml.ws.handler that return MessageContext.ScopeModifier and TypeMethodDescriptionGets the scope of a property.static MessageContext.Scope
Returns the enum constant of this class with the specified name.static MessageContext.Scope[]
MessageContext.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.xml.ws.handler with parameters of type MessageContext.ScopeModifier and TypeMethodDescriptionvoid
MessageContext.setScope
(String name, MessageContext.Scope scope) Sets the scope of a property.