Package | Description |
---|---|
org.jboss.ws.core | |
org.jboss.ws.core.jaxrpc.client | |
org.jboss.ws.core.jaxrpc.handler | |
org.jboss.ws.core.soap.utils | |
org.jboss.ws.core.utils |
Modifier and Type | Method and Description |
---|---|
protected abstract CommonMessageContext |
CommonClient.processPivot(CommonMessageContext requestContext) |
Modifier and Type | Method and Description |
---|---|
static void |
CommonMessageContext.cleanupAttachments(CommonMessageContext messageContext) |
protected abstract CommonMessageContext |
CommonClient.processPivot(CommonMessageContext requestContext) |
Constructor and Description |
---|
CommonMessageContext(CommonMessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
protected CommonMessageContext |
CallImpl.processPivot(CommonMessageContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected CommonMessageContext |
CallImpl.processPivot(CommonMessageContext requestContext) |
Modifier and Type | Class and Description |
---|---|
class |
MessageContextJAXRPC
The message context that is processed by a handler
in the handle method.
|
class |
SOAPMessageContextJAXRPC
Provides access to the SOAP message for either RPC request or response.
|
Modifier and Type | Method and Description |
---|---|
static CommonMessageContext |
MessageContextJAXRPC.processPivot(CommonMessageContext requestContext) |
Modifier and Type | Method and Description |
---|---|
static CommonMessageContext |
MessageContextJAXRPC.processPivot(CommonMessageContext requestContext) |
Constructor and Description |
---|
MessageContextJAXRPC(CommonMessageContext msgContext) |
SOAPMessageContextJAXRPC(CommonMessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
static CommonMessageContext |
MessageContextAssociation.peekMessageContext() |
static CommonMessageContext |
MessageContextAssociation.popMessageContext() |
static CommonMessageContext |
MessageContextAssociation.popMessageContext(boolean clearDOMIfEmpty) |
Modifier and Type | Method and Description |
---|---|
static void |
MessageContextAssociation.pushMessageContext(CommonMessageContext msgContext) |
Modifier and Type | Method and Description |
---|---|
static ThreadLocal<Stack<CommonMessageContext>> |
ThreadLocalAssociation.localMsgContextAssoc() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.