public class WSProxyFactoryBean extends AbstractFlowConstructFactoryBean
applicationContext, flowConstruct, muleContext
Constructor and Description |
---|
WSProxyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
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) |
createFlowConstruct, getObject, isSingleton, setApplicationContext, setExceptionListener, setInitialState, setMessageSource, setMuleContext, setName
public Class<?> getObjectType()
protected AbstractFlowConstructBuilder<WSProxyBuilder,WSProxy> 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 setWsdlLocation(URI wsldLocation)
public void setWsdlFile(File wsdlFile)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.