org.mule.transport.http.config.spring.factories
Class HttpProxyFactoryBean

java.lang.Object
  extended by org.mule.config.spring.factories.AbstractFlowConstructFactoryBean
      extended by org.mule.transport.http.config.spring.factories.HttpProxyFactoryBean
All Implemented Interfaces:
MuleContextAware, Initialisable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<FlowConstruct>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class HttpProxyFactoryBean
extends AbstractFlowConstructFactoryBean


Field Summary
 
Fields inherited from class org.mule.config.spring.factories.AbstractFlowConstructFactoryBean
applicationContext, flowConstruct, muleContext
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
HttpProxyFactoryBean()
           
 
Method Summary
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)
           
 
Methods inherited from class org.mule.config.spring.factories.AbstractFlowConstructFactoryBean
afterPropertiesSet, createFlowConstruct, getObject, initialise, isSingleton, setApplicationContext, setExceptionListener, setInitialState, setMessageSource, setMuleContext, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpProxyFactoryBean

public HttpProxyFactoryBean()
Method Detail

getObjectType

public Class<?> getObjectType()

getFlowConstructBuilder

protected AbstractFlowConstructBuilder<HttpProxyBuilder,HttpProxy> getFlowConstructBuilder()
Specified by:
getFlowConstructBuilder in class AbstractFlowConstructFactoryBean

setEndpoint

public void setEndpoint(OutboundEndpoint endpoint)

setMessageProcessor

public void setMessageProcessor(MessageProcessor processor)

setInboundAddress

public void setInboundAddress(String inboundAddress)

setInboundEndpoint

public void setInboundEndpoint(EndpointBuilder inboundEndpointBuilder)

setOutboundAddress

public void setOutboundAddress(String outboundAddress)

setOutboundEndpoint

public void setOutboundEndpoint(EndpointBuilder outboundEndpointBuilder)

setTransformers

public void setTransformers(Transformer... transformers)

setResponseTransformers

public void setResponseTransformers(Transformer... responseTransformers)

setCachingStrategy

public void setCachingStrategy(CachingStrategy cachingStrategy)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.