| Package | Description |
|---|---|
| javax.xml.ws.handler |
This package defines APIs for message handlers.
|
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
MessageContext.getScope(String
Gets the scope of a property.
|
static MessageContext |
MessageContext.Scope.valueOf(String
Returns the enum constant of this type with the specified name.
|
static MessageContext |
MessageContext.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageContext.setScope(String
Sets the scope of a property.
|