public class SimpleEndpointCache extends Object implements EndpointCache
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
muleContext |
| Constructor and Description |
|---|
SimpleEndpointCache(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
getInboundEndpoint(String uri,
MessageExchangePattern mep) |
OutboundEndpoint |
getOutboundEndpoint(String uri,
MessageExchangePattern mep,
Long responseTimeout) |
protected MuleContext muleContext
public SimpleEndpointCache(MuleContext muleContext)
public OutboundEndpoint getOutboundEndpoint(String uri, MessageExchangePattern mep, Long responseTimeout) throws MuleException
getOutboundEndpoint in interface EndpointCacheMuleExceptionpublic InboundEndpoint getInboundEndpoint(String uri, MessageExchangePattern mep) throws MuleException
getInboundEndpoint in interface EndpointCacheMuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.