Uses of Interface
org.mule.api.transport.Connector

Packages that use Connector
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.registry   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.config.endpoint   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.dynamic   
org.mule.endpoint.inbound   
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.registry   
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.activemq Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. 
org.mule.transport.jms.mulemq   
org.mule.transport.jms.weblogic Provides Jms connectivity with Weblogic-specific workarounds and improvements. 
org.mule.transport.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.jnp   
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.polling   
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.sftp   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.wsdl   
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   
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
 

Uses of Connector in org.mule.api.endpoint
 

Methods in org.mule.api.endpoint that return Connector
 Connector ImmutableEndpoint.getConnector()
          The endpoint that will be used to send the message on.
 

Methods in org.mule.api.endpoint with parameters of type Connector
 void EndpointBuilder.setConnector(Connector connector)
           
 

Uses of Connector in org.mule.api.registry
 

Methods in org.mule.api.registry that return Connector
 Connector MuleRegistry.lookupConnector(String name)
           
 

Methods in org.mule.api.registry that return types with arguments of type Connector
 Collection<Connector> MuleRegistry.getConnectors()
          Deprecated. Use lookupConnector() instead
 

Methods in org.mule.api.registry with parameters of type Connector
 void MuleRegistry.registerConnector(Connector connector)
           
 

Uses of Connector in org.mule.api.transport
 

Methods in org.mule.api.transport that return Connector
 Connector MessageRequester.getConnector()
          Gets the connector for this dispatcher
 Connector MessageDispatcher.getConnector()
          Gets the connector for this dispatcher
 Connector ConnectorException.getConnector()
           
 

Constructors in org.mule.api.transport with parameters of type Connector
ConnectorException(Message message, Connector connector)
           
ConnectorException(Message message, Connector connector, Throwable cause)
           
 

Uses of Connector in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return Connector
 Connector ConfigurableTransportFactory.createConnector(EndpointURI endpointURI)
           
 Connector AnnotatedEndpointData.getConnector()
           
 

Methods in org.mule.config.endpoint with parameters of type Connector
 void AnnotatedEndpointData.setConnector(Connector connector)
           
 

Uses of Connector in org.mule.endpoint
 

Fields in org.mule.endpoint declared as Connector
protected  Connector AbstractEndpointBuilder.connector
           
 

Methods in org.mule.endpoint that return Connector
 Connector DynamicURIInboundEndpoint.getConnector()
           
 Connector DynamicURIOutboundEndpoint.getConnector()
           
protected  Connector AbstractEndpointBuilder.getConnector()
           
 Connector DynamicOutboundEndpoint.getConnector()
           
protected  Connector AbstractMetaEndpointBuilder.getConnector()
           
 Connector AbstractEndpoint.getConnector()
           
protected  Connector AbstractEndpointBuilder.getDefaultConnector()
           
 

Methods in org.mule.endpoint with parameters of type Connector
protected  boolean AbstractEndpointBuilder.getDefaultDeleteUnacceptedMessages(Connector connector)
           
protected  String AbstractEndpointBuilder.getDefaultEndpointEncoding(Connector connector)
           
protected  String AbstractEndpointBuilder.getDefaultInitialState(Connector connector)
           
protected  int AbstractEndpointBuilder.getDefaultResponseTimeout(Connector connector)
           
protected  boolean AbstractEndpointBuilder.getDeleteUnacceptedMessages(Connector connector)
           
protected  String AbstractEndpointBuilder.getEndpointEncoding(Connector connector)
           
protected  String AbstractEndpointBuilder.getInitialState(Connector connector)
           
protected  int AbstractEndpointBuilder.getResponseTimeout(Connector connector)
           
protected  RetryPolicyTemplate AbstractEndpointBuilder.getRetryPolicyTemplate(Connector conn)
           
 void AbstractEndpointBuilder.setConnector(Connector connector)
           
 

Constructors in org.mule.endpoint with parameters of type Connector
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 Connector in org.mule.endpoint.dynamic
 

Classes in org.mule.endpoint.dynamic that implement Connector
 class NullConnector
          A placeholder for a connector that has not been created yet.
 

Uses of Connector in org.mule.endpoint.inbound
 

Fields in org.mule.endpoint.inbound declared as Connector
protected  Connector InboundExceptionDetailsMessageProcessor.connector
           
 

Methods in org.mule.endpoint.inbound with parameters of type Connector
protected  void InboundExceptionDetailsMessageProcessor.setExceptionDetails(MuleMessage message, Connector connector, Throwable exception)
          This method is used to set any additional and possibly transport specific information on the return message where it has an exception payload.
 

Constructors in org.mule.endpoint.inbound with parameters of type Connector
InboundExceptionDetailsMessageProcessor(Connector connector)
           
 

Uses of Connector in org.mule.module.management.agent
 

Methods in org.mule.module.management.agent with parameters of type Connector
protected  String JmxAgent.buildFullyQualifiedEndpointName(EndpointServiceMBean mBean, Connector connector)
           
 

Uses of Connector in org.mule.module.management.mbean
 

Constructors in org.mule.module.management.mbean with parameters of type Connector
ConnectorService(Connector connector)
           
 

Uses of Connector in org.mule.registry
 

Methods in org.mule.registry that return Connector
 Connector MuleRegistryHelper.lookupConnector(String name)
          
 

Methods in org.mule.registry that return types with arguments of type Connector
 Collection<Connector> MuleRegistryHelper.getConnectors()
          
 

Methods in org.mule.registry with parameters of type Connector
 void MuleRegistryHelper.registerConnector(Connector connector)
          
 

Uses of Connector in org.mule.transport
 

Classes in org.mule.transport that implement Connector
 class AbstractConnector
          AbstractConnector provides base functionality for all connectors provided with Mule.
 class AbstractJndiConnector
          This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
 

Fields in org.mule.transport declared as Connector
protected  Connector DefaultReplyToHandler.connector
           
 

Methods in org.mule.transport that return Connector
protected  Connector DefaultReplyToHandler.findConnector()
           
 Connector AbstractTransportMessageHandler.getConnector()
           
 Connector DefaultReplyToHandler.getConnector()
           
 

Method parameters in org.mule.transport with type arguments of type Connector
 void ConnectorLifecycleManager.fireDisposePhase(LifecycleCallback<Connector> callback)
           
 void ConnectorLifecycleManager.fireInitialisePhase(LifecycleCallback<Connector> callback)
           
 void ConnectorLifecycleManager.fireStartPhase(LifecycleCallback<Connector> callback)
           
 void ConnectorLifecycleManager.fireStopPhase(LifecycleCallback<Connector> callback)
           
 

Constructors in org.mule.transport with parameters of type Connector
AbstractMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Creates the Message Receiver
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
 

Uses of Connector in org.mule.transport.ajax
 

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

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

Classes in org.mule.transport.ajax.container that implement Connector
 class AjaxServletConnector
          A servlet connector that binds to the container and makes a configured Bayeux available to dispatchers and receivers.
 

Fields in org.mule.transport.ajax.container declared as Connector
protected  Connector MuleAjaxServlet.connector
           
 

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

Classes in org.mule.transport.ajax.embedded that implement Connector
 class AjaxConnector
          Creates an 'embedded' Ajax server using Jetty and allows Mule to receiver and send events to browsers.
 

Uses of Connector in org.mule.transport.ejb
 

Classes in org.mule.transport.ejb that implement Connector
 class EjbConnector
          Provides Connection configurstion for EJB endpoints
 

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

Uses of Connector in org.mule.transport.email
 

Classes in org.mule.transport.email that implement Connector
 class AbstractMailConnector
          Abstract superclass for mail connectors.
 class AbstractRetrieveMailConnector
          Support for connecting to and receiving email from a mailbox (the exact protocol depends on the subclass).
 class AbstractTlsRetrieveMailConnector
          Support for connecting to and receiving email from a secure mailbox (the exact protocol depends on the subclass).
 class GmailSmtpConnector
          This class just sets some extra SMTP properties so it works with GMail.
 class ImapConnector
          Receives messages from an IMAP mailbox
 class ImapsConnector
          Creates a secure IMAP connection
 class Pop3Connector
          Pop3Connector is used to connect and receive mail from a POP3 mailbox.
 class Pop3sConnector
          Creates a secure connection to a POP3 mailbox
 class SmtpConnector
          SmtpConnector is used to connect to and send data to an SMTP mail server
 class SmtpsConnector
          Creates a secure SMTP connection
 

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

Uses of Connector in org.mule.transport.file
 

Classes in org.mule.transport.file that implement Connector
 class FileConnector
          FileConnector is used for setting up listeners on a directory and for writing files to a directory.
 

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

Uses of Connector in org.mule.transport.ftp
 

Classes in org.mule.transport.ftp that implement Connector
 class FtpConnector
           
 

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

Uses of Connector in org.mule.transport.http
 

Classes in org.mule.transport.http that implement Connector
 class HttpConnector
          HttpConnector provides a way of receiving and sending http requests and responses.
 class HttpPollingConnector
          The HttpPollingConnectors allows for inbound Http endpoints to be configured with an address which it shall use to poll for a result.
 class HttpsConnector
          HttpsConnector provides Secure http connectivity on top of what is already provided with the Mule HttpConnector.
 class HttpsPollingConnector
          HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the Mule HttpPollingConnector.
 

Methods in org.mule.transport.http with parameters of type Connector
protected  void PollingHttpsMessageReceiver.setupFromConnector(Connector connector)
           
protected  void PollingHttpMessageReceiver.setupFromConnector(Connector connector)
           
 

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

Uses of Connector in org.mule.transport.jdbc
 

Classes in org.mule.transport.jdbc that implement Connector
 class JdbcConnector
           
 

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

Uses of Connector in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement Connector
 class JmsConnector
          JmsConnector is a JMS 1.0.2b compliant connector that can be used by a Mule endpoint.
 

Constructors in org.mule.transport.jms with parameters of type Connector
JmsMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
          Deprecated.  
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 Connector in org.mule.transport.jms.activemq
 

Classes in org.mule.transport.jms.activemq that implement Connector
 class ActiveMQJmsConnector
          ActiveMQ 4.x-specific JMS connector.
 class ActiveMQXAJmsConnector
           
 

Uses of Connector in org.mule.transport.jms.mulemq
 

Classes in org.mule.transport.jms.mulemq that implement Connector
 class MuleMQJmsConnector
           
 class MuleMQXAJmsConnector
           
 

Uses of Connector in org.mule.transport.jms.weblogic
 

Classes in org.mule.transport.jms.weblogic that implement Connector
 class WeblogicJmsConnector
          Weblogic-specific JMS connector.
 

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

Classes in org.mule.transport.jms.websphere that implement Connector
 class WebsphereJmsConnector
          Websphere-specific JMS connector.
 

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

Uses of Connector in org.mule.transport.jnp
 

Classes in org.mule.transport.jnp that implement Connector
 class JnpConnector
          JnpConnector uses the Java Naming protocol to bind to remote objects
 

Uses of Connector in org.mule.transport.multicast
 

Classes in org.mule.transport.multicast that implement Connector
 class MulticastConnector
          MulticastConnector can dispatch mule events using ip multicasting
 

Uses of Connector in org.mule.transport.polling
 

Classes in org.mule.transport.polling that implement Connector
 class MessageProcessorPollingConnector
           
 

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

Uses of Connector in org.mule.transport.quartz
 

Classes in org.mule.transport.quartz that implement Connector
 class QuartzConnector
          Creates a connection to a Quartz scheduler.
 

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

Uses of Connector in org.mule.transport.rmi
 

Classes in org.mule.transport.rmi that implement Connector
 class RmiConnector
          RmiConnector can bind or send to a given RMI port on a given host.
 

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

Uses of Connector in org.mule.transport.service
 

Methods in org.mule.transport.service that return Connector
 Connector DefaultTransportServiceDescriptor.createConnector()
           
 Connector MetaTransportServiceDescriptor.createConnector()
          Override the connector cration and register our Meta scheme with the connecotr so that the connector can be used when creating endpoints using this meta transport
 Connector TransportServiceDescriptor.createConnector()
           
 Connector TransportFactory.createConnector(EndpointURI url)
          Creates an uninitialied connector from the provided MuleEndpointURI.
 Connector TransportFactory.createConnector(String uri)
           
 Connector TransportFactory.getConnectorByProtocol(String protocol)
           
 Connector TransportFactory.getDefaultConnectorByProtocol(String protocol)
           
 Connector TransportFactory.getOrCreateConnectorByProtocol(EndpointURI uri)
          Returns an initialized connector.
 Connector TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint)
           
 

Methods in org.mule.transport.service with parameters of type Connector
 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 Connector in org.mule.transport.servlet
 

Classes in org.mule.transport.servlet that implement Connector
 class ServletConnector
          ServletConnector is a channel adapter between Mule and a servlet engine.
 

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

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

Classes in org.mule.transport.servlet.jetty that implement Connector
 class JettyHttpConnector
          The JettyConnector can be using to embed a Jetty server to receive requests on an http inound endpoint.
 class JettyHttpsConnector
          The JettyHttpsConnector can be using to embed a Jetty server to receive requests on an http inbound endpoint.
 

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

Uses of Connector in org.mule.transport.sftp
 

Classes in org.mule.transport.sftp that implement Connector
 class SftpConnector
          SftpConnector sends and receives file messages over sftp using jsch library Improves on SFTP with VFS Connector in the following ways: 1.
 

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

Classes in org.mule.transport.soap.axis that implement Connector
 class AxisConnector
          AxisConnector is used to maintain one or more Services for Axis server instance.
 

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

Uses of Connector in org.mule.transport.soap.axis.wsdl
 

Classes in org.mule.transport.soap.axis.wsdl that implement Connector
 class AxisWsdlConnector
          TODO document
 

Uses of Connector in org.mule.transport.ssl
 

Classes in org.mule.transport.ssl that implement Connector
 class SslConnector
          SslConnector provides a connector for SSL connections.
 class TlsConnector
          TlsConnector Provides TLS connections
 

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

Uses of Connector in org.mule.transport.stdio
 

Classes in org.mule.transport.stdio that implement Connector
 class PromptStdioConnector
          PromptStdioConnector connects to the System streams in and out by default and add some basic fuctionality for writing out prompt messages.
 class StdioConnector
          StdioConnector can send and receive Mule events over IO streams.
 

Methods in org.mule.transport.stdio that return Connector
 Connector PromptStdioConnector.getConnector()
           
 

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

Uses of Connector in org.mule.transport.tcp
 

Classes in org.mule.transport.tcp that implement Connector
 class PollingTcpConnector
          PollingTcpMessageReceiver acts as a polling TCP connector.
 class TcpConnector
          TcpConnector can bind or sent to a given TCP port on a given host.
 

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

Uses of Connector in org.mule.transport.udp
 

Classes in org.mule.transport.udp that implement Connector
 class UdpConnector
          UdpConnector can send and receive Mule events as Datagram packets.
 

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

Uses of Connector in org.mule.transport.vm
 

Classes in org.mule.transport.vm that implement Connector
 class VMConnector
          VMConnector A simple endpoint wrapper to allow a Mule service to

be accessed from an endpoint

 

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

Uses of Connector in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement Connector
 class XmppConnector
          XmppConnector represents a connection to a Jabber server.
 

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

Uses of Connector in org.mule.util
 

Methods in org.mule.util with parameters of type Connector
 String ObjectNameHelper.getConnectorName(Connector connector)
           
static boolean ObjectNameHelper.isDefaultAutoGeneratedConnector(Connector connector)
           
 



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