Class BlockingMsgSenderUtils
- java.lang.Object
-
- org.apache.synapse.message.senders.blocking.BlockingMsgSenderUtils
-
public class BlockingMsgSenderUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockingMsgSenderUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 definitionstatic 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
-
-
-
Method Detail
-
fillClientOptions
public 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- Parameters:
endpoint
- endpoint definitionclientOptions
- target client optionssynapseInMsgCtx
- original message context
-
fillMessageContext
public static void fillMessageContext(EndpointDefinition endpoint, org.apache.axis2.context.MessageContext axisOutMsgCtx, MessageContext synapseInMsgCtx) throws org.apache.axis2.AxisFault
Fill the target message context extracting the required properties of the original message context and the endpoint- Parameters:
endpoint
- endpoint definitionaxisOutMsgCtx
- target message axis2 contextsynapseInMsgCtx
- original synapse message context- Throws:
org.apache.axis2.AxisFault
-
-