|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageContext.Scope | |
---|---|
javax.xml.ws.handler | |
org.apache.axis2.jaxws.handler |
Uses of MessageContext.Scope in javax.xml.ws.handler |
---|
Methods in javax.xml.ws.handler that return MessageContext.Scope | |
---|---|
MessageContext.Scope |
MessageContext.getScope(java.lang.String s)
|
static MessageContext.Scope |
MessageContext.Scope.valueOf(java.lang.String name)
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're declared. |
Methods in javax.xml.ws.handler with parameters of type MessageContext.Scope | |
---|---|
void |
MessageContext.setScope(java.lang.String s,
MessageContext.Scope scope)
|
Uses of MessageContext.Scope in org.apache.axis2.jaxws.handler |
---|
Methods in org.apache.axis2.jaxws.handler that return MessageContext.Scope | |
---|---|
MessageContext.Scope |
BaseMessageContext.getScope(java.lang.String s)
|
MessageContext.Scope |
MEPContext.getScope(java.lang.String s)
|
Methods in org.apache.axis2.jaxws.handler with parameters of type MessageContext.Scope | |
---|---|
void |
BaseMessageContext.setScope(java.lang.String s,
MessageContext.Scope scope)
|
void |
MEPContext.setScope(java.lang.String s,
MessageContext.Scope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |