Uses of Enum Class
jakarta.xml.ws.handler.MessageContext.Scope
Packages that use MessageContext.Scope
-
Uses of MessageContext.Scope in jakarta.xml.ws.handler
Methods in jakarta.xml.ws.handler that return MessageContext.ScopeModifier and TypeMethodDescriptionGets the scope of a property.static MessageContext.ScopeReturns 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 jakarta.xml.ws.handler with parameters of type MessageContext.ScopeModifier and TypeMethodDescriptionvoidMessageContext.setScope(String name, MessageContext.Scope scope) Sets the scope of a property.