public class HttpMuleMessageFactory
extends org.mule.transport.AbstractMuleMessageFactory
| Constructor and Description |
|---|
HttpMuleMessageFactory() |
HttpMuleMessageFactory(org.mule.api.MuleContext context)
Deprecated.
use
HttpMuleMessageFactory() instead |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProperties(org.mule.DefaultMuleMessage message,
Object transportMessage) |
protected void |
addUriParamsAsHeaders(Map headers,
String uri) |
protected void |
convertMultiPartHeaders(Map<String,Object> headers) |
protected Object |
extractPayload(Object transportMessage,
String encoding) |
protected Object |
extractPayloadFromHttpMethod(org.apache.commons.httpclient.HttpMethod httpMethod) |
protected Object |
extractPayloadFromHttpRequest(HttpRequest httpRequest) |
protected Class<?>[] |
getSupportedTransportMessageTypes() |
protected Map<String,Object> |
processIncomingHeaders(Map<String,Object> headers) |
protected Map<String,Object> |
processQueryParams(String uri,
String encoding) |
void |
setCookieSpec(String cookieSpec) |
void |
setEnableCookies(boolean enableCookies) |
void |
setExchangePattern(org.mule.MessageExchangePattern mep) |
public HttpMuleMessageFactory()
@Deprecated public HttpMuleMessageFactory(org.mule.api.MuleContext context)
HttpMuleMessageFactory() insteadprotected Class<?>[] getSupportedTransportMessageTypes()
getSupportedTransportMessageTypes in class org.mule.transport.AbstractMuleMessageFactoryprotected Object extractPayload(Object transportMessage, String encoding) throws Exception
extractPayload in class org.mule.transport.AbstractMuleMessageFactoryExceptionprotected Object extractPayloadFromHttpRequest(HttpRequest httpRequest) throws IOException
IOExceptionprotected Object extractPayloadFromHttpMethod(org.apache.commons.httpclient.HttpMethod httpMethod) throws IOException
IOExceptionprotected void addProperties(org.mule.DefaultMuleMessage message,
Object transportMessage)
throws Exception
addProperties in class org.mule.transport.AbstractMuleMessageFactoryExceptionprotected Map<String,Object> processIncomingHeaders(Map<String,Object> headers) throws Exception
Exceptionprotected Map<String,Object> processQueryParams(String uri, String encoding) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setEnableCookies(boolean enableCookies)
public void setCookieSpec(String cookieSpec)
public void setExchangePattern(org.mule.MessageExchangePattern mep)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.