public interface EndpointBuilder extends MuleContextAware, Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
addTransformer(Transformer transformer) |
InboundEndpoint |
buildInboundEndpoint()
Constructs inbound endpoints
|
OutboundEndpoint |
buildOutboundEndpoint()
Constructs outbound endpoints
|
Object |
clone() |
void |
setConnectionStrategy(ConnectionStrategy connectionStrategy) |
void |
setConnector(Connector connector) |
void |
setDeleteUnacceptedMessages(boolean deleteUnacceptedMessages) |
void |
setEncoding(String encoding) |
void |
setFilter(Filter filter) |
void |
setInitialState(String initialState) |
void |
setMuleContext(MuleContext muleContext) |
void |
setName(String name) |
void |
setProperties(Map properties) |
void |
setProperty(Object key,
Object value) |
void |
setRegistryId(String registryId) |
void |
setRemoteSync(boolean remoteSync) |
void |
setRemoteSyncTimeout(int remoteSyncTimeout) |
void |
setResponseTransformers(List responseTransformer) |
void |
setSecurityFilter(EndpointSecurityFilter securityFilter) |
void |
setSynchronous(boolean synchronous) |
void |
setTransactionConfig(TransactionConfig transactionConfig) |
void |
setTransformers(List transformers) |
void |
setURIBuilder(URIBuilder URIBuilder) |
InboundEndpoint buildInboundEndpoint() throws EndpointException, InitialisationException
EndpointExceptionInitialisationExceptionOutboundEndpoint buildOutboundEndpoint() throws EndpointException, InitialisationException
EndpointExceptionInitialisationExceptionvoid setConnector(Connector connector)
void addTransformer(Transformer transformer)
void setTransformers(List transformers)
void setResponseTransformers(List responseTransformer)
void setName(String name)
void setProperties(Map properties)
void setTransactionConfig(TransactionConfig transactionConfig)
void setFilter(Filter filter)
void setDeleteUnacceptedMessages(boolean deleteUnacceptedMessages)
void setSecurityFilter(EndpointSecurityFilter securityFilter)
void setSynchronous(boolean synchronous)
void setRemoteSync(boolean remoteSync)
void setRemoteSyncTimeout(int remoteSyncTimeout)
void setInitialState(String initialState)
void setEncoding(String encoding)
void setRegistryId(String registryId)
void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwarevoid setConnectionStrategy(ConnectionStrategy connectionStrategy)
void setURIBuilder(URIBuilder URIBuilder)
Object clone() throws CloneNotSupportedException
CloneNotSupportedExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.