public class HttpProxyFactoryBean extends AbstractFlowConstructFactoryBean
applicationContext, flowConstruct, muleContext
PHASE_NAME
Constructor and Description |
---|
HttpProxyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected AbstractFlowConstructBuilder<HttpProxyBuilder,HttpProxy> |
getFlowConstructBuilder() |
Class<?> |
getObjectType() |
void |
setCachingStrategy(CachingStrategy cachingStrategy) |
void |
setEndpoint(OutboundEndpoint endpoint) |
void |
setInboundAddress(String inboundAddress) |
void |
setInboundEndpoint(EndpointBuilder inboundEndpointBuilder) |
void |
setMessageProcessor(MessageProcessor processor) |
void |
setOutboundAddress(String outboundAddress) |
void |
setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder) |
void |
setResponseTransformers(Transformer... responseTransformers) |
void |
setTransformers(Transformer... transformers) |
afterPropertiesSet, createFlowConstruct, getObject, initialise, isSingleton, setApplicationContext, setExceptionListener, setInitialState, setMessageSource, setMuleContext, setName
public Class<?> getObjectType()
protected AbstractFlowConstructBuilder<HttpProxyBuilder,HttpProxy> getFlowConstructBuilder()
getFlowConstructBuilder
in class AbstractFlowConstructFactoryBean
public void setEndpoint(OutboundEndpoint endpoint)
public void setMessageProcessor(MessageProcessor processor)
public void setInboundAddress(String inboundAddress)
public void setInboundEndpoint(EndpointBuilder inboundEndpointBuilder)
public void setOutboundAddress(String outboundAddress)
public void setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder)
public void setTransformers(Transformer... transformers)
public void setResponseTransformers(Transformer... responseTransformers)
public void setCachingStrategy(CachingStrategy cachingStrategy)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.