public class Axis2FlexibleMEPClient
extends java.lang.Object
Constructor and Description |
---|
Axis2FlexibleMEPClient() |
Modifier and Type | Method and Description |
---|---|
static void |
clearSecurtityProperties(org.apache.axis2.client.Options options) |
static boolean |
isMultipartContent(java.lang.String contentType)
Check whether the content type is multipart or not
|
static void |
send(EndpointDefinition endpoint,
MessageContext synapseOutMessageContext)
Based on the Axis2 client code.
|
public static void send(EndpointDefinition endpoint, MessageContext synapseOutMessageContext) throws org.apache.axis2.AxisFault
endpoint
- the endpoint being sent to, maybe nullsynapseOutMessageContext
- the outgoing synapse messageorg.apache.axis2.AxisFault
- on errorspublic static void clearSecurtityProperties(org.apache.axis2.client.Options options)
public static boolean isMultipartContent(java.lang.String contentType)
contentType
- Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.