Uses of Enum
jakarta.xml.ws.handler.MessageContext.Scope
-
Uses of MessageContext.Scope in jakarta.xml.ws.handler
Modifier and TypeMethodDescriptionGets the scope of a property.static MessageContext.Scope
Returns the enum constant of this type with the specified name.static MessageContext.Scope[]
MessageContext.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MessageContext.setScope
(String name, MessageContext.Scope scope) Sets the scope of a property.