public class SimpleServiceBuilder extends AbstractFlowConstructWithSingleInboundEndpointBuilder<SimpleServiceBuilder,SimpleService>
Modifier and Type | Field and Description |
---|---|
protected Component |
component |
protected SimpleService.Type |
type |
exceptionListener, initialState, messageSource, name, responseTransformers, transformers
Constructor and Description |
---|
SimpleServiceBuilder() |
Modifier and Type | Method and Description |
---|---|
protected SimpleService |
buildFlowConstruct(MuleContext muleContext) |
SimpleServiceBuilder |
component(Callable callable) |
SimpleServiceBuilder |
component(Class<?> componentClass) |
SimpleServiceBuilder |
component(Component component) |
SimpleServiceBuilder |
component(Object o) |
SimpleServiceBuilder |
component(ObjectFactory objectFactory) |
protected EntryPointResolverSet |
createEntryPointResolverSet() |
protected MessageExchangePattern |
getInboundMessageExchangePattern() |
SimpleServiceBuilder |
responseTransformers(Transformer... responseTransformers) |
SimpleServiceBuilder |
transformers(Transformer... transformers) |
SimpleServiceBuilder |
type(SimpleService.Type type) |
doConfigureInboundEndpointBuilder, getOrBuildInboundEndpoint, inboundAddress, inboundEndpoint, inboundEndpoint
addExceptionListener, build, buildAndRegister, exceptionStrategy, initialState, messageSource, name
protected SimpleService.Type type
protected Component component
protected MessageExchangePattern getInboundMessageExchangePattern()
public SimpleServiceBuilder transformers(Transformer... transformers)
public SimpleServiceBuilder responseTransformers(Transformer... responseTransformers)
public SimpleServiceBuilder component(Class<?> componentClass)
public SimpleServiceBuilder component(ObjectFactory objectFactory)
public SimpleServiceBuilder component(Callable callable)
public SimpleServiceBuilder component(Object o)
public SimpleServiceBuilder type(SimpleService.Type type)
public SimpleServiceBuilder component(Component component)
protected SimpleService buildFlowConstruct(MuleContext muleContext) throws MuleException
buildFlowConstruct
in class AbstractFlowConstructBuilder<SimpleServiceBuilder,SimpleService>
MuleException
protected EntryPointResolverSet createEntryPointResolverSet()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.