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.endpoint Implemtation of Mule endpoint uris. 
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.bpm   
org.mule.transport.cxf   
org.mule.transport.cxf.wsdl   
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.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.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.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 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 ConnectorException.getConnector()
           
 Connector MessageDispatcher.getConnector()
          Gets the connector for this dispatcher
 Connector MessageRequester.getConnector()
          Gets the connector for this dispatcher
 

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.endpoint
 

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

Methods in org.mule.endpoint that return Connector
 Connector AbstractEndpoint.getConnector()
           
protected  Connector AbstractEndpointBuilder.getConnector()
           
 Connector DynamicURIInboundEndpoint.getConnector()
           
 Connector DynamicURIOutboundEndpoint.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  Filter AbstractEndpointBuilder.getDefaultFilter(Connector connector)
           
protected  List AbstractEndpointBuilder.getDefaultInboundTransformers(Connector connector)
           
protected  String AbstractEndpointBuilder.getDefaultInitialState(Connector connector)
           
protected  List AbstractEndpointBuilder.getDefaultOutboundTransformers(Connector connector)
           
protected  int AbstractEndpointBuilder.getDefaultResponseTimeout(Connector connector)
           
protected  List AbstractEndpointBuilder.getDefaultResponseTransformers(Connector connector)
           
protected  boolean AbstractEndpointBuilder.getDefaultSynchronous(Connector connector, String protocol)
           
protected  boolean AbstractEndpointBuilder.getDeleteUnacceptedMessages(Connector connector)
           
protected  String AbstractEndpointBuilder.getEndpointEncoding(Connector connector)
           
protected  Filter AbstractEndpointBuilder.getFilter(Connector connector)
           
protected  List AbstractEndpointBuilder.getInboundEndpointResponseTransformers(Connector connector, EndpointURI endpointURI)
           
protected  List AbstractEndpointBuilder.getInboundTransformers(Connector connector, EndpointURI endpointURI)
           
protected  String AbstractEndpointBuilder.getInitialState(Connector connector)
           
protected  List AbstractEndpointBuilder.getOutboundEndpointResponseTransformers(Connector connector, EndpointURI endpointURI)
           
protected  List AbstractEndpointBuilder.getOutboundTransformers(Connector connector, EndpointURI endpointURI)
           
protected  int AbstractEndpointBuilder.getResponseTimeout(Connector connector)
           
protected  RetryPolicyTemplate AbstractEndpointBuilder.getRetryPolicyTemplate(Connector connector)
           
protected  boolean AbstractEndpointBuilder.getSynchronous(Connector connector, EndpointURI endpointURI)
           
 void AbstractEndpointBuilder.setConnector(Connector connector)
           
 

Constructors in org.mule.endpoint with parameters of type Connector
AbstractEndpoint(Connector connector, EndpointURI endpointUri, List transformers, List responseTransformers, String name, Map properties, TransactionConfig transactionConfig, Filter filter, boolean deleteUnacceptedMessages, EndpointSecurityFilter securityFilter, boolean synchronous, int responseTimeout, String initialState, String endpointEncoding, String endpointBuilderName, MuleContext muleContext, RetryPolicyTemplate retryPolicyTemplate)
           
DefaultInboundEndpoint(Connector connector, EndpointURI endpointUri, List transformers, List responseTransformers, String name, Map properties, TransactionConfig transactionConfig, Filter filter, boolean deleteUnacceptedMessage, EndpointSecurityFilter securityFilter, boolean synchronous, int responseTimeout, String initialState, String endpointEncoding, String endpointBuilderName, MuleContext muleContext, RetryPolicyTemplate retryPolicyTemplate)
           
DefaultOutboundEndpoint(Connector connector, EndpointURI endpointUri, List transformers, List responseTransformers, String name, Map properties, TransactionConfig transactionConfig, Filter filter, boolean deleteUnacceptedMessage, EndpointSecurityFilter securityFilter, boolean synchronous, int responseTimeout, String initialState, String endpointEncoding, String endpointBuilderName, MuleContext muleContext, RetryPolicyTemplate retryPolicyTemplate)
           
 

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

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

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

Uses of Connector in org.mule.transport.bpm
 

Classes in org.mule.transport.bpm that implement Connector
 class ProcessConnector
          The BPM provider allows Mule events to initiate and/or advance processes in an external or embedded Business Process Management System (BPMS).
 

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

Uses of Connector in org.mule.transport.cxf
 

Classes in org.mule.transport.cxf that implement Connector
 class CxfConnector
          Connects Mule to a CXF bus instance.
 

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

Uses of Connector in org.mule.transport.cxf.wsdl
 

Classes in org.mule.transport.cxf.wsdl that implement Connector
 class CxfWsdlConnector
          TODO document
 

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, Service service, 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, Service service, 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, Service service, 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, Service service, 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.
 

Constructors in org.mule.transport.http with parameters of type Connector
HttpMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
HttpsMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
PollingHttpMessageReceiver(Connector connector, Service service, 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, Service service, 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, Service service, InboundEndpoint endpoint)
          Deprecated.  
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 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.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, Service service, 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.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, Service service, 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, Service service, InboundEndpoint endpoint)
           
RmiMessageReceiver(Connector connector, Service service, 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 TransportServiceDescriptor.createConnector()
           
static Connector TransportFactory.createConnector(EndpointURI url, MuleContext muleContext)
          Creates an uninitialied connector from the provided MuleEndpointURI.
static Connector TransportFactory.getConnectorByProtocol(String protocol)
           
static Connector TransportFactory.getOrCreateConnectorByProtocol(EndpointURI uri, MuleContext muleContext)
          Returns an initialized connector.
static Connector TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint, MuleContext muleContext)
           
 

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

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, Service service, 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, Service service, 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, Service service, InboundEndpoint endpoint, long checkFrequency)
           
 

Uses of Connector in org.mule.transport.tcp
 

Classes in org.mule.transport.tcp that implement 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
TcpMessageReceiver(Connector connector, Service service, 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, Service service, 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, Service service, InboundEndpoint endpoint)
           
 

Uses of Connector in org.mule.transport.xmpp
 

Classes in org.mule.transport.xmpp that implement Connector
 class XmppConnector
          XmppConnector TODO
 class XmppsConnector
           
 

Uses of Connector in org.mule.util
 

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



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