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.component   
org.mule.api.endpoint Endpoint interfaces. 
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.atom.endpoint   
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.module.rss.endpoint   
org.mule.processor   
org.mule.registry   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.service.processor   
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.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.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.xmpp   
 

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
 void RouteableExceptionStrategy.handleRoutingException(MuleMessage message, ImmutableEndpoint endpoint, java.lang.Throwable t)
          
protected  void RouteableExceptionStrategy.routeException(MuleMessage msg, ImmutableEndpoint failedEndpoint, java.lang.Throwable t)
          
 

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

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

Methods in org.mule.api.registry that return types with arguments of type ImmutableEndpoint
 java.util.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()
           
 

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(MuleEvent event, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
UnauthorisedException(MuleEvent event, SecurityContext context, ImmutableEndpoint endpoint, EndpointSecurityFilter filter)
           
 

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, java.lang.Throwable cause)
           
ReceiveException(Message message, ImmutableEndpoint endpoint, long timeout)
           
ReceiveException(Message message, ImmutableEndpoint endpoint, long timeout, java.lang.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(java.lang.String name, java.lang.Class<?> class1, ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type ImmutableEndpoint
EndpointMessageNotification(MuleMessage resource, ImmutableEndpoint endpoint, java.lang.String identifier, 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 will be constructed based on the current message.
protected static class DynamicOutboundEndpoint.NullOutboundEndpoint
           
 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 EndpointInterceptingChainMessageProcessorBuilder.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)
           
EndpointInterceptingChainMessageProcessorBuilder(ImmutableEndpoint endpoint, FlowConstruct flowConstruct)
           
EndpointURIEndpointBuilder(ImmutableEndpoint source)
           
 

Uses of ImmutableEndpoint in org.mule.module.atom.endpoint
 

Classes in org.mule.module.atom.endpoint that implement ImmutableEndpoint
 class AtomInboundEndpoint
          An ATOM endpoint is used for polling an ATOM feed and processing the feed entries
 

Uses of ImmutableEndpoint in org.mule.module.client
 

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

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

Classes in org.mule.module.rss.endpoint that implement ImmutableEndpoint
 class RssInboundEndpoint
          TODO
 

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

Methods in org.mule.registry that return types with arguments of type ImmutableEndpoint
 java.util.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
           
 

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

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

Uses of ImmutableEndpoint in org.mule.service.processor
 

Methods in org.mule.service.processor with parameters of type ImmutableEndpoint
protected  ReplyToHandler ServiceInternalMessageProcessor.getReplyToHandler(MuleMessage message, ImmutableEndpoint endpoint)
           
 

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
static java.util.List<Transformer> TransformerUtils.getDefaultInboundTransformers(TransportServiceDescriptor serviceDescriptor, ImmutableEndpoint endpoint)
           
static java.util.List<Transformer> TransformerUtils.getDefaultOutboundTransformers(TransportServiceDescriptor serviceDescriptor, ImmutableEndpoint endpoint)
           
static java.util.List<Transformer> TransformerUtils.getDefaultResponseTransformers(TransportServiceDescriptor serviceDescriptor, ImmutableEndpoint endpoint)
           
 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 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  java.lang.String AbstractConnectable.getConnectEventId(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> AbstractConnector.getDefaultInboundTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> AbstractConnector.getDefaultOutboundTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> AbstractConnector.getDefaultResponseTransformers(ImmutableEndpoint endpoint)
           
 ReplyToHandler AbstractConnector.getReplyToHandler(ImmutableEndpoint endpoint)
          Getter for property 'replyToHandler'.
 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.ajax
 

Constructors in org.mule.transport.ajax with parameters of type ImmutableEndpoint
AjaxMessageReceiver.ReceiverService(java.lang.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
 javax.servlet.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
 java.rmi.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)
           
 javax.mail.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
 java.lang.Object[] JdbcConnector.getParams(ImmutableEndpoint endpoint, java.util.List paramNames, MuleMessage message, java.lang.String query)
           
 java.lang.String JdbcConnector.getQuery(ImmutableEndpoint endpoint, java.lang.String stmt)
           
 org.apache.commons.dbutils.QueryRunner JdbcConnector.getQueryRunnerFor(ImmutableEndpoint endpoint)
           
 java.lang.String[] JdbcConnector.getReadAndAckStatements(ImmutableEndpoint endpoint)
           
 java.lang.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
 javax.jms.MessageConsumer JmsSupport.createConsumer(javax.jms.Session session, javax.jms.Destination destination, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.MessageConsumer Jms11Support.createConsumer(javax.jms.Session session, javax.jms.Destination destination, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.MessageConsumer JmsSupport.createConsumer(javax.jms.Session session, javax.jms.Destination destination, java.lang.String messageSelector, boolean noLocal, java.lang.String durableName, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.MessageConsumer Jms102bSupport.createConsumer(javax.jms.Session session, javax.jms.Destination destination, java.lang.String messageSelector, boolean noLocal, java.lang.String durableName, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.MessageConsumer Jms11Support.createConsumer(javax.jms.Session session, javax.jms.Destination destination, java.lang.String messageSelector, boolean noLocal, java.lang.String durableName, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.Destination JmsSupport.createDestination(javax.jms.Session session, ImmutableEndpoint endpoint)
           
 javax.jms.Destination Jms11Support.createDestination(javax.jms.Session session, ImmutableEndpoint endpoint)
           
 javax.jms.Destination JmsSupport.createDestination(javax.jms.Session session, java.lang.String name, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.Destination Jms102bSupport.createDestination(javax.jms.Session session, java.lang.String name, boolean topic, ImmutableEndpoint endpoint)
           
 javax.jms.Destination Jms11Support.createDestination(javax.jms.Session session, java.lang.String name, boolean topic, ImmutableEndpoint endpoint)
           
 ReplyToHandler JmsConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 javax.jms.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(javax.jms.MessageProducer producer, javax.jms.Message message, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(javax.jms.MessageProducer producer, javax.jms.Message message, boolean topic, ImmutableEndpoint endpoint)
           
 void JmsSupport.send(javax.jms.MessageProducer producer, javax.jms.Message message, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms102bSupport.send(javax.jms.MessageProducer producer, javax.jms.Message message, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(javax.jms.MessageProducer producer, javax.jms.Message message, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void JmsSupport.send(javax.jms.MessageProducer producer, javax.jms.Message message, javax.jms.Destination dest, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(javax.jms.MessageProducer producer, javax.jms.Message message, javax.jms.Destination dest, boolean topic, ImmutableEndpoint endpoint)
           
 void JmsSupport.send(javax.jms.MessageProducer producer, javax.jms.Message message, javax.jms.Destination dest, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms102bSupport.send(javax.jms.MessageProducer producer, javax.jms.Message message, javax.jms.Destination dest, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 void Jms11Support.send(javax.jms.MessageProducer producer, javax.jms.Message message, javax.jms.Destination dest, boolean persistent, int priority, long ttl, boolean topic, ImmutableEndpoint endpoint)
           
 

Uses of ImmutableEndpoint in org.mule.transport.rmi
 

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

Uses of ImmutableEndpoint in org.mule.transport.service
 

Methods in org.mule.transport.service with parameters of type ImmutableEndpoint
 java.util.List<Transformer> DefaultTransportServiceDescriptor.createInboundTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> TransportServiceDescriptor.createInboundTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> DefaultTransportServiceDescriptor.createOutboundTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> TransportServiceDescriptor.createOutboundTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> DefaultTransportServiceDescriptor.createResponseTransformers(ImmutableEndpoint endpoint)
           
 java.util.List<Transformer> TransportServiceDescriptor.createResponseTransformers(ImmutableEndpoint endpoint)
           
protected  Transformer DefaultTransportServiceDescriptor.createTransformer(java.lang.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  javax.servlet.Servlet JettyHttpConnector.createServlet(org.mortbay.jetty.Connector connector, ImmutableEndpoint endpoint)
           
 S ServletAware.createServlet(org.mortbay.jetty.Connector connector, ImmutableEndpoint endpoint)
           
protected  java.lang.String JettyHttpConnector.getHolderKey(ImmutableEndpoint endpoint)
           
 ReplyToHandler JettyHttpConnector.getReplyToHandler(ImmutableEndpoint endpoint)
           
 

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
 java.io.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
 java.io.OutputStream TcpConnector.getOutputStream(ImmutableEndpoint endpoint, MuleMessage message)
           
protected  java.net.Socket TcpConnector.getSocket(ImmutableEndpoint endpoint)
          Lookup a socket in the list of dispatcher sockets but don't create a new socket
protected static java.lang.Object TcpMessageDispatcher.receiveFromSocket(java.net.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.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 java.lang.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-2010 MuleSoft, Inc.. All Rights Reserved.