org.mule.api.endpoint
Interface EndpointCache

All Known Implementing Classes:
SimpleEndpointCache

public interface EndpointCache

Cache endpoints in order to prevent memory leaks. see MULE-5422


Method Summary
 InboundEndpoint getInboundEndpoint(String uri, MessageExchangePattern mep)
           
 OutboundEndpoint getOutboundEndpoint(String uri, MessageExchangePattern mep, Long responseTimeout)
           
 

Method Detail

getInboundEndpoint

InboundEndpoint getInboundEndpoint(String uri,
                                   MessageExchangePattern mep)
                                   throws MuleException
Throws:
MuleException

getOutboundEndpoint

OutboundEndpoint getOutboundEndpoint(String uri,
                                     MessageExchangePattern mep,
                                     Long responseTimeout)
                                     throws MuleException
Throws:
MuleException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.