org.mule.module.ws.config.spring.factories
Class WSProxyFactoryBean

java.lang.Object
  extended by org.mule.config.spring.factories.AbstractFlowConstructFactoryBean
      extended by org.mule.module.ws.config.spring.factories.WSProxyFactoryBean
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 WSProxyFactoryBean
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
WSProxyFactoryBean()
           
 
Method Summary
protected  AbstractFlowConstructBuilder<WSProxyBuilder,WSProxy> getFlowConstructBuilder()
           
 Class<?> getObjectType()
           
 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)
           
 void setWsdlFile(File wsdlFile)
           
 void setWsdlLocation(URI wsldLocation)
           
 
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

WSProxyFactoryBean

public WSProxyFactoryBean()
Method Detail

getObjectType

public Class<?> getObjectType()

getFlowConstructBuilder

protected AbstractFlowConstructBuilder<WSProxyBuilder,WSProxy> 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)

setWsdlLocation

public void setWsdlLocation(URI wsldLocation)

setWsdlFile

public void setWsdlFile(File wsdlFile)


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