Uses of Interface
org.mule.api.retry.RetryPolicyTemplate

Packages that use RetryPolicyTemplate
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.retry.async   
org.mule.retry.policies   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
 

Uses of RetryPolicyTemplate in org.mule.api.endpoint
 

Methods in org.mule.api.endpoint that return RetryPolicyTemplate
 RetryPolicyTemplate ImmutableEndpoint.getRetryPolicyTemplate()
          The retry policy on the endpoint configures how retries are handled.
 

Methods in org.mule.api.endpoint with parameters of type RetryPolicyTemplate
 void EndpointBuilder.setRetryPolicyTemplate(RetryPolicyTemplate retryPolicyTemplate)
           
 

Uses of RetryPolicyTemplate in org.mule.api.transport
 

Methods in org.mule.api.transport that return RetryPolicyTemplate
 RetryPolicyTemplate Connector.getRetryPolicyTemplate()
           
 

Uses of RetryPolicyTemplate in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type RetryPolicyTemplate
static Message CoreMessages.retryPolicyExhausted(RetryPolicyTemplate policy)
           
 

Uses of RetryPolicyTemplate in org.mule.endpoint
 

Fields in org.mule.endpoint declared as RetryPolicyTemplate
protected  RetryPolicyTemplate AbstractEndpointBuilder.retryPolicyTemplate
           
protected  RetryPolicyTemplate AbstractEndpoint.retryPolicyTemplate
           
 

Methods in org.mule.endpoint that return RetryPolicyTemplate
 RetryPolicyTemplate DynamicURIInboundEndpoint.getRetryPolicyTemplate()
           
 RetryPolicyTemplate DynamicURIOutboundEndpoint.getRetryPolicyTemplate()
           
 RetryPolicyTemplate DynamicOutboundEndpoint.getRetryPolicyTemplate()
           
 RetryPolicyTemplate AbstractEndpoint.getRetryPolicyTemplate()
           
protected  RetryPolicyTemplate AbstractEndpointBuilder.getRetryPolicyTemplate(Connector conn)
           
 

Methods in org.mule.endpoint with parameters of type RetryPolicyTemplate
 void AbstractEndpointBuilder.setRetryPolicyTemplate(RetryPolicyTemplate retryPolicyTemplate)
           
 

Constructors in org.mule.endpoint with parameters of type RetryPolicyTemplate
AbstractEndpoint(Connector connector, EndpointURI endpointUri, String name, Map properties, TransactionConfig transactionConfig, boolean deleteUnacceptedMessages, MessageExchangePattern messageExchangePattern, int responseTimeout, String initialState, String endpointEncoding, String endpointBuilderName, MuleContext muleContext, RetryPolicyTemplate retryPolicyTemplate, AbstractRedeliveryPolicy redeliveryPolicy, EndpointMessageProcessorChainFactory messageProcessorsFactory, List<MessageProcessor> messageProcessors, List<MessageProcessor> responseMessageProcessors, boolean disableTransportTransformer, String endpointMimeType)
           
DefaultInboundEndpoint(Connector connector, EndpointURI endpointUri, String name, Map properties, TransactionConfig transactionConfig, boolean deleteUnacceptedMessage, MessageExchangePattern messageExchangePattern, int responseTimeout, String initialState, String endpointEncoding, String endpointBuilderName, MuleContext muleContext, RetryPolicyTemplate retryPolicyTemplate, AbstractRedeliveryPolicy redeliveryPolicy, EndpointMessageProcessorChainFactory messageProcessorsFactory, List<MessageProcessor> messageProcessors, List<MessageProcessor> responseMessageProcessors, boolean disableTransportTransformer, String mimeType)
           
DefaultOutboundEndpoint(Connector connector, EndpointURI endpointUri, String name, Map properties, TransactionConfig transactionConfig, boolean deleteUnacceptedMessage, MessageExchangePattern messageExchangePattern, int responseTimeout, String initialState, String endpointEncoding, String endpointBuilderName, MuleContext muleContext, RetryPolicyTemplate retryPolicyTemplate, AbstractRedeliveryPolicy redeliveryPolicy, String responsePropertiesList, EndpointMessageProcessorChainFactory messageProcessorsFactory, List<MessageProcessor> messageProcessors, List<MessageProcessor> responseMessageProcessors, boolean disableTransportTransformer, String endpointMimeType)
           
 

Uses of RetryPolicyTemplate in org.mule.retry.async
 

Classes in org.mule.retry.async that implement RetryPolicyTemplate
 class AsynchronousRetryTemplate
          This class is a wrapper for a RetryPolicyTemplate and will execute any retry work within a separate thread.
 

Methods in org.mule.retry.async that return RetryPolicyTemplate
 RetryPolicyTemplate AsynchronousRetryTemplate.getDelegate()
           
 

Constructors in org.mule.retry.async with parameters of type RetryPolicyTemplate
AsynchronousRetryTemplate(RetryPolicyTemplate delegate)
           
RetryWorker(RetryPolicyTemplate delegate, RetryCallback callback, WorkManager workManager)
           
RetryWorker(RetryPolicyTemplate delegate, RetryCallback callback, WorkManager workManager, Latch startLatch)
           
 

Uses of RetryPolicyTemplate in org.mule.retry.policies
 

Classes in org.mule.retry.policies that implement RetryPolicyTemplate
 class AbstractPolicyTemplate
          Base class for RetryPolicyTemplate implementations.
 class NoRetryPolicyTemplate
          This policy is basically a placeholder.
 class RetryForeverPolicyTemplate
          This policy is the same as SimpleRetryPolicyTemplate but will retry an infinite amount of times.
 class SimpleRetryPolicyTemplate
          This policy allows the user to configure how many times a retry should be attempted and how long to wait between retries.
 

Uses of RetryPolicyTemplate in org.mule.transport
 

Fields in org.mule.transport declared as RetryPolicyTemplate
protected  RetryPolicyTemplate AbstractTransportMessageHandler.retryTemplate
           
 

Methods in org.mule.transport that return RetryPolicyTemplate
 RetryPolicyTemplate AbstractConnector.getRetryPolicyTemplate()
           
 

Methods in org.mule.transport with parameters of type RetryPolicyTemplate
 void AbstractConnector.setRetryPolicyTemplate(RetryPolicyTemplate retryPolicyTemplate)
           
 



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