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

Packages that use ImmutableEndpoint
org.mule.api.component   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.exception   
org.mule.api.registry   
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.component   
org.mule.config.endpoint   
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.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.cxf.endpoint   
org.mule.module.ibeans.config   
org.mule.module.ibeans.spi.support   
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.processor   
org.mule.processor.chain   
org.mule.registry   
org.mule.security Core security implementation including the mule security manager and encryption types 
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.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.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.jms.i18n   
org.mule.transport.rmi   
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.transport.servlet.jetty   
org.mule.transport.sftp   
org.mule.transport.sftp.notification   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.stdio   
org.mule.transport.stdio.i18n   
org.mule.transport.tcp Provides tcp 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 ImmutableEndpoint in org.mule.api.component
 

Methods in org.mule.api.component that return ImmutableEndpoint
 ImmutableEndpoint InterfaceBinding.getEndpoint()
           
 

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

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

Fields in org.mule.api.exception declared as ImmutableEndpoint
protected  ImmutableEndpoint MessageRedeliveredException.endpoint
           
 

Methods in org.mule.api.exception that return ImmutableEndpoint
 ImmutableEndpoint MessageRedeliveredException.getEndpoint()
           
 

Uses of ImmutableEndpoint in org.mule.api.registry
 

Methods in org.mule.api.registry that return types with arguments of type ImmutableEndpoint
 Collection<ImmutableEndpoint> MuleRegistry.getEndpoints()
          Deprecated. Use EndpointFactory for creation/lookup of individual endpoints instead
 

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

Uses of ImmutableEndpoint in org.mule.api.security
 

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

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

Uses of ImmutableEndpoint in org.mule.api.transformer
 

Methods in org.mule.api.transformer that return ImmutableEndpoint
 ImmutableEndpoint Transformer.getEndpoint()
          Deprecated.  
 

Uses of ImmutableEndpoint in org.mule.api.transport
 

Constructors in org.mule.api.transport with parameters of type ImmutableEndpoint
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.component
 

Methods in org.mule.component that return ImmutableEndpoint
 ImmutableEndpoint DefaultInterfaceBinding.getEndpoint()
           
 

Methods in org.mule.component with parameters of type ImmutableEndpoint
 void DefaultInterfaceBinding.setEndpoint(ImmutableEndpoint e)
           
 

Uses of ImmutableEndpoint in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that return ImmutableEndpoint
 ImmutableEndpoint AnnotatedEndpointHelper.processEndpoint(AnnotatedEndpointData epData)
           
 

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.outboundRouterMustUseOutboudEndpoints(OutboundRouter 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.getImmutableEndpoint()
           
 

Constructors in org.mule.context.notification with parameters of type ImmutableEndpoint
EndpointMessageNotification(MuleMessage resource, ImmutableEndpoint endpoint, FlowConstruct flowConstruct, int action)
           
 

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 DynamicOutboundEndpoint
          An Outbound endpoint who's URI is a template used to created new non dynamic endpoints based on the current message.
 class DynamicURIInboundEndpoint
          Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 class DynamicURIOutboundEndpoint
          Allows EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
 

Fields in org.mule.endpoint declared as ImmutableEndpoint
protected  ImmutableEndpoint EndpointMessageProcessorChainBuilder.endpoint
           
 

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)
           
 void EndpointAware.setEndpoint(ImmutableEndpoint ep)
           
 

Constructors in org.mule.endpoint with parameters of type ImmutableEndpoint
AbstractMetaEndpointBuilder(ImmutableEndpoint source)
           
EndpointMessageProcessorChainBuilder(ImmutableEndpoint endpoint, FlowConstruct flowConstruct)
           
EndpointURIEndpointBuilder(ImmutableEndpoint source)
           
 

Uses of ImmutableEndpoint in org.mule.module.client
 

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

Constructors in org.mule.module.cxf.endpoint with parameters of type ImmutableEndpoint
CxfEndpointBuilder(ImmutableEndpoint source)
           
 

Uses of ImmutableEndpoint in org.mule.module.ibeans.config
 

Methods in org.mule.module.ibeans.config that return ImmutableEndpoint
 ImmutableEndpoint CallInterfaceBinding.getEndpoint()
           
 ImmutableEndpoint IBeanBinding.getEndpoint()
           
 

Methods in org.mule.module.ibeans.config with parameters of type ImmutableEndpoint
 void CallInterfaceBinding.setEndpoint(ImmutableEndpoint e)
           
 void IBeanBinding.setEndpoint(ImmutableEndpoint e)
           
 

Uses of ImmutableEndpoint in org.mule.module.ibeans.spi.support
 

Classes in org.mule.module.ibeans.spi.support that implement ImmutableEndpoint
 class CallOutboundEndpoint
           A dynamic outbound endpoint defined when using the Call annotation.
 class CallRequestEndpoint
          A dynamic inbound endpoint used for request calls defined using the Call annotation.
 class DynamicRequestEndpoint
          A dynamic request endpoint is used in conjunction with the Call annotation when there are no Body, BodyParam or HeaderParam annotations on a method and allows a dynamic InboundEndpoint to be created.
protected static class DynamicRequestEndpoint.NullInboundEndpoint
           
 

Methods in org.mule.module.ibeans.spi.support that return ImmutableEndpoint
 ImmutableEndpoint DefaultRequestInterfaceBinding.getEndpoint()
           
 

Methods in org.mule.module.ibeans.spi.support with parameters of type ImmutableEndpoint
 void DefaultRequestInterfaceBinding.setEndpoint(ImmutableEndpoint e)
           
 

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

Methods in org.mule.processor with parameters of type ImmutableEndpoint
 void SecurityFilterMessageProcessor.setEndpoint(ImmutableEndpoint ep)
           
 

Uses of ImmutableEndpoint in org.mule.processor.chain
 

Methods in org.mule.processor.chain with parameters of type ImmutableEndpoint
 void AbstractMessageProcessorChain.setEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.registry
 

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

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

Uses of ImmutableEndpoint in org.mule.security
 

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

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

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

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 CompositeConverter.getEndpoint()
           
 ImmutableEndpoint AbstractTransformer.getEndpoint()
           
 

Methods in org.mule.transformer with parameters of type ImmutableEndpoint
static List<Transformer> TransformerUtils.getDefaultInboundTransformers(TransportServiceDescriptor serviceDescriptor, ImmutableEndpoint endpoint)
           
static List<Transformer> TransformerUtils.getDefaultOutboundTransformers(TransportServiceDescriptor serviceDescriptor, ImmutableEndpoint endpoint)
           
static List<Transformer> TransformerUtils.getDefaultResponseTransformers(TransportServiceDescriptor serviceDescriptor, ImmutableEndpoint endpoint)
           
 void CompositeConverter.setEndpoint(ImmutableEndpoint ep)
           
 void AbstractTransformer.setEndpoint(ImmutableEndpoint endpoint)
           
 void TransformerChain.setEndpoint(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport
 

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

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

Methods in org.mule.transport with parameters of type ImmutableEndpoint
protected
<T> T
AbstractConnector.createOperationResource(ImmutableEndpoint endpoint)
           
 void AbstractConnector.destroyReceiver(MessageReceiver receiver, ImmutableEndpoint endpoint)
           
protected  String AbstractTransportMessageHandler.getConnectEventId(ImmutableEndpoint endpoint)
           
 List<Transformer> AbstractConnector.getDefaultInboundTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> AbstractConnector.getDefaultOutboundTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> AbstractConnector.getDefaultResponseTransformers(ImmutableEndpoint endpoint)
           
 ReplyToHandler AbstractConnector.getReplyToHandler(ImmutableEndpoint endpoint)
          Getter for property 'replyToHandler'.
<T> T
AbstractConnector.getTransactionalResource(ImmutableEndpoint endpoint)
          Returns transactional resource to use based on endpoint configuration and transactional context.
 void AbstractTransportMessageHandler.setEndpoint(ImmutableEndpoint endpoint)
           
 

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

Uses of ImmutableEndpoint in org.mule.transport.ajax
 

Constructors in org.mule.transport.ajax with parameters of type ImmutableEndpoint
AjaxMessageReceiver.ReceiverService(String channel, org.cometd.Bayeux bayeux, ImmutableEndpoint endpoint)
           
 

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

Methods in org.mule.transport.ajax.container with parameters of type ImmutableEndpoint
 ReplyToHandler AjaxServletConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

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

Methods in org.mule.transport.ajax.embedded with parameters of type ImmutableEndpoint
 Servlet AjaxConnector.createServlet(org.mortbay.jetty.Connector connector, ImmutableEndpoint endpoint)
           
 ReplyToHandler AjaxConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

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.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.
 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 ep)
           
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
protected
<T> T
JdbcConnector.createOperationResource(ImmutableEndpoint endpoint)
           
 Object[] JdbcConnector.getParams(ImmutableEndpoint endpoint, List paramNames, MuleMessage message, String query)
           
protected  Object JdbcConnector.getParamValue(ImmutableEndpoint endpoint, MuleMessage message, String param)
           
 String JdbcConnector.getQuery(ImmutableEndpoint endpoint, String stmt)
           
 org.apache.commons.dbutils.QueryRunner JdbcConnector.getQueryRunnerFor(ImmutableEndpoint endpoint)
           
 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 SqlStatementStrategyExecutor.execute(SqlStatementStrategy strategy, JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 MuleMessage SelectSqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 MuleMessage SimpleUpdateSqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 MuleMessage SqlStatementStrategy.executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 

Uses of ImmutableEndpoint in org.mule.transport.jms
 

Methods in org.mule.transport.jms with parameters of type ImmutableEndpoint
 MessageConsumer JmsSupport.createConsumer(Session session, Destination destination, boolean topic, ImmutableEndpoint endpoint)
           
 MessageConsumer Jms11Support.createConsumer(Session session, Destination destination, boolean topic, ImmutableEndpoint endpoint)
           
 MessageConsumer JmsSupport.createConsumer(Session session, Destination destination, String messageSelector, boolean noLocal, String durableName, boolean topic, ImmutableEndpoint endpoint)
           
 MessageConsumer Jms102bSupport.createConsumer(Session session, Destination destination, String messageSelector, boolean noLocal, String durableName, boolean topic, ImmutableEndpoint endpoint)
           
 MessageConsumer Jms11Support.createConsumer(Session session, Destination destination, String messageSelector, boolean noLocal, String durableName, boolean topic, ImmutableEndpoint endpoint)
           
 Destination JmsSupport.createDestination(Session session, ImmutableEndpoint endpoint)
           
 Destination Jms11Support.createDestination(Session session, ImmutableEndpoint endpoint)
           
 Destination JmsSupport.createDestination(Session session, String name, boolean topic, ImmutableEndpoint endpoint)
           
 Destination Jms102bSupport.createDestination(Session session, String name, boolean topic, ImmutableEndpoint endpoint)
           
 Destination Jms11Support.createDestination(Session session, String name, boolean topic, ImmutableEndpoint endpoint)
           
protected  Session JmsConnector.createOperationResource(ImmutableEndpoint endpoint)
           
 Session JmsConnector.createSession(ImmutableEndpoint endpoint)
           
 ReplyToHandler JmsConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 JmsSelectorFilter JmsConnector.getSelector(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.
 void JmsSupport.send(MessageProducer producer, Message message, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(MessageProducer producer, Message message, boolean topic, ImmutableEndpoint endpoint)
           
 void JmsSupport.send(MessageProducer producer, Message message, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms102bSupport.send(MessageProducer producer, Message message, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(MessageProducer producer, Message message, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void JmsSupport.send(MessageProducer producer, Message message, Destination dest, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(MessageProducer producer, Message message, Destination dest, boolean topic, ImmutableEndpoint endpoint)
           
 void JmsSupport.send(MessageProducer producer, Message message, Destination dest, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms102bSupport.send(MessageProducer producer, Message message, Destination dest, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(MessageProducer producer, Message message, Destination dest, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.jms.i18n
 

Methods in org.mule.transport.jms.i18n with parameters of type ImmutableEndpoint
static Message JmsMessages.tooManyRedeliveries(String messageId, int times, int maxRedelivery, ImmutableEndpoint endpoint)
           
 

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
 List<Transformer> DefaultTransportServiceDescriptor.createInboundTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> TransportServiceDescriptor.createInboundTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> DefaultTransportServiceDescriptor.createOutboundTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> TransportServiceDescriptor.createOutboundTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> DefaultTransportServiceDescriptor.createResponseTransformers(ImmutableEndpoint endpoint)
           
 List<Transformer> TransportServiceDescriptor.createResponseTransformers(ImmutableEndpoint endpoint)
           
protected  Transformer DefaultTransportServiceDescriptor.createTransformer(String className, ImmutableEndpoint endpoint)
           
 Connector TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint)
           
 

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

Methods in org.mule.transport.servlet.jetty with parameters of type ImmutableEndpoint
protected  Servlet JettyHttpConnector.createServlet(org.mortbay.jetty.Connector connector, ImmutableEndpoint endpoint)
           
 S ServletAware.createServlet(org.mortbay.jetty.Connector connector, ImmutableEndpoint endpoint)
           
protected  String JettyHttpConnector.getHolderKey(ImmutableEndpoint endpoint)
           
 ReplyToHandler JettyHttpConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.sftp
 

Methods in org.mule.transport.sftp with parameters of type ImmutableEndpoint
static SftpClient SftpConnectionFactory.createClient(ImmutableEndpoint endpoint)
           
 SftpClient SftpConnector.createSftpClient(ImmutableEndpoint endpoint)
           
 SftpClient SftpConnector.createSftpClient(ImmutableEndpoint endpoint, SftpNotifier notifier)
           
 void SftpClient.createSftpDirIfNotExists(ImmutableEndpoint endpoint, String newDir)
          Creates the directory if it not already exists.
 void SftpConnector.destroyClient(ImmutableEndpoint endpoint, SftpClient client)
           
protected  ObjectPool SftpConnector.getClientPool(ImmutableEndpoint endpoint)
           
 void SftpConnector.releaseClient(ImmutableEndpoint endpoint, SftpClient client)
           
 

Constructors in org.mule.transport.sftp with parameters of type ImmutableEndpoint
SftpConnectionFactory(ImmutableEndpoint endpoint)
           
SftpInputStream(SftpClient client, InputStream is, String fileName, boolean autoDelete, ImmutableEndpoint endpoint)
          A special sftp InputStream.
SftpReceiverRequesterUtil(ImmutableEndpoint endpoint)
           
SftpUtil(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.sftp.notification
 

Methods in org.mule.transport.sftp.notification that return ImmutableEndpoint
 ImmutableEndpoint SftpTransportNotification.getEndpoint()
           
 

Constructors in org.mule.transport.sftp.notification with parameters of type ImmutableEndpoint
SftpNotifier(SftpConnector connector, MuleMessage message, ImmutableEndpoint endpoint, String serviceName)
           
SftpTransportNotification(MuleMessage resource, ImmutableEndpoint endpoint, String resourceIdentifier, int action, String info, long size)
           
 

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.stdio.i18n
 

Methods in org.mule.transport.stdio.i18n with parameters of type ImmutableEndpoint
static Message StdioMessages.couldNotFindStreamWithName(ImmutableEndpoint endpoint)
           
 

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)
           
 

Uses of ImmutableEndpoint in org.mule.transport.vm
 

Methods in org.mule.transport.vm with parameters of type ImmutableEndpoint
protected
<T> T
VMConnector.createOperationResource(ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.xmpp
 

Methods in org.mule.transport.xmpp with parameters of type ImmutableEndpoint
 XmppConversation XmppConversationFactory.create(ImmutableEndpoint endpoint)
           
protected  XmppConversation XmppConversationFactory.createChatConversation(ImmutableEndpoint endpoint)
           
protected  XmppConversation XmppConversationFactory.createGroupchatConversation(ImmutableEndpoint endpoint)
           
protected  XmppConversation XmppConversationFactory.createMessageConversation(ImmutableEndpoint endpoint)
           
protected static String XmppConnector.getRecipient(ImmutableEndpoint endpoint)
           
 

Constructors in org.mule.transport.xmpp with parameters of type ImmutableEndpoint
AbstractXmppConversation(ImmutableEndpoint endpoint)
           
XmppChatConversation(ImmutableEndpoint endpoint)
           
XmppMessageConversation(ImmutableEndpoint endpoint)
           
XmppMultiUserChatConversation(ImmutableEndpoint endpoint)
           
 



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