public class BlockingMsgSenderUtils extends Object
| Constructor and Description |
|---|
BlockingMsgSenderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillClientOptions(EndpointDefinition endpoint,
org.apache.axis2.client.Options clientOptions,
MessageContext synapseInMsgCtx)
Fill client options extracting properties from the original message context and endpoint
definition
|
static void |
fillMessageContext(EndpointDefinition endpoint,
org.apache.axis2.context.MessageContext axisOutMsgCtx,
MessageContext synapseInMsgCtx)
Fill the target message context extracting the required properties of the original message
context and the endpoint
|
public static void fillClientOptions(EndpointDefinition endpoint, org.apache.axis2.client.Options clientOptions, MessageContext synapseInMsgCtx)
endpoint - endpoint definitionclientOptions - target client optionssynapseInMsgCtx - original message contextpublic static void fillMessageContext(EndpointDefinition endpoint, org.apache.axis2.context.MessageContext axisOutMsgCtx, MessageContext synapseInMsgCtx) throws org.apache.axis2.AxisFault
endpoint - endpoint definitionaxisOutMsgCtx - target message axis2 contextsynapseInMsgCtx - original synapse message contextorg.apache.axis2.AxisFaultCopyright © 2005–2024 Apache Software Foundation. All rights reserved.