|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOImmutableEndpoint | |
---|---|
org.mule.config.i18n | Internationalisation support for Mule messages and exception messages. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
org.mule.impl.internal.notifications | Internal server notification types fired via the MuleManager. |
org.mule.impl.model | |
org.mule.impl.security | Core security implementation including the mule security manager and encryption types |
org.mule.management.stats | Jmx statistics support used to monitor messaging status for various Mule components. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.bpm | |
org.mule.providers.ejb | |
org.mule.providers.email | Provides pop3, smtp and imap connectivity for Mule. |
org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
org.mule.providers.ftp | |
org.mule.providers.http | Provides http transport including proxy support. |
org.mule.providers.jbi | Allows JBI components to interact with Mule. |
org.mule.providers.jdbc | Provides jdbc transport. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.multicast | IP multicast connectivity for Mule. |
org.mule.providers.oracle.jms | |
org.mule.providers.quartz | |
org.mule.providers.rmi | |
org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.soap.axis.wsdl | |
org.mule.providers.soap.xfire | |
org.mule.providers.soap.xfire.wsdl | |
org.mule.providers.stream | |
org.mule.providers.streaming | |
org.mule.providers.tcp | Provides tcp connectivity for Mule. |
org.mule.providers.udp | Provides Udp connectivity for Mule. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
org.mule.providers.xmpp | |
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.tck | Provides a suite of abstract test cases that can be used to test you custom Mule extensions. |
org.mule.tck.testmodels.mule | |
org.mule.transformers | Provides the default transformer base implementations for Mule including compression and encryption support. |
org.mule.umo | 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.umo.endpoint | Endpoint interfaces. |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
org.mule.umo.security | Security API for authentication and authorisation. |
org.mule.umo.transformer | Contains the interfaces for transformers and exceptions for the UMO Transformer API. |
org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
Uses of UMOImmutableEndpoint in org.mule.config.i18n |
---|
Methods in org.mule.config.i18n with parameters of type UMOImmutableEndpoint | |
---|---|
static Message |
CoreMessages.failedToRouterViaEndpoint(UMOImmutableEndpoint endpoint)
|
static Message |
CoreMessages.routingFailedOnEndpoint(UMOComponent component,
UMOImmutableEndpoint endpoint)
|
static Message |
CoreMessages.transformOnObjectUnsupportedTypeOfEndpoint(String name,
Class class1,
UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.impl |
---|
Classes in org.mule.impl that implement UMOImmutableEndpoint | |
---|---|
class |
ImmutableMuleEndpoint
ImmutableMuleEndpoint describes a Provider in the Mule Server. |
Methods in org.mule.impl that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
MuleEvent.getEndpoint()
|
Methods in org.mule.impl with parameters of type UMOImmutableEndpoint | |
---|---|
UMOEvent |
MuleSession.createOutboundEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOEvent previousEvent)
|
void |
MuleSession.dispatchEvent(UMOMessage message,
UMOImmutableEndpoint endpoint)
|
abstract void |
AbstractExceptionListener.handleRoutingException(UMOMessage message,
UMOImmutableEndpoint 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(UMOMessage message,
UMOImmutableEndpoint endpoint,
Throwable t)
|
protected void |
ImmutableMuleEndpoint.initFromDescriptor(UMOImmutableEndpoint source)
|
UMOMessage |
MuleSession.receiveEvent(UMOImmutableEndpoint endpoint,
long timeout)
|
protected void |
AbstractExceptionListener.routeException(UMOMessage message,
UMOImmutableEndpoint 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 UMOMessage available to dispatch. |
protected void |
DefaultComponentExceptionStrategy.routeException(UMOMessage message,
UMOImmutableEndpoint failedEndpoint,
Throwable t)
|
UMOMessage |
MuleSession.sendEvent(UMOMessage message,
UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.impl with parameters of type UMOImmutableEndpoint | |
---|---|
ImmutableMuleEndpoint(UMOImmutableEndpoint source)
|
|
MuleEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOComponent component,
UMOEvent previousEvent)
Properties cache that only reads properties once from the inbound message and merges them with any properties on the endpoint. |
|
MuleEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOSession session,
boolean synchronous)
|
|
MuleEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOSession session,
boolean synchronous,
ResponseOutputStream outputStream)
Contructor. |
|
MuleEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOSession session,
String eventId,
boolean synchronous)
Contructor. |
Uses of UMOImmutableEndpoint in org.mule.impl.endpoint |
---|
Classes in org.mule.impl.endpoint that implement UMOImmutableEndpoint | |
---|---|
class |
MuleEndpoint
MuleEndpoint describes a Provider in the Mule Server. |
Constructors in org.mule.impl.endpoint with parameters of type UMOImmutableEndpoint | |
---|---|
MuleEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.impl.internal.notifications |
---|
Methods in org.mule.impl.internal.notifications that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
MessageNotification.getEndpoint()
|
Constructors in org.mule.impl.internal.notifications with parameters of type UMOImmutableEndpoint | |
---|---|
MessageNotification(UMOMessage resource,
UMOImmutableEndpoint endpoint,
String identifier,
int action)
|
Uses of UMOImmutableEndpoint in org.mule.impl.model |
---|
Methods in org.mule.impl.model with parameters of type UMOImmutableEndpoint | |
---|---|
protected ReplyToHandler |
DefaultMuleProxy.getReplyToHandler(UMOMessage message,
UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.impl.security |
---|
Methods in org.mule.impl.security that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
AbstractEndpointSecurityFilter.getEndpoint()
|
Methods in org.mule.impl.security with parameters of type UMOImmutableEndpoint | |
---|---|
void |
AbstractEndpointSecurityFilter.setEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.management.stats |
---|
Methods in org.mule.management.stats with parameters of type UMOImmutableEndpoint | |
---|---|
void |
RouterStatistics.incrementRoutedMessage(UMOImmutableEndpoint endpoint)
Increment routed message for an endpoint |
Uses of UMOImmutableEndpoint in org.mule.providers |
---|
Fields in org.mule.providers declared as UMOImmutableEndpoint | |
---|---|
protected UMOImmutableEndpoint |
AbstractReceiverWorker.endpoint
|
protected UMOImmutableEndpoint |
AbstractMessageDispatcher.endpoint
|
Methods in org.mule.providers that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
AbstractMessageDispatcher.getEndpoint()
|
Methods in org.mule.providers with parameters of type UMOImmutableEndpoint | |
---|---|
void |
KeyedPoolMessageDispatcherFactoryAdapter.activate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
void |
AbstractMessageDispatcherFactory.activate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
UMOMessageDispatcher |
KeyedPoolMessageDispatcherFactoryAdapter.create(UMOImmutableEndpoint endpoint)
|
abstract UMOMessageDispatcher |
AbstractMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
void |
KeyedPoolMessageDispatcherFactoryAdapter.destroy(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
void |
AbstractMessageDispatcherFactory.destroy(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
void |
AbstractConnector.dispatch(UMOImmutableEndpoint endpoint,
UMOEvent event)
Dispatches an event from the endpoint to the external system |
protected String |
AbstractMessageDispatcher.getConnectEventId(UMOImmutableEndpoint endpoint)
|
OutputStream |
AbstractConnector.getOutputStream(UMOImmutableEndpoint endpoint,
UMOMessage message)
Will get the output stream for this type of transport. |
void |
KeyedPoolMessageDispatcherFactoryAdapter.passivate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
void |
AbstractMessageDispatcherFactory.passivate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
UMOMessage |
AbstractConnector.receive(UMOImmutableEndpoint endpoint,
long timeout)
Make a specific request to the underlying transport |
UMOMessage |
AbstractConnector.send(UMOImmutableEndpoint endpoint,
UMOEvent event)
Sends an event from the endpoint to the external system |
boolean |
KeyedPoolMessageDispatcherFactoryAdapter.validate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
boolean |
AbstractMessageDispatcherFactory.validate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
|
Constructors in org.mule.providers with parameters of type UMOImmutableEndpoint | |
---|---|
AbstractMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.bpm |
---|
Methods in org.mule.providers.bpm with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
ProcessMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.bpm with parameters of type UMOImmutableEndpoint | |
---|---|
ProcessMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.ejb |
---|
Methods in org.mule.providers.ejb with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
EjbMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Remote |
EjbConnector.getRemoteObject(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.ejb with parameters of type UMOImmutableEndpoint | |
---|---|
EjbMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.email |
---|
Methods in org.mule.providers.email with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
RetrieveMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
UMOMessageDispatcher |
SmtpMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
Creates a new message dispatcher instance, initialised with the passed endpoint. |
SessionDetails |
AbstractMailConnector.getSessionDetails(UMOImmutableEndpoint endpoint)
|
protected SessionDetails |
AbstractMailConnector.newSession(UMOImmutableEndpoint endpoint)
|
URLName |
AbstractMailConnector.urlFromEndpoint(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.email with parameters of type UMOImmutableEndpoint | |
---|---|
RetrieveMessageDispatcher(UMOImmutableEndpoint endpoint)
|
|
SmtpMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.file |
---|
Methods in org.mule.providers.file with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
FileMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
Creates a new message dispatcher instance, initialised with the passed endpoint. |
OutputStream |
FileConnector.getOutputStream(UMOImmutableEndpoint endpoint,
UMOMessage message)
Well get the output stream (if any) for this type of transport. |
Constructors in org.mule.providers.file with parameters of type UMOImmutableEndpoint | |
---|---|
FileMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.ftp |
---|
Methods in org.mule.providers.ftp with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
FtpMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
Creates a new message dispatcher instance, initialised with the passed endpoint. |
protected org.apache.commons.net.ftp.FTPClient |
FtpConnector.createFtpClient(UMOImmutableEndpoint 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,
UMOImmutableEndpoint endpoint)
Passive mode is OFF by default. |
OutputStream |
FtpConnector.getOutputStream(UMOImmutableEndpoint endpoint,
UMOMessage message)
Well get the output stream (if any) for this type of transport. |
void |
FtpConnector.setupFileType(org.apache.commons.net.ftp.FTPClient client,
UMOImmutableEndpoint endpoint)
Transfer type is BINARY by default. |
Constructors in org.mule.providers.ftp with parameters of type UMOImmutableEndpoint | |
---|---|
FtpMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.http |
---|
Methods in org.mule.providers.http with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
HttpClientMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
Creates a new message dispatcher instance, initialised with the passed endpoint. |
Constructors in org.mule.providers.http with parameters of type UMOImmutableEndpoint | |
---|---|
HttpClientMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.jbi |
---|
Methods in org.mule.providers.jbi with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
JbiMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.jbi with parameters of type UMOImmutableEndpoint | |
---|---|
JbiMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.jdbc |
---|
Methods in org.mule.providers.jdbc with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
JdbcMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Object[] |
JdbcConnector.getParams(UMOImmutableEndpoint endpoint,
List paramNames,
Object message,
String query)
|
String |
JdbcConnector.getQuery(UMOImmutableEndpoint endpoint,
String stmt)
|
String[] |
JdbcConnector.getReadAndAckStatements(UMOImmutableEndpoint endpoint)
|
protected String |
JdbcMessageDispatcher.getStatement(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.jdbc with parameters of type UMOImmutableEndpoint | |
---|---|
JdbcMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.jms |
---|
Methods in org.mule.providers.jms with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
JmsMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Session |
JmsConnector.getSession(UMOImmutableEndpoint endpoint)
|
boolean |
DefaultJmsTopicResolver.isTopic(UMOImmutableEndpoint endpoint)
Will use endpoint's resource info to detect a topic, as in jms://topic:trade.PriceUpdatesTopic . |
boolean |
JmsTopicResolver.isTopic(UMOImmutableEndpoint endpoint)
Use endpoint configuration to detect a topic. |
boolean |
DefaultJmsTopicResolver.isTopic(UMOImmutableEndpoint endpoint,
boolean fallbackToEndpointProperties)
Use endpoint configuration to detect a topic. |
boolean |
JmsTopicResolver.isTopic(UMOImmutableEndpoint endpoint,
boolean fallbackToEndpointProperties)
Use endpoint configuration to detect a topic. |
Constructors in org.mule.providers.jms with parameters of type UMOImmutableEndpoint | |
---|---|
JmsMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.multicast |
---|
Methods in org.mule.providers.multicast with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
MulticastMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.multicast with parameters of type UMOImmutableEndpoint | |
---|---|
MulticastMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.oracle.jms |
---|
Methods in org.mule.providers.oracle.jms with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
OracleJmsMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.oracle.jms with parameters of type UMOImmutableEndpoint | |
---|---|
OracleJmsMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.quartz |
---|
Methods in org.mule.providers.quartz with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
QuartzMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.quartz with parameters of type UMOImmutableEndpoint | |
---|---|
QuartzMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.rmi |
---|
Methods in org.mule.providers.rmi with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
RmiMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Remote |
RmiConnector.getRemoteObject(UMOImmutableEndpoint endpoint)
|
protected Object |
RmiConnector.getRemoteRef(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.rmi with parameters of type UMOImmutableEndpoint | |
---|---|
RmiMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.service |
---|
Methods in org.mule.providers.service with parameters of type UMOImmutableEndpoint | |
---|---|
static UMOConnector |
TransportFactory.getOrCreateConnectorByProtocol(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.soap.axis |
---|
Methods in org.mule.providers.soap.axis with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
AxisMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
protected org.apache.axis.client.Service |
AxisMessageDispatcher.createService(UMOImmutableEndpoint endpoint)
|
protected org.apache.axis.EngineConfiguration |
AxisMessageDispatcher.getClientConfig(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.soap.axis with parameters of type UMOImmutableEndpoint | |
---|---|
AxisMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.soap.axis.wsdl |
---|
Methods in org.mule.providers.soap.axis.wsdl with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
AxisWsdlMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.soap.axis.wsdl with parameters of type UMOImmutableEndpoint | |
---|---|
AxisWsdlMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.soap.xfire |
---|
Methods in org.mule.providers.soap.xfire that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
MuleInvoker.getEndpoint()
|
Methods in org.mule.providers.soap.xfire with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
XFireMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
protected org.codehaus.xfire.client.Client |
XFireMessageDispatcher.createXFireClient(UMOImmutableEndpoint endpoint,
org.codehaus.xfire.service.Service service,
org.codehaus.xfire.XFire xfire)
|
protected org.codehaus.xfire.client.Client |
XFireMessageDispatcher.createXFireClient(UMOImmutableEndpoint endpoint,
org.codehaus.xfire.service.Service service,
org.codehaus.xfire.XFire xfire,
String transportClass)
|
protected String |
XFireMessageDispatcher.getServiceName(UMOImmutableEndpoint endpoint)
Get the service that is mapped to the specified request. |
Constructors in org.mule.providers.soap.xfire with parameters of type UMOImmutableEndpoint | |
---|---|
XFireMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.soap.xfire.wsdl |
---|
Methods in org.mule.providers.soap.xfire.wsdl with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
XFireWsdlMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
protected org.codehaus.xfire.client.Client |
XFireWsdlMessageDispatcher.createXFireWsdlClient(UMOImmutableEndpoint endpoint,
org.codehaus.xfire.service.Service service,
org.codehaus.xfire.XFire xfire,
String wsdlUrl)
|
Constructors in org.mule.providers.soap.xfire.wsdl with parameters of type UMOImmutableEndpoint | |
---|---|
XFireWsdlMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.stream |
---|
Methods in org.mule.providers.stream with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
StreamMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
OutputStream |
SystemStreamConnector.getOutputStream(UMOImmutableEndpoint endpoint,
UMOMessage message)
|
Constructors in org.mule.providers.stream with parameters of type UMOImmutableEndpoint | |
---|---|
StreamMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.streaming |
---|
Fields in org.mule.providers.streaming declared as UMOImmutableEndpoint | |
---|---|
protected UMOImmutableEndpoint |
AbstractStreamingTransformer.endpoint
The endpoint that this transformer instance is configured on |
Methods in org.mule.providers.streaming that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
AbstractStreamingTransformer.getEndpoint()
|
Methods in org.mule.providers.streaming with parameters of type UMOImmutableEndpoint | |
---|---|
void |
AbstractStreamingTransformer.setEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.tcp |
---|
Methods in org.mule.providers.tcp with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
TcpMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
OutputStream |
TcpConnector.getOutputStream(UMOImmutableEndpoint endpoint,
UMOMessage message)
|
protected Socket |
TcpConnector.getSocket(UMOImmutableEndpoint endpoint)
Lookup a socket in the list of dispatcher sockets but don't create a new socket |
Constructors in org.mule.providers.tcp with parameters of type UMOImmutableEndpoint | |
---|---|
TcpMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.udp |
---|
Methods in org.mule.providers.udp with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
UdpMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.udp with parameters of type UMOImmutableEndpoint | |
---|---|
UdpMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.vm |
---|
Methods in org.mule.providers.vm with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
VMMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.vm with parameters of type UMOImmutableEndpoint | |
---|---|
VMMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.xmpp |
---|
Methods in org.mule.providers.xmpp with parameters of type UMOImmutableEndpoint | |
---|---|
UMOMessageDispatcher |
XmppMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.providers.xmpp with parameters of type UMOImmutableEndpoint | |
---|---|
XmppMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.routing |
---|
Constructors in org.mule.routing with parameters of type UMOImmutableEndpoint | |
---|---|
AggregationException(EventGroup eventGroup,
UMOImmutableEndpoint endpoint)
|
|
AggregationException(EventGroup eventGroup,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
|
AggregationException(Message message,
EventGroup eventGroup,
UMOImmutableEndpoint endpoint)
|
|
AggregationException(Message message,
EventGroup eventGroup,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
Uses of UMOImmutableEndpoint in org.mule.routing.outbound |
---|
Methods in org.mule.routing.outbound with parameters of type UMOImmutableEndpoint | |
---|---|
boolean |
AbstractOutboundRouter.removeEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.tck |
---|
Methods in org.mule.tck with parameters of type UMOImmutableEndpoint | |
---|---|
static UMOEvent |
MuleTestUtils.getTestEvent(Object data,
MuleDescriptor descriptor,
UMOImmutableEndpoint endpoint)
|
static UMOEvent |
AbstractMuleTestCase.getTestEvent(Object data,
MuleDescriptor descriptor,
UMOImmutableEndpoint endpoint)
|
static UMOEvent |
MuleTestUtils.getTestEvent(Object data,
UMOImmutableEndpoint endpoint)
|
static UMOEvent |
AbstractMuleTestCase.getTestEvent(Object data,
UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.tck.testmodels.mule |
---|
Constructors in org.mule.tck.testmodels.mule with parameters of type UMOImmutableEndpoint | |
---|---|
TestMessageDispatcher(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.transformers |
---|
Fields in org.mule.transformers declared as UMOImmutableEndpoint | |
---|---|
protected UMOImmutableEndpoint |
AbstractTransformer.endpoint
The endpoint that this transformer instance is configured on |
Methods in org.mule.transformers that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
AbstractTransformer.getEndpoint()
|
Methods in org.mule.transformers with parameters of type UMOImmutableEndpoint | |
---|---|
void |
AbstractTransformer.setEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.umo |
---|
Methods in org.mule.umo that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
UMOEvent.getEndpoint()
Gets the endpoint associated with this event |
Methods in org.mule.umo with parameters of type UMOImmutableEndpoint | |
---|---|
UMOEvent |
UMOSession.createOutboundEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOEvent previousEvent)
Creates an outbound event for this session |
void |
UMOSession.dispatchEvent(UMOMessage message,
UMOImmutableEndpoint endpoint)
Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event |
UMOMessage |
UMOSession.receiveEvent(UMOImmutableEndpoint endpoint,
long timeout)
Requests a synchronous receive of an event on the component |
UMOMessage |
UMOSession.sendEvent(UMOMessage message,
UMOImmutableEndpoint endpoint)
Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event |
Uses of UMOImmutableEndpoint in org.mule.umo.endpoint |
---|
Subinterfaces of UMOImmutableEndpoint in org.mule.umo.endpoint | |
---|---|
interface |
UMOEndpoint
UMOEndpoint describes a Provider in the Mule Server. |
Uses of UMOImmutableEndpoint in org.mule.umo.provider |
---|
Methods in org.mule.umo.provider with parameters of type UMOImmutableEndpoint | |
---|---|
void |
UMOMessageDispatcherFactory.activate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
Invoked before the given dispatcher is handed out to a client, but not after UMOMessageDispatcherFactory.create(UMOImmutableEndpoint) . |
UMOMessageDispatcher |
UMOMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
Creates a new message dispatcher instance, initialised with the passed endpoint. |
void |
UMOMessageDispatcherFactory.destroy(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
Invoked when a dispatcher returned false for
UMOMessageDispatcherFactory.validate(UMOImmutableEndpoint, UMOMessageDispatcher) . |
void |
UMOConnector.dispatch(UMOImmutableEndpoint endpoint,
UMOEvent event)
Dispatches an event from the endpoint to the external system |
OutputStream |
UMOConnector.getOutputStream(UMOImmutableEndpoint endpoint,
UMOMessage message)
Will get the output stream for this type of transport. |
void |
UMOMessageDispatcherFactory.passivate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
Invoked immediately before the given dispatcher is returned to its pool. |
UMOMessage |
UMOConnector.receive(UMOImmutableEndpoint endpoint,
long timeout)
Make a specific request to the underlying transport |
UMOMessage |
UMOConnector.send(UMOImmutableEndpoint endpoint,
UMOEvent event)
Sends an event from the endpoint to the external system |
boolean |
UMOMessageDispatcherFactory.validate(UMOImmutableEndpoint endpoint,
UMOMessageDispatcher dispatcher)
Invoked after the dispatcher is returned from a client but before it is prepared for return to its pool via UMOMessageDispatcherFactory.passivate(UMOImmutableEndpoint, UMOMessageDispatcher) . |
Constructors in org.mule.umo.provider with parameters of type UMOImmutableEndpoint | |
---|---|
DispatchException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint)
|
|
DispatchException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
|
DispatchException(UMOMessage message,
UMOImmutableEndpoint endpoint)
|
|
DispatchException(UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
|
ReceiveException(Message message,
UMOImmutableEndpoint endpoint,
long timeout)
|
|
ReceiveException(Message message,
UMOImmutableEndpoint endpoint,
long timeout,
Throwable cause)
|
|
ReceiveException(UMOImmutableEndpoint endpoint,
long timeout,
Throwable cause)
|
Uses of UMOImmutableEndpoint in org.mule.umo.routing |
---|
Fields in org.mule.umo.routing declared as UMOImmutableEndpoint | |
---|---|
protected UMOImmutableEndpoint |
RoutingException.endpoint
|
Methods in org.mule.umo.routing that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
RoutingException.getEndpoint()
|
Methods in org.mule.umo.routing with parameters of type UMOImmutableEndpoint | |
---|---|
boolean |
UMOOutboundRouter.removeEndpoint(UMOImmutableEndpoint endpoint)
Removes a specific endpoint from the router |
Constructors in org.mule.umo.routing with parameters of type UMOImmutableEndpoint | |
---|---|
ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component)
|
|
ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component,
Throwable cause)
|
|
ComponentRoutingException(UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component)
|
|
ComponentRoutingException(UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component,
Throwable cause)
|
|
RoutingException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint)
|
|
RoutingException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
|
RoutingException(UMOMessage message,
UMOImmutableEndpoint endpoint)
|
|
RoutingException(UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
Uses of UMOImmutableEndpoint in org.mule.umo.security |
---|
Methods in org.mule.umo.security that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
UMOEndpointSecurityFilter.getEndpoint()
|
Methods in org.mule.umo.security with parameters of type UMOImmutableEndpoint | |
---|---|
void |
UMOEndpointSecurityFilter.setEndpoint(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.umo.security with parameters of type UMOImmutableEndpoint | |
---|---|
CredentialsNotSetException(UMOMessage umoMessage,
UMOSecurityContext context,
UMOImmutableEndpoint endpoint,
UMOEndpointSecurityFilter filter)
|
|
UnauthorisedException(UMOMessage umoMessage,
UMOSecurityContext context,
UMOImmutableEndpoint endpoint,
UMOEndpointSecurityFilter filter)
|
Uses of UMOImmutableEndpoint in org.mule.umo.transformer |
---|
Methods in org.mule.umo.transformer that return UMOImmutableEndpoint | |
---|---|
UMOImmutableEndpoint |
UMOBaseTransformer.getEndpoint()
The endpoint that this transformer is attached to |
Methods in org.mule.umo.transformer with parameters of type UMOImmutableEndpoint | |
---|---|
void |
UMOBaseTransformer.setEndpoint(UMOImmutableEndpoint endpoint)
Sets the endpoint associated with with this connector |
Uses of UMOImmutableEndpoint in org.mule.util |
---|
Methods in org.mule.util with parameters of type UMOImmutableEndpoint | |
---|---|
static String |
ObjectNameHelper.getEndpointName(UMOImmutableEndpoint endpoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |