org.mule.api.endpoint
Interface InboundEndpoint

All Superinterfaces:
FlowConstructAware, ImmutableEndpoint, MessageRequesting, MessageSource, NamedObject, Serializable, Startable, Stoppable
All Known Implementing Classes:
CallRequestEndpoint, DefaultInboundEndpoint, DynamicRequestEndpoint, DynamicRequestEndpoint.NullInboundEndpoint, DynamicURIInboundEndpoint

public interface InboundEndpoint
extends ImmutableEndpoint, MessageRequesting, MessageSource, FlowConstructAware, Startable, Stoppable


Field Summary
 
Fields inherited from interface org.mule.api.endpoint.ImmutableEndpoint
INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED
 
Fields inherited from interface org.mule.api.transport.MessageRequesting
REQUEST_NO_WAIT, REQUEST_WAIT_INDEFINITELY
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Method Summary
 AbstractRedeliveryPolicy createDefaultRedeliveryPolicy(int maxRedelivery)
           
 
Methods inherited from interface org.mule.api.endpoint.ImmutableEndpoint
getAddress, getConnector, getEncoding, getEndpointBuilderName, getEndpointURI, getExchangePattern, getFilter, getInitialState, getMessageProcessors, getMessageProcessorsFactory, getMimeType, getMuleContext, getProperties, getProperty, getProtocol, getRedeliveryPolicy, getResponseMessageProcessors, getResponseTimeout, getResponseTransformers, getRetryPolicyTemplate, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isDisableTransportTransformer, isProtocolSupported, isReadOnly
 
Methods inherited from interface org.mule.api.NamedObject
getName
 
Methods inherited from interface org.mule.api.transport.MessageRequesting
request
 
Methods inherited from interface org.mule.api.source.MessageSource
setListener
 
Methods inherited from interface org.mule.api.construct.FlowConstructAware
setFlowConstruct
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 

Method Detail

createDefaultRedeliveryPolicy

AbstractRedeliveryPolicy createDefaultRedeliveryPolicy(int maxRedelivery)


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