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

Packages that use Connectable
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint.dynamic   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.polling   
 

Uses of Connectable in org.mule.api.transport
 

Subinterfaces of Connectable in org.mule.api.transport
 interface Connector
          Connector is the mechanism used to connect to external systems and protocols in order to send and receive data.
 interface MessageDispatcher
          Combine MessageDispatching with various lifecycle methods for the actual instances doing message sending.
 interface MessageReceiver
          MessageReceiver is used to receive data from an external system.
 interface MessageRequester
          Combine MessageRequesting with various lifecycle methods for the actual instances doing message sending.
 

Uses of Connectable in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type Connectable
ConnectionNotification(Connectable resource, String identifier, int action)
           
 

Uses of Connectable in org.mule.endpoint.dynamic
 

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

Uses of Connectable in org.mule.transport
 

Classes in org.mule.transport that implement Connectable
 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
 class AbstractMessageDispatcher
          Abstract implementation of an outbound channel adaptors.
 class AbstractMessageReceiver
          AbstractMessageReceiver provides common methods for all Message Receivers provided with Mule.
 class AbstractMessageRequester
          The Message Requester is used to explicitly request messages from a message channel or resource rather than subscribing to inbound events or polling for messages.
 class AbstractPollingMessageReceiver
          AbstractPollingMessageReceiver implements a base class for polling message receivers.
 class AbstractTransportMessageHandler<O>
          Provide a default dispatch (client) support for handling threads lifecycle and validation.
 class TransactedPollingMessageReceiver
          The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management.
 class UnsupportedMessageDispatcher
           
 class UnsupportedMessageRequester
           
 

Methods in org.mule.transport that return Connectable
 Connectable ConnectException.getFailed()
           
 

Constructors in org.mule.transport with parameters of type Connectable
ConnectException(Message message, Connectable failed)
           
ConnectException(Message message, Throwable cause, Connectable failed)
           
ConnectException(Throwable cause, Connectable failed)
           
 

Uses of Connectable in org.mule.transport.polling
 

Classes in org.mule.transport.polling that implement Connectable
 class MessageProcessorPollingConnector
           
 class MessageProcessorPollingMessageReceiver
           
 



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