public abstract class AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder<T extends AbstractFlowConstructBuilder<?,?>,F extends AbstractFlowConstruct> extends AbstractFlowConstructWithSingleInboundEndpointBuilder<T,F>
exceptionListener, initialState, messageSource, name, responseTransformers, transformers
Constructor and Description |
---|
AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
doConfigureOutboundEndpointBuilder(MuleContext muleContext,
EndpointBuilder endpointBuilder) |
protected OutboundEndpoint |
getOrBuildOutboundEndpoint(MuleContext muleContext) |
protected abstract MessageExchangePattern |
getOutboundMessageExchangePattern() |
T |
outboundAddress(String outboundAddress) |
T |
outboundEndpoint(EndpointBuilder outboundEndpointBuilder) |
T |
outboundEndpoint(OutboundEndpoint outboundEndpoint) |
doConfigureInboundEndpointBuilder, getInboundMessageExchangePattern, getOrBuildInboundEndpoint, inboundAddress, inboundEndpoint, inboundEndpoint
addExceptionListener, build, buildAndRegister, buildFlowConstruct, exceptionStrategy, initialState, messageSource, name
public AbstractFlowConstructWithSingleInboundAndOutboundEndpointBuilder()
public T outboundEndpoint(OutboundEndpoint outboundEndpoint)
public T outboundEndpoint(EndpointBuilder outboundEndpointBuilder)
protected OutboundEndpoint getOrBuildOutboundEndpoint(MuleContext muleContext) throws MuleException
MuleException
protected abstract MessageExchangePattern getOutboundMessageExchangePattern()
protected void doConfigureOutboundEndpointBuilder(MuleContext muleContext, EndpointBuilder endpointBuilder)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.