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

Packages that use ImmutableEndpoint
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.registry   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.security Security API for authentication and authorisation. 
org.mule.api.transformer Contains the interfaces for transformers and exceptions for the Transformer API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.registry   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.service   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.cxf   
org.mule.transport.cxf.transport   
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.jdbc.sqlstrategy   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.rmi   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.stdio   
org.mule.transport.tcp Provides tcp connectivity for Mule
 

Uses of ImmutableEndpoint in org.mule
 

Methods in org.mule that return ImmutableEndpoint
 ImmutableEndpoint DefaultMuleEvent.getEndpoint()
           
 

Methods in org.mule with parameters of type ImmutableEndpoint
abstract  void AbstractExceptionListener.handleRoutingException(MuleMessage message, ImmutableEndpoint endpoint, Throwable e)
          A routing exception is thrown when an excpetion occurs during normal message processing A RoutingException holds a reference to the current message and te endpoint being routing to or from when the error occurred.
 void DefaultExceptionStrategy.handleRoutingException(MuleMessage message, ImmutableEndpoint endpoint, Throwable t)
           
protected  void AbstractExceptionListener.routeException(MuleMessage message, ImmutableEndpoint failedEndpoint, Throwable t)
          Routes the current exception to an error endpoint such as a Dead Letter Queue (jms) This method is only invoked if there is a MuleMessage available to dispatch.
 

Constructors in org.mule with parameters of type ImmutableEndpoint
DefaultMuleEvent(MuleMessage message, ImmutableEndpoint endpoint, MuleSession session, boolean synchronous)
           
DefaultMuleEvent(MuleMessage message, ImmutableEndpoint endpoint, MuleSession session, boolean synchronous, ResponseOutputStream outputStream)
          Contructor.
DefaultMuleEvent(MuleMessage message, ImmutableEndpoint endpoint, MuleSession session, String eventId, boolean synchronous)
          Contructor.
DefaultMuleEvent(MuleMessage message, ImmutableEndpoint endpoint, Service service, MuleEvent previousEvent)
          Properties cache that only reads properties once from the inbound message and merges them with any properties on the endpoint.
 

Uses of ImmutableEndpoint in org.mule.api
 

Methods in org.mule.api that return ImmutableEndpoint
 ImmutableEndpoint MuleEvent.getEndpoint()
          Gets the endpoint associated with this event
 

Uses of ImmutableEndpoint in org.mule.api.endpoint
 

Subinterfaces of ImmutableEndpoint in org.mule.api.endpoint
 interface InboundEndpoint
           
 interface OutboundEndpoint
           
 

Uses of ImmutableEndpoint in org.mule.api.registry
 

Methods in org.mule.api.registry with parameters of type ImmutableEndpoint
 void MuleRegistry.registerEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.api.routing
 

Fields in org.mule.api.routing declared as ImmutableEndpoint
protected  ImmutableEndpoint RoutingException.endpoint
           
 

Methods in org.mule.api.routing that return ImmutableEndpoint
 ImmutableEndpoint RoutingException.getEndpoint()
           
 

Constructors in org.mule.api.routing with parameters of type ImmutableEndpoint
CouldNotRouteInboundEventException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint)
           
CouldNotRouteInboundEventException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
CouldNotRouteInboundEventException(MuleMessage message, ImmutableEndpoint endpoint)
           
CouldNotRouteInboundEventException(MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
CouldNotRouteOutboundMessageException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint)
           
CouldNotRouteOutboundMessageException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
CouldNotRouteOutboundMessageException(MuleMessage message, ImmutableEndpoint endpoint)
           
CouldNotRouteOutboundMessageException(MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
ResponseTimeoutException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint)
           
ResponseTimeoutException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
RoutePathNotFoundException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint)
           
RoutePathNotFoundException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
RoutePathNotFoundException(MuleMessage message, ImmutableEndpoint endpoint)
           
RoutePathNotFoundException(MuleMessage message, ImmutableEndpoint endpoint, Throwable cause)
           
RoutingException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint)
           
RoutingException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
RoutingException(MuleMessage message, ImmutableEndpoint endpoint)
           
RoutingException(MuleMessage message, ImmutableEndpoint endpoint, Throwable cause)
           
ServiceRoutingException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Service service)
           
ServiceRoutingException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Service service, Throwable cause)
           
ServiceRoutingException(MuleMessage message, ImmutableEndpoint endpoint, Service service)
           
ServiceRoutingException(MuleMessage message, ImmutableEndpoint endpoint, Service service, Throwable cause)
           
 

Uses of ImmutableEndpoint in org.mule.api.security
 

Methods in org.mule.api.security that return ImmutableEndpoint
 ImmutableEndpoint EndpointSecurityFilter.getEndpoint()
           
 

Methods in org.mule.api.security with parameters of type ImmutableEndpoint
 void EndpointSecurityFilter.setEndpoint(ImmutableEndpoint endpoint)
           
 

Constructors in org.mule.api.security with parameters of type ImmutableEndpoint
CredentialsNotSetException(MuleMessage muleMessage, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
UnauthorisedException(MuleMessage message, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
 

Uses of ImmutableEndpoint in org.mule.api.transformer
 

Methods in org.mule.api.transformer that return ImmutableEndpoint
 ImmutableEndpoint BaseTransformer.getEndpoint()
          The endpoint that this transformer is attached to
 

Methods in org.mule.api.transformer with parameters of type ImmutableEndpoint
 void BaseTransformer.setEndpoint(ImmutableEndpoint endpoint)
          Sets the endpoint associated with with this connector.
 

Uses of ImmutableEndpoint in org.mule.api.transport
 

Constructors in org.mule.api.transport with parameters of type ImmutableEndpoint
DispatchException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint)
           
DispatchException(Message message, MuleMessage muleMessage, ImmutableEndpoint endpoint, Throwable cause)
           
DispatchException(MuleMessage message, ImmutableEndpoint endpoint)
           
DispatchException(MuleMessage message, ImmutableEndpoint endpoint, Throwable cause)
           
ReceiveException(ImmutableEndpoint endpoint, long timeout, Throwable cause)
           
ReceiveException(Message message, ImmutableEndpoint endpoint, long timeout)
           
ReceiveException(Message message, ImmutableEndpoint endpoint, long timeout, Throwable cause)
           
 

Uses of ImmutableEndpoint in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type ImmutableEndpoint
static Message CoreMessages.exceptionListenerMustUseOutboundEndpoint(AbstractExceptionListener exceptionListener, ImmutableEndpoint endpoint)
           
static Message CoreMessages.failedToDispatchToReplyto(ImmutableEndpoint endpoint)
           
static Message CoreMessages.failedToRouterViaEndpoint(ImmutableEndpoint endpoint)
           
static Message CoreMessages.inboundRouterMustUseInboundEndpoints(InboundRouterCollection router, ImmutableEndpoint endpoint)
           
static Message CoreMessages.outboundRouterMustUseOutboudEndpoints(OutboundRouter router, ImmutableEndpoint endpoint)
           
static Message CoreMessages.responseRouterMustUseInboundEndpoints(ResponseRouterCollection router, ImmutableEndpoint endpoint)
           
static Message CoreMessages.routingFailedOnEndpoint(Service service, ImmutableEndpoint endpoint)
           
static Message CoreMessages.transformOnObjectUnsupportedTypeOfEndpoint(String name, Class class1, ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.context.notification
 

Methods in org.mule.context.notification that return ImmutableEndpoint
 ImmutableEndpoint EndpointMessageNotification.getEndpoint()
           
 

Constructors in org.mule.context.notification with parameters of type ImmutableEndpoint
EndpointMessageNotification(MuleMessage resource, ImmutableEndpoint endpoint, String identifier, int action)
           
MessageNotification(MuleMessage resource, ImmutableEndpoint endpoint, String identifier, int action)
          Deprecated.  
 

Uses of ImmutableEndpoint in org.mule.endpoint
 

Classes in org.mule.endpoint that implement ImmutableEndpoint
 class AbstractEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
 class DefaultInboundEndpoint
           
 class DefaultOutboundEndpoint
           
 class DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 class DynamicURIOutboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Methods in org.mule.endpoint that return ImmutableEndpoint
protected  ImmutableEndpoint DefaultEndpointFactory.getEndpoint(EndpointURI uri, org.mule.endpoint.DefaultEndpointFactory.EndpointSource source)
           
protected  ImmutableEndpoint DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint)
           
 

Methods in org.mule.endpoint with parameters of type ImmutableEndpoint
protected  ImmutableEndpoint DefaultEndpointFactory.registerEndpoint(ImmutableEndpoint endpoint)
           
 

Constructors in org.mule.endpoint with parameters of type ImmutableEndpoint
EndpointURIEndpointBuilder(ImmutableEndpoint source, MuleContext muleContext)
           
 

Uses of ImmutableEndpoint in org.mule.management.stats
 

Methods in org.mule.management.stats with parameters of type ImmutableEndpoint
 void RouterStatistics.incrementRoutedMessage(ImmutableEndpoint endpoint)
          Increment routed message for an endpoint
 

Uses of ImmutableEndpoint in org.mule.module.client
 

Methods in org.mule.module.client that return ImmutableEndpoint
protected  ImmutableEndpoint MuleClient.getDefaultClientEndpoint(Service service, Object payload)
           
 

Methods in org.mule.module.client with parameters of type ImmutableEndpoint
protected  void RemoteDispatcher.updateContext(MuleMessage message, ImmutableEndpoint endpoint, boolean synchronous)
           
 

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

Constructors in org.mule.module.management.mbean with parameters of type ImmutableEndpoint
EndpointService(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.registry
 

Methods in org.mule.registry that return ImmutableEndpoint
 ImmutableEndpoint MuleRegistryHelper.lookupEndpoint(String name)
          Removed this method from Registry API as it should only be used internally and may confuse users.
 

Methods in org.mule.registry with parameters of type ImmutableEndpoint
 void MuleRegistryHelper.registerEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.routing
 

Constructors in org.mule.routing with parameters of type ImmutableEndpoint
AggregationException(EventGroup eventGroup, ImmutableEndpoint endpoint)
           
AggregationException(EventGroup eventGroup, ImmutableEndpoint endpoint, Throwable cause)
           
AggregationException(Message message, EventGroup eventGroup, ImmutableEndpoint endpoint)
           
AggregationException(Message message, EventGroup eventGroup, ImmutableEndpoint endpoint, Throwable cause)
           
 

Uses of ImmutableEndpoint in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound with parameters of type ImmutableEndpoint
protected  TransactionTemplate AbstractOutboundRouter.createTransactionTemplate(MuleSession session, ImmutableEndpoint endpoint)
           
protected  TransactionTemplate ExceptionBasedRouter.createTransactionTemplate(MuleSession session, ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.security
 

Fields in org.mule.security declared as ImmutableEndpoint
protected  ImmutableEndpoint AbstractEndpointSecurityFilter.endpoint
           
 

Methods in org.mule.security that return ImmutableEndpoint
 ImmutableEndpoint AbstractEndpointSecurityFilter.getEndpoint()
           
 

Methods in org.mule.security with parameters of type ImmutableEndpoint
 void AbstractEndpointSecurityFilter.setEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.service
 

Methods in org.mule.service with parameters of type ImmutableEndpoint
protected  void DefaultServiceExceptionStrategy.routeException(MuleMessage message, ImmutableEndpoint failedEndpoint, Throwable t)
           
 

Uses of ImmutableEndpoint in org.mule.tck.functional
 

Methods in org.mule.tck.functional with parameters of type ImmutableEndpoint
 void QuietExceptionStrategy.handleRoutingException(MuleMessage message, ImmutableEndpoint endpoint, Throwable e)
           
 

Uses of ImmutableEndpoint in org.mule.transformer
 

Fields in org.mule.transformer declared as ImmutableEndpoint
protected  ImmutableEndpoint AbstractTransformer.endpoint
          The endpoint that this transformer instance is configured on
 

Methods in org.mule.transformer that return ImmutableEndpoint
 ImmutableEndpoint AbstractTransformer.getEndpoint()
           
 

Methods in org.mule.transformer with parameters of type ImmutableEndpoint
 void AbstractTransformer.setEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport
 

Fields in org.mule.transport declared as ImmutableEndpoint
protected  ImmutableEndpoint AbstractConnectable.endpoint
           
 

Methods in org.mule.transport that return ImmutableEndpoint
 ImmutableEndpoint AbstractConnectable.getEndpoint()
           
 

Methods in org.mule.transport with parameters of type ImmutableEndpoint
 void AbstractConnector.destroyReceiver(MessageReceiver receiver, ImmutableEndpoint endpoint)
           
protected  String AbstractConnectable.getConnectEventId(ImmutableEndpoint endpoint)
           
 void AbstractConnectable.setEndpoint(ImmutableEndpoint endpoint)
           
 

Constructors in org.mule.transport with parameters of type ImmutableEndpoint
AbstractConnectable(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.cxf
 

Fields in org.mule.transport.cxf declared as ImmutableEndpoint
protected  ImmutableEndpoint ClientWrapper.endpoint
           
 

Methods in org.mule.transport.cxf with parameters of type ImmutableEndpoint
 void ClientWrapper.setEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.cxf.transport
 

Methods in org.mule.transport.cxf.transport with parameters of type ImmutableEndpoint
 void MuleUniversalConduit.setMuleEndpoint(ImmutableEndpoint muleEndpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.ejb
 

Methods in org.mule.transport.ejb with parameters of type ImmutableEndpoint
 Remote EjbConnector.getRemoteObject(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.email
 

Methods in org.mule.transport.email with parameters of type ImmutableEndpoint
 SessionDetails AbstractMailConnector.getSessionDetails(ImmutableEndpoint endpoint)
           
protected  SessionDetails AbstractMailConnector.newSession(ImmutableEndpoint endpoint)
           
 URLName AbstractMailConnector.urlFromEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.file
 

Methods in org.mule.transport.file with parameters of type ImmutableEndpoint
 OutputStream FileConnector.getOutputStream(ImmutableEndpoint endpoint, MuleMessage message)
          Well get the output stream (if any) for this type of transport.
 

Uses of ImmutableEndpoint in org.mule.transport.ftp
 

Methods in org.mule.transport.ftp with parameters of type ImmutableEndpoint
protected  org.apache.commons.net.ftp.FTPClient FtpConnector.createFtpClient(ImmutableEndpoint endpoint)
          Creates a new FTPClient that logs in and changes the working directory using the data provided in endpoint.
 void FtpConnector.enterActiveOrPassiveMode(org.apache.commons.net.ftp.FTPClient client, ImmutableEndpoint endpoint)
          Passive mode is OFF by default.
 OutputStream FtpConnector.getOutputStream(ImmutableEndpoint endpoint, MuleMessage message)
          Well get the output stream (if any) for this type of transport.
 void FtpConnector.setupFileType(org.apache.commons.net.ftp.FTPClient client, ImmutableEndpoint endpoint)
          Transfer type is BINARY by default.
 

Uses of ImmutableEndpoint in org.mule.transport.http
 

Methods in org.mule.transport.http with parameters of type ImmutableEndpoint
protected  MessageReceiver HttpMessageReceiver.getTargetReceiver(MuleMessage message, ImmutableEndpoint endpoint)
           
protected  void HttpConnector.setupClientAuthorization(MuleEvent event, HttpMethod httpMethod, HttpClient client, ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.jdbc
 

Methods in org.mule.transport.jdbc with parameters of type ImmutableEndpoint
 Object[] JdbcConnector.getParams(ImmutableEndpoint endpoint, List paramNames, MuleMessage message, String query)
           
 String JdbcConnector.getQuery(ImmutableEndpoint endpoint, String stmt)
           
 String[] JdbcConnector.getReadAndAckStatements(ImmutableEndpoint endpoint)
           
 String JdbcConnector.getStatement(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.jdbc.sqlstrategy
 

Methods in org.mule.transport.jdbc.sqlstrategy with parameters of type ImmutableEndpoint
 MuleMessage SelectSqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout)
           
 MuleMessage SimpleUpdateSqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout)
           
 MuleMessage SqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout)
           
 

Uses of ImmutableEndpoint in org.mule.transport.jms
 

Methods in org.mule.transport.jms with parameters of type ImmutableEndpoint
 Destination Jms11Support.createDestination(Session session, ImmutableEndpoint endpoint)
           
 Destination JmsSupport.createDestination(Session session, ImmutableEndpoint endpoint)
           
 Session JmsConnector.getSession(ImmutableEndpoint endpoint)
           
 boolean DefaultJmsTopicResolver.isTopic(ImmutableEndpoint endpoint)
          Will use endpoint's resource info to detect a topic, as in jms://topic:trade.PriceUpdatesTopic.
 boolean JmsTopicResolver.isTopic(ImmutableEndpoint endpoint)
          Use endpoint configuration to detect a topic.
 boolean DefaultJmsTopicResolver.isTopic(ImmutableEndpoint endpoint, boolean fallbackToEndpointProperties)
          Use endpoint configuration to detect a topic.
 boolean JmsTopicResolver.isTopic(ImmutableEndpoint endpoint, boolean fallbackToEndpointProperties)
          Use endpoint configuration to detect a topic.
 

Uses of ImmutableEndpoint in org.mule.transport.rmi
 

Methods in org.mule.transport.rmi with parameters of type ImmutableEndpoint
 Remote RmiConnector.getRemoteObject(ImmutableEndpoint endpoint)
           
protected  Object RmiConnector.getRemoteRef(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.service
 

Methods in org.mule.transport.service with parameters of type ImmutableEndpoint
static Connector TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint, MuleContext muleContext)
           
 

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

Methods in org.mule.transport.soap.axis with parameters of type ImmutableEndpoint
protected  org.apache.axis.client.Service AxisMessageDispatcher.createService(ImmutableEndpoint endpoint)
           
protected  org.apache.axis.client.Service AxisMessageRequester.createService(ImmutableEndpoint endpoint)
           
protected  org.apache.axis.EngineConfiguration AxisMessageDispatcher.getClientConfig(ImmutableEndpoint endpoint)
           
protected  org.apache.axis.EngineConfiguration AxisMessageRequester.getClientConfig(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.stdio
 

Methods in org.mule.transport.stdio with parameters of type ImmutableEndpoint
 OutputStream PromptStdioConnector.getOutputStream(ImmutableEndpoint endpoint, MuleMessage message)
           
 

Uses of ImmutableEndpoint in org.mule.transport.tcp
 

Methods in org.mule.transport.tcp that return ImmutableEndpoint
 ImmutableEndpoint TcpSocketKey.getEndpoint()
           
 

Methods in org.mule.transport.tcp with parameters of type ImmutableEndpoint
 OutputStream TcpConnector.getOutputStream(ImmutableEndpoint endpoint, MuleMessage message)
           
protected  Socket TcpConnector.getSocket(ImmutableEndpoint endpoint)
          Lookup a socket in the list of dispatcher sockets but don't create a new socket
protected static Object TcpMessageDispatcher.receiveFromSocket(Socket socket, int timeout, ImmutableEndpoint endpoint)
           
 

Constructors in org.mule.transport.tcp with parameters of type ImmutableEndpoint
TcpSocketKey(ImmutableEndpoint endpoint)
           
 



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