Class TargetRequestFactory
java.lang.Object
org.apache.synapse.transport.passthru.util.TargetRequestFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TargetRequestcreate(org.apache.axis2.context.MessageContext msgContext, org.apache.http.conn.routing.HttpRoute route, TargetConfiguration configuration) static booleanisMultipartContent(String contentType) Check whether the content type is multipart or not
-
Constructor Details
-
TargetRequestFactory
public TargetRequestFactory()
-
-
Method Details
-
create
public static TargetRequest create(org.apache.axis2.context.MessageContext msgContext, org.apache.http.conn.routing.HttpRoute route, TargetConfiguration configuration) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-
isMultipartContent
Check whether the content type is multipart or not- Parameters:
contentType-- Returns:
- true for multipart content types
-