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 EndpointCache
MuleException
public InboundEndpoint getInboundEndpoint(String uri, MessageExchangePattern mep) throws MuleException
getInboundEndpoint
in interface EndpointCache
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.