Uses of Interface
org.mule.api.endpoint.InboundEndpoint

Packages that use InboundEndpoint
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.client   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.exception   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.client   
org.mule.config.endpoint   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.processors   
org.mule.construct   
org.mule.construct.builder   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.inbound   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.client.remoting   
org.mule.module.cxf.endpoint   
org.mule.service   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax   
org.mule.transport.ajax.container A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
org.mule.transport.ejb   
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.jms.redelivery   
org.mule.transport.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.polling   
org.mule.transport.quartz   
org.mule.transport.quartz.config   
org.mule.transport.rmi   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
org.mule.transport.sftp   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
org.mule.transport.stdio   
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.transport.xmpp   
 

Uses of InboundEndpoint in org.mule
 

Methods in org.mule with parameters of type InboundEndpoint
protected  Credentials DefaultMuleEvent.extractCredentials(InboundEndpoint endpoint)
           
protected  void DefaultMuleEvent.fillProperties(InboundEndpoint endpoint)
           
 MuleMessage DefaultMuleEventContext.requestEvent(InboundEndpoint endpoint, long timeout)
          Requests a synchronous receive of an event on the service
 

Constructors in org.mule with parameters of type InboundEndpoint
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, FlowConstruct flowConstruct, MuleSession session, ReplyToHandler replyToHandler, Object replyToDestination, ResponseOutputStream outputStream)
           
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session)
          Deprecated. 
DefaultMuleEvent(MuleMessage message, InboundEndpoint endpoint, MuleSession session, ReplyToHandler replyToHandler, ResponseOutputStream outputStream, Object replyToDestination)
          Deprecated. 
 

Uses of InboundEndpoint in org.mule.api
 

Methods in org.mule.api that return InboundEndpoint
 InboundEndpoint EndpointAnnotationParser.parseInboundEndpoint(Annotation annotation, Map metaInfo)
          Creates an inbound endpoint from the annotation.
 

Methods in org.mule.api with parameters of type InboundEndpoint
 MuleMessage MuleEventContext.requestEvent(InboundEndpoint endpoint, long timeout)
          Requests a synchronous receive of an event on the service.
 

Uses of InboundEndpoint in org.mule.api.client
 

Methods in org.mule.api.client with parameters of type InboundEndpoint
 MuleMessage LocalMuleClient.request(InboundEndpoint endpoint, long timeout)
          Will receive an event from an endpointUri determined by the URL.
 

Uses of InboundEndpoint in org.mule.api.endpoint
 

Methods in org.mule.api.endpoint that return InboundEndpoint
 InboundEndpoint EndpointBuilder.buildInboundEndpoint()
          Constructs inbound endpoints
 InboundEndpoint EndpointFactory.getInboundEndpoint(EndpointBuilder builder)
          Creates an endpoint with the "INBOUND" role using the builder provided.
 InboundEndpoint EndpointFactory.getInboundEndpoint(EndpointURI endpointUri)
          Deprecated.  
 InboundEndpoint EndpointFactory.getInboundEndpoint(String uri)
          Creates an endpoint with the "INBOUND" role.
 InboundEndpoint EndpointCache.getInboundEndpoint(String uri, MessageExchangePattern mep)
           
 

Methods in org.mule.api.endpoint with parameters of type InboundEndpoint
 MessageProcessor EndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target)
           
 

Uses of InboundEndpoint in org.mule.api.exception
 

Constructors in org.mule.api.exception with parameters of type InboundEndpoint
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event)
           
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, MuleEvent event, Message message)
           
 

Uses of InboundEndpoint in org.mule.api.transport
 

Methods in org.mule.api.transport that return InboundEndpoint
 InboundEndpoint MessageRequester.getEndpoint()
           
 InboundEndpoint MessageReceiver.getEndpoint()
           
 

Methods in org.mule.api.transport with parameters of type InboundEndpoint
 void MessageRequesterFactory.activate(InboundEndpoint endpoint, MessageRequester requester)
          Invoked before the given requester is handed out to a client, but not after MessageRequesterFactory.create(org.mule.api.endpoint.InboundEndpoint).
 MessageRequester MessageRequesterFactory.create(InboundEndpoint endpoint)
          Creates a new message requester instance, initialised with the passed endpoint.
 void MessageRequesterFactory.destroy(InboundEndpoint endpoint, MessageRequester requester)
          Invoked when a requester returned false for MessageRequesterFactory.validate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
 void MessageRequesterFactory.passivate(InboundEndpoint endpoint, MessageRequester requester)
          Invoked immediately before the given requester is returned to its pool.
 void Connector.registerListener(InboundEndpoint endpoint, MessageProcessor listener, FlowConstruct flowConstruct)
          Registers a MessageProcessor listener which will listen to new message received from a specific transport channel and then processed by the endpoint.
 MuleMessage Connector.request(InboundEndpoint endpoint, long timeout)
          Make a specific request to the underlying transport
 void MessageReceiver.setEndpoint(InboundEndpoint endpoint)
           
 void Connector.unregisterListener(InboundEndpoint endpoint, FlowConstruct flowConstruct)
          Unregisters the listener for the given endpoints.
 boolean MessageRequesterFactory.validate(InboundEndpoint endpoint, MessageRequester requester)
          Invoked after the requester is returned from a client but before it is prepared for return to its pool via MessageRequesterFactory.passivate(org.mule.api.endpoint.InboundEndpoint, org.mule.api.transport.MessageRequester).
 

Uses of InboundEndpoint in org.mule.client
 

Methods in org.mule.client with parameters of type InboundEndpoint
 MuleMessage DefaultLocalMuleClient.request(InboundEndpoint endpoint, long timeout)
           
 

Uses of InboundEndpoint in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return InboundEndpoint
 InboundEndpoint AbstractEndpointAnnotationParser.parseInboundEndpoint(Annotation annotation, Map metaInfo)
           
 

Uses of InboundEndpoint in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type InboundEndpoint
static Message CoreMessages.failedToStartInboundEndpoint(InboundEndpoint endpoint)
           
static Message CoreMessages.failedToStopInboundEndpoint(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.config.processors
 

Methods in org.mule.config.processors that return InboundEndpoint
protected  InboundEndpoint DecoratingAnnotatedServiceProcessor.tryInboundEndpointAnnotation(AnnotationMetaData metaData, ChannelType channelType)
           
 

Uses of InboundEndpoint in org.mule.construct
 

Methods in org.mule.construct with parameters of type InboundEndpoint
 void Flow.setEndpoint(InboundEndpoint endpoint)
          Deprecated. use setMessageSource(MessageSource) instead
 

Uses of InboundEndpoint in org.mule.construct.builder
 

Methods in org.mule.construct.builder that return InboundEndpoint
protected  InboundEndpoint AbstractFlowConstructWithSingleInboundEndpointBuilder.getOrBuildInboundEndpoint(MuleContext muleContext)
           
 

Methods in org.mule.construct.builder with parameters of type InboundEndpoint
 T AbstractFlowConstructWithSingleInboundEndpointBuilder.inboundEndpoint(InboundEndpoint inboundEndpoint)
           
 

Uses of InboundEndpoint in org.mule.endpoint
 

Classes in org.mule.endpoint that implement InboundEndpoint
 class DefaultInboundEndpoint
           
 class DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Fields in org.mule.endpoint declared as InboundEndpoint
protected  InboundEndpoint DynamicURIInboundEndpoint.endpoint
           
 

Methods in org.mule.endpoint that return InboundEndpoint
 InboundEndpoint AbstractEndpointBuilder.buildInboundEndpoint()
           
protected  InboundEndpoint AbstractEndpointBuilder.createInboundEndpoint(EndpointURI endpointURI, List<MessageProcessor> mergedProcessors, List<MessageProcessor> mergedResponseProcessors, Connector connector)
           
protected  InboundEndpoint AbstractEndpointBuilder.doBuildInboundEndpoint()
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointBuilder builder)
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointURI uri)
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(String uri)
           
 InboundEndpoint SimpleEndpointCache.getInboundEndpoint(String uri, MessageExchangePattern mep)
           
 

Methods in org.mule.endpoint with parameters of type InboundEndpoint
 MessageProcessor DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessorChain(InboundEndpoint endpoint, FlowConstruct flowConstruct, MessageProcessor target)
           
protected  List<MessageProcessor> DefaultEndpointMessageProcessorChainFactory.createInboundMessageProcessors(InboundEndpoint endpoint)
          Override this method to change the default MessageProcessors.
protected  List<MessageProcessor> DefaultEndpointMessageProcessorChainFactory.createInboundResponseMessageProcessors(InboundEndpoint endpoint)
          Override this method to change the default MessageProcessors.
 

Constructors in org.mule.endpoint with parameters of type InboundEndpoint
DynamicURIInboundEndpoint(InboundEndpoint endpoint)
           
DynamicURIInboundEndpoint(InboundEndpoint endpoint, EndpointURI dynamicEndpointURI)
           
 

Uses of InboundEndpoint in org.mule.endpoint.inbound
 

Fields in org.mule.endpoint.inbound declared as InboundEndpoint
protected  InboundEndpoint InboundNotificationMessageProcessor.endpoint
           
protected  InboundEndpoint InboundLoggingMessageProcessor.endpoint
           
 

Methods in org.mule.endpoint.inbound that return InboundEndpoint
 InboundEndpoint InboundNotificationMessageProcessor.getInboundEndpoint()
           
 

Constructors in org.mule.endpoint.inbound with parameters of type InboundEndpoint
InboundEndpointMimeTypeCheckingMessageProcessor(InboundEndpoint endpoint)
           
InboundEndpointPropertyMessageProcessor(InboundEndpoint endpoint)
           
InboundLoggingMessageProcessor(InboundEndpoint endpoint)
           
InboundNotificationMessageProcessor(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.module.client
 

Methods in org.mule.module.client that return InboundEndpoint
protected  InboundEndpoint MuleClient.getDefaultClientEndpoint(Service service, Object payload, boolean sync)
           
protected  InboundEndpoint MuleClient.getInboundEndpoint(String uri)
           
 

Uses of InboundEndpoint in org.mule.module.client.remoting
 

Fields in org.mule.module.client.remoting declared as InboundEndpoint
protected  InboundEndpoint RemoteDispatcherComponent.inboundEndpoint
           
 

Methods in org.mule.module.client.remoting that return InboundEndpoint
 InboundEndpoint RemoteDispatcherAgent.getEndpoint()
           
 

Methods in org.mule.module.client.remoting with parameters of type InboundEndpoint
static Service RemoteDispatcherComponent.getSerivce(InboundEndpoint endpoint, WireFormat wireFormat, String encoding, int eventTimeout, MuleContext muleContext)
           
 void RemoteDispatcherAgent.setEndpoint(InboundEndpoint endpoint)
           
 

Constructors in org.mule.module.client.remoting with parameters of type InboundEndpoint
RemoteDispatcherComponent(InboundEndpoint inboundEndpoint, WireFormat wireFormat, String encoding, int synchronousEventTimeout)
           
 

Uses of InboundEndpoint in org.mule.module.cxf.endpoint
 

Methods in org.mule.module.cxf.endpoint that return InboundEndpoint
 InboundEndpoint WsdlCxfEndpointBuilder.buildInboundEndpoint()
           
 InboundEndpoint CxfEndpointBuilder.buildInboundEndpoint()
           
 

Uses of InboundEndpoint in org.mule.service
 

Fields in org.mule.service with type parameters of type InboundEndpoint
protected  List<InboundEndpoint> ServiceCompositeMessageSource.endpoints
          Deprecated.  
 

Methods in org.mule.service that return InboundEndpoint
 InboundEndpoint ServiceCompositeMessageSource.getEndpoint(String name)
          Deprecated.  
 

Methods in org.mule.service that return types with arguments of type InboundEndpoint
 List<InboundEndpoint> ServiceCompositeMessageSource.getEndpoints()
          Deprecated.  
 

Uses of InboundEndpoint in org.mule.transport
 

Fields in org.mule.transport declared as InboundEndpoint
protected  InboundEndpoint AbstractReceiverWorker.endpoint
           
 

Methods in org.mule.transport that return InboundEndpoint
 InboundEndpoint AbstractMessageReceiver.getEndpoint()
           
 InboundEndpoint AbstractMessageRequester.getEndpoint()
           
protected  InboundEndpoint AbstractTransportMessageProcessTemplate.getInboundEndpoint()
           
 

Methods in org.mule.transport with parameters of type InboundEndpoint
 void KeyedPoolMessageRequesterFactoryAdapter.activate(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractMessageRequesterFactory.activate(InboundEndpoint endpoint, MessageRequester requester)
           
 MessageRequester KeyedPoolMessageRequesterFactoryAdapter.create(InboundEndpoint endpoint)
           
abstract  MessageRequester AbstractMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 MessageRequester UnsupportedMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  MessageReceiver AbstractConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Create a Message receiver for this connector
 void KeyedPoolMessageRequesterFactoryAdapter.destroy(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractMessageRequesterFactory.destroy(InboundEndpoint endpoint, MessageRequester requester)
           
protected  void AbstractConnector.doUnregisterListener(FlowConstruct flowConstruct, InboundEndpoint endpoint, MessageReceiver receiver)
           
 MessageReceiver AbstractConnector.getReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
protected  Object AbstractConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 void KeyedPoolMessageRequesterFactoryAdapter.passivate(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractMessageRequesterFactory.passivate(InboundEndpoint endpoint, MessageRequester requester)
           
 void AbstractConnector.registerListener(InboundEndpoint endpoint, MessageProcessor messageProcessorChain, FlowConstruct flowConstruct)
           
 MuleMessage AbstractConnector.request(InboundEndpoint endpoint, long timeout)
           
 void AbstractMessageReceiver.setEndpoint(InboundEndpoint endpoint)
           
protected  void AbstractConnector.setupRequestReturn(InboundEndpoint endpoint, MessageRequester requester, MuleMessage result)
          This method will return the requester to the pool or, if the payload is an inputstream, replace the payload with a new DelegatingInputStream which returns the requester to the pool when the stream is closed.
 void AbstractConnector.unregisterListener(InboundEndpoint endpoint, FlowConstruct flowConstruct)
           
 boolean KeyedPoolMessageRequesterFactoryAdapter.validate(InboundEndpoint endpoint, MessageRequester requester)
           
 boolean AbstractMessageRequesterFactory.validate(InboundEndpoint endpoint, MessageRequester requester)
           
 

Constructors in org.mule.transport with parameters of type InboundEndpoint
AbstractMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Creates the Message Receiver
AbstractMessageRequester(InboundEndpoint endpoint)
           
AbstractPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long frequency)
          Deprecated. please use TransactedPollingMessageReceiver.TransactedPollingMessageReceiver(Connector, FlowConstruct, InboundEndpoint) instead
UnsupportedMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ajax
 

Constructors in org.mule.transport.ajax with parameters of type InboundEndpoint
AjaxMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ajax.container
 

Methods in org.mule.transport.ajax.container with parameters of type InboundEndpoint
protected  MessageReceiver AjaxServletConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ajax.embedded
 

Methods in org.mule.transport.ajax.embedded with parameters of type InboundEndpoint
protected  MessageReceiver AjaxConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ejb
 

Constructors in org.mule.transport.ejb with parameters of type InboundEndpoint
EjbMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long frequency)
           
 

Uses of InboundEndpoint in org.mule.transport.email
 

Methods in org.mule.transport.email with parameters of type InboundEndpoint
 MessageRequester RetrieveMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 MessageReceiver SmtpConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 MessageReceiver AbstractRetrieveMailConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.email with parameters of type InboundEndpoint
RetrieveMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long checkFrequency, boolean backupEnabled, String backupFolder)
           
RetrieveMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.file
 

Methods in org.mule.transport.file with parameters of type InboundEndpoint
 MessageRequester FileMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 MessageReceiver FileConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Registers a listener for a particular directory The following properties can be overriden in the endpoint declaration moveToDirectory filterPatterns filterClass pollingFrequency
protected  Object FileConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.file with parameters of type InboundEndpoint
FileMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, String readDir, String moveDir, String moveToPattern, long frequency)
           
FileMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ftp
 

Methods in org.mule.transport.ftp with parameters of type InboundEndpoint
 MessageRequester FtpMessageRequesterFactory.create(InboundEndpoint endpoint)
          Creates a new message requester instance, initialised with the passed endpoint.
 MessageReceiver FtpConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.ftp with parameters of type InboundEndpoint
FtpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long frequency)
           
FtpMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.http
 

Methods in org.mule.transport.http with parameters of type InboundEndpoint
 MessageRequester HttpClientMessageRequesterFactory.create(InboundEndpoint endpoint)
          Creates a new message requester instance, initialised with the passed endpoint.
protected  Object HttpConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 void HttpConnector.registerListener(InboundEndpoint endpoint, MessageProcessor listener, FlowConstruct flowConstruct)
           
 

Constructors in org.mule.transport.http with parameters of type InboundEndpoint
HttpClientMessageRequester(InboundEndpoint endpoint)
           
HttpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
HttpsMessageReceiver(Connector connector, FlowConstruct flow, InboundEndpoint endpoint)
           
OldHttpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
OldHttpsMessageReceiver(Connector connector, FlowConstruct flow, InboundEndpoint endpoint)
           
PollingHttpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
PollingHttpsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.jdbc
 

Methods in org.mule.transport.jdbc with parameters of type InboundEndpoint
 MessageRequester JdbcMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 MessageReceiver JdbcConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.jdbc with parameters of type InboundEndpoint
JdbcMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, String readStmt, String ackStmt)
           
JdbcMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.jms
 

Methods in org.mule.transport.jms with parameters of type InboundEndpoint
 MessageRequester JmsMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  Object JmsConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.jms with parameters of type InboundEndpoint
JmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Deprecated.  
JmsMessageRequester(InboundEndpoint endpoint)
           
MultiConsumerJmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
SingleJmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TransactedSingleResourceJmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
XaTransactedJmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.jms.redelivery
 

Methods in org.mule.transport.jms.redelivery with parameters of type InboundEndpoint
 void RedeliveryHandler.handleRedelivery(Message message, InboundEndpoint endpoint, FlowConstruct flow)
          Process the redelivered message.
abstract  void AbstractRedeliveryHandler.handleRedelivery(Message message, InboundEndpoint endpoint, FlowConstruct flow)
           
 void CountingRedeliveryHandler.handleRedelivery(Message message, InboundEndpoint endpoint, FlowConstruct flow)
          process the redelivered message.
 void JmsXRedeliveryHandler.handleRedelivery(Message message, InboundEndpoint endpoint, FlowConstruct flow)
          process the redelivered message.
 

Constructors in org.mule.transport.jms.redelivery with parameters of type InboundEndpoint
MessageRedeliveredException(String messageId, int redeliveryCount, int maxRedelivery, InboundEndpoint endpoint, FlowConstruct flow, MuleMessage muleMessage)
           
 

Uses of InboundEndpoint in org.mule.transport.jms.websphere
 

Constructors in org.mule.transport.jms.websphere with parameters of type InboundEndpoint
WebsphereTransactedJmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.multicast
 

Methods in org.mule.transport.multicast with parameters of type InboundEndpoint
protected  Object MulticastConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.multicast with parameters of type InboundEndpoint
MulticastMessageReceiver(AbstractConnector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.polling
 

Methods in org.mule.transport.polling with parameters of type InboundEndpoint
protected  Object MessageProcessorPollingConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.polling with parameters of type InboundEndpoint
MessageProcessorPollingMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.quartz
 

Constructors in org.mule.transport.quartz with parameters of type InboundEndpoint
QuartzMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.quartz.config
 

Methods in org.mule.transport.quartz.config that return InboundEndpoint
 InboundEndpoint ScheduleConfigBuilder.buildScheduler()
           
 InboundEndpoint ScheduleAnnotationParser.parseInboundEndpoint(Annotation annotation, Map metaInfo)
           
 

Uses of InboundEndpoint in org.mule.transport.rmi
 

Methods in org.mule.transport.rmi with parameters of type InboundEndpoint
 MessageReceiver RmiConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.rmi with parameters of type InboundEndpoint
RmiCallbackMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
RmiMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long frequency)
           
 

Uses of InboundEndpoint in org.mule.transport.service
 

Methods in org.mule.transport.service with parameters of type InboundEndpoint
 MessageReceiver DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 MessageReceiver TransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 MessageReceiver DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, Object... args)
           
 MessageReceiver TransportServiceDescriptor.createMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, Object... args)
           
 

Uses of InboundEndpoint in org.mule.transport.servlet
 

Methods in org.mule.transport.servlet that return InboundEndpoint
protected  InboundEndpoint MuleRESTReceiverServlet.getEndpointForURI(HttpServletRequest httpServletRequest)
           
 

Methods in org.mule.transport.servlet with parameters of type InboundEndpoint
protected  Object ServletConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.servlet with parameters of type InboundEndpoint
ServletMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.servlet.jetty
 

Methods in org.mule.transport.servlet.jetty with parameters of type InboundEndpoint
protected  ConnectorHolder JettyHttpConnector.createContextHolder(org.eclipse.jetty.server.Connector connector, InboundEndpoint endpoint, MessageReceiver receiver)
           
protected  MessageReceiver JettyHttpConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.servlet.jetty with parameters of type InboundEndpoint
JettyHttpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.sftp
 

Methods in org.mule.transport.sftp with parameters of type InboundEndpoint
 MessageRequester SftpMessageRequesterFactory.create(InboundEndpoint endpoint)
          Creates a new message requester instance, initialised with the passed endpoint.
 MessageReceiver SftpConnector.createReceiver(FlowConstruct flow, InboundEndpoint endpoint)
           
protected  SftpReceiverRequesterUtil SftpMessageReceiver.createSftpReceiverRequesterUtil(InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.sftp with parameters of type InboundEndpoint
SftpMessageReceiver(SftpConnector connector, FlowConstruct flow, InboundEndpoint endpoint)
           
SftpMessageReceiver(SftpConnector connector, FlowConstruct flow, InboundEndpoint endpoint, long frequency)
           
SftpMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.soap.axis
 

Methods in org.mule.transport.soap.axis with parameters of type InboundEndpoint
 MessageRequester AxisMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  Object AxisConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 

Constructors in org.mule.transport.soap.axis with parameters of type InboundEndpoint
AxisMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
AxisMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ssl
 

Constructors in org.mule.transport.ssl with parameters of type InboundEndpoint
SslMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.stdio
 

Methods in org.mule.transport.stdio with parameters of type InboundEndpoint
 MessageReceiver StdioConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 void StdioConnector.registerListener(InboundEndpoint endpoint, MessageProcessor listener, FlowConstruct flowConstruct)
           
 

Constructors in org.mule.transport.stdio with parameters of type InboundEndpoint
StdioMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint, long checkFrequency)
           
 

Uses of InboundEndpoint in org.mule.transport.tcp
 

Methods in org.mule.transport.tcp with parameters of type InboundEndpoint
 MessageRequester TcpMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.tcp with parameters of type InboundEndpoint
ExceptionReturnTcpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
PollingTcpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TcpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
TcpMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.udp
 

Methods in org.mule.transport.udp with parameters of type InboundEndpoint
 MessageRequester UdpMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  Object UdpConnector.getReceiverKey(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.udp with parameters of type InboundEndpoint
UdpMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
UdpMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.vm
 

Methods in org.mule.transport.vm with parameters of type InboundEndpoint
 MessageRequester VMMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 MessageReceiver VMConnector.createReceiver(FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.vm with parameters of type InboundEndpoint
VMMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
VMMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.xmpp
 

Methods in org.mule.transport.xmpp with parameters of type InboundEndpoint
 MessageRequester XmppMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.xmpp with parameters of type InboundEndpoint
XmppMessageReceiver(AbstractConnector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
XmppMessageRequester(InboundEndpoint endpoint)
           
XmppPollingMessageReceiver(Connector conn, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 



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