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.endpoint Endpoint interfaces. 
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
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.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.service   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.bpm   
org.mule.transport.cxf   
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.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.quartz   
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.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
 MuleMessage DefaultMuleEventContext.requestEvent(InboundEndpoint endpoint, long timeout)
          Requests a synchronous receive of an event on the service
 MuleMessage DefaultMuleSession.requestEvent(InboundEndpoint endpoint, long timeout)
           
 

Uses of InboundEndpoint in org.mule.api
 

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.
 MuleMessage MuleSession.requestEvent(InboundEndpoint endpoint, long timeout)
          Requests a synchronous receive of an event on the service
 

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.
 

Uses of InboundEndpoint in org.mule.api.routing
 

Methods in org.mule.api.routing that return InboundEndpoint
 InboundEndpoint InboundRouterCollection.getEndpoint(String name)
           
 InboundEndpoint ResponseRouterCollection.getEndpoint(String name)
           
 

Methods in org.mule.api.routing with parameters of type InboundEndpoint
 void InboundRouterCollection.addEndpoint(InboundEndpoint endpoint)
           
 void ResponseRouterCollection.addEndpoint(InboundEndpoint endpoint)
           
 boolean InboundRouterCollection.removeEndpoint(InboundEndpoint endpoint)
           
 boolean ResponseRouterCollection.removeEndpoint(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.api.transport
 

Methods in org.mule.api.transport that return InboundEndpoint
 InboundEndpoint MessageReceiver.getEndpoint()
           
 InboundEndpoint MessageRequester.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.
 MessageReceiver Connector.registerListener(Service service, InboundEndpoint endpoint)
          This creates a MessageReceiver associated with this endpoint and registers it with the connector
 MuleMessage Connector.request(InboundEndpoint endpoint, long timeout)
          Make a specific request to the underlying transport
 void MessageReceiver.setEndpoint(InboundEndpoint endpoint)
           
 void Connector.unregisterListener(Service service, InboundEndpoint endpoint)
           
 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.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.
 

Methods in org.mule.endpoint that return InboundEndpoint
 InboundEndpoint AbstractEndpointBuilder.buildInboundEndpoint()
           
protected  InboundEndpoint AbstractEndpointBuilder.doBuildInboundEndpoint()
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointBuilder builder)
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(EndpointURI uri)
           
 InboundEndpoint DefaultEndpointFactory.getInboundEndpoint(String uri)
           
 

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

Uses of InboundEndpoint in org.mule.module.client
 

Methods in org.mule.module.client that return InboundEndpoint
protected  InboundEndpoint MuleClient.getInboundEndpoint(String uri)
           
 

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

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 managementContext)
           
 void RemoteDispatcherAgent.setEndpoint(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.module.jca
 

Methods in org.mule.module.jca that return InboundEndpoint
protected  InboundEndpoint MuleResourceAdapter.createMessageInflowEndpoint(MuleActivationSpec muleActivationSpec)
           
 

Methods in org.mule.module.jca with parameters of type InboundEndpoint
protected  Service MuleResourceAdapter.createJcaService(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, JcaModel model, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that return InboundEndpoint
 InboundEndpoint DefaultInboundRouterCollection.getEndpoint(String name)
           
 

Methods in org.mule.routing.inbound with parameters of type InboundEndpoint
 void DefaultInboundRouterCollection.addEndpoint(InboundEndpoint endpoint)
           
 boolean DefaultInboundRouterCollection.removeEndpoint(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.routing.response
 

Methods in org.mule.routing.response that return InboundEndpoint
 InboundEndpoint DefaultResponseRouterCollection.getEndpoint(String name)
           
 

Methods in org.mule.routing.response with parameters of type InboundEndpoint
 void DefaultResponseRouterCollection.addEndpoint(InboundEndpoint endpoint)
           
 boolean DefaultResponseRouterCollection.removeEndpoint(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.service
 

Methods in org.mule.service with parameters of type InboundEndpoint
protected  ReplyToHandler AbstractService.getReplyToHandler(MuleMessage message, InboundEndpoint endpoint)
           
 

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()
           
 

Methods in org.mule.transport with parameters of type InboundEndpoint
 void AbstractMessageRequesterFactory.activate(InboundEndpoint endpoint, MessageRequester requester)
           
 void KeyedPoolMessageRequesterFactoryAdapter.activate(InboundEndpoint endpoint, MessageRequester requester)
           
abstract  MessageRequester AbstractMessageRequesterFactory.create(InboundEndpoint endpoint)
           
 MessageRequester KeyedPoolMessageRequesterFactoryAdapter.create(InboundEndpoint endpoint)
           
 MessageRequester UnsupportedMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  MessageReceiver AbstractConnector.createReceiver(Service service, InboundEndpoint endpoint)
          Create a Message receiver for this connector
 void AbstractMessageRequesterFactory.destroy(InboundEndpoint endpoint, MessageRequester requester)
           
 void KeyedPoolMessageRequesterFactoryAdapter.destroy(InboundEndpoint endpoint, MessageRequester requester)
           
 MessageReceiver AbstractConnector.getReceiver(Service service, InboundEndpoint endpoint)
           
protected  Object AbstractConnector.getReceiverKey(Service service, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 void AbstractMessageRequesterFactory.passivate(InboundEndpoint endpoint, MessageRequester requester)
           
 void KeyedPoolMessageRequesterFactoryAdapter.passivate(InboundEndpoint endpoint, MessageRequester requester)
           
 MessageReceiver AbstractConnector.registerListener(Service service, InboundEndpoint endpoint)
           
 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(Service service, InboundEndpoint endpoint)
           
 boolean AbstractMessageRequesterFactory.validate(InboundEndpoint endpoint, MessageRequester requester)
           
 boolean KeyedPoolMessageRequesterFactoryAdapter.validate(InboundEndpoint endpoint, MessageRequester requester)
           
 

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

Uses of InboundEndpoint in org.mule.transport.bpm
 

Constructors in org.mule.transport.bpm with parameters of type InboundEndpoint
ProcessMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.cxf
 

Methods in org.mule.transport.cxf that return InboundEndpoint
 InboundEndpoint MuleInvoker.getEndpoint()
           
 

Methods in org.mule.transport.cxf with parameters of type InboundEndpoint
 MessageRequester CxfMessageRequesterFactory.create(InboundEndpoint endpoint)
           
protected  Object CxfConnector.getReceiverKey(Service service, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 

Constructors in org.mule.transport.cxf with parameters of type InboundEndpoint
CxfMessageReceiver(Connector connector, Service service, InboundEndpoint Endpoint)
           
CxfMessageRequester(InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.ejb
 

Constructors in org.mule.transport.ejb with parameters of type InboundEndpoint
EjbMessageReceiver(Connector connector, Service service, 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 AbstractRetrieveMailConnector.createReceiver(Service service, InboundEndpoint endpoint)
           
 MessageReceiver SmtpConnector.createReceiver(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.email with parameters of type InboundEndpoint
RetrieveMessageReceiver(Connector connector, Service service, 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)
          Creates a new message requester instance, initialised with the passed endpoint.
 MessageReceiver FileConnector.createReceiver(Service service, 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(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.file with parameters of type InboundEndpoint
FileMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.ftp with parameters of type InboundEndpoint
FtpMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
          The method determines the key used to store the receiver against.
 MessageReceiver HttpConnector.registerListener(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.http with parameters of type InboundEndpoint
HttpClientMessageRequester(InboundEndpoint endpoint)
           
HttpMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
HttpsMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
PollingHttpMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.jdbc with parameters of type InboundEndpoint
JdbcMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

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

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

Constructors in org.mule.transport.jms.websphere with parameters of type InboundEndpoint
WebsphereTransactedJmsMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

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

Uses of InboundEndpoint in org.mule.transport.quartz
 

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

Uses of InboundEndpoint in org.mule.transport.rmi
 

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

Constructors in org.mule.transport.rmi with parameters of type InboundEndpoint
RmiCallbackMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
RmiMessageReceiver(Connector connector, Service service, 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, Service service, InboundEndpoint endpoint)
           
 MessageReceiver TransportServiceDescriptor.createMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
 MessageReceiver DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint, Object[] args)
           
 MessageReceiver TransportServiceDescriptor.createMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

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

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

Constructors in org.mule.transport.servlet.jetty with parameters of type InboundEndpoint
JettyHttpMessageReceiver(Connector connector, Service service, 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(Service component, 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, Service service, 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, Service service, InboundEndpoint endpoint)
           
 

Uses of InboundEndpoint in org.mule.transport.stdio
 

Methods in org.mule.transport.stdio with parameters of type InboundEndpoint
 MessageReceiver StdioConnector.createReceiver(Service service, InboundEndpoint endpoint)
           
 MessageReceiver PromptStdioConnector.registerListener(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.stdio with parameters of type InboundEndpoint
StdioMessageReceiver(Connector connector, Service service, 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
TcpMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.udp with parameters of type InboundEndpoint
UdpMessageReceiver(Connector connector, Service service, 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(Service service, InboundEndpoint endpoint)
           
 

Constructors in org.mule.transport.vm with parameters of type InboundEndpoint
VMMessageReceiver(Connector connector, Service service, 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, Service service, InboundEndpoint endpoint)
           
XmppMessageRequester(InboundEndpoint endpoint)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.