Uses of Interface
org.mule.umo.endpoint.UMOImmutableEndpoint

Packages that use UMOImmutableEndpoint
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 notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication 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.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.routing Defines the core routing patterns supported by 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.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
protected  void ImmutableMuleEndpoint.initFromDescriptor(UMOImmutableEndpoint source)
           
 void MuleSession.dispatchEvent(UMOMessage message, UMOImmutableEndpoint endpoint)
           
 UMOMessage MuleSession.sendEvent(UMOMessage message, UMOImmutableEndpoint endpoint)
           
 UMOMessage MuleSession.receiveEvent(UMOImmutableEndpoint endpoint, long timeout)
           
 UMOEvent MuleSession.createOutboundEvent(UMOMessage message, UMOImmutableEndpoint endpoint, UMOEvent previousEvent)
           
protected  void DefaultComponentExceptionStrategy.routeException(UMOMessage message, UMOImmutableEndpoint failedEndpoint, Throwable t)
           
 void DefaultExceptionStrategy.handleRoutingException(UMOMessage message, UMOImmutableEndpoint endpoint, Throwable t)
           
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.
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.
 

Constructors in org.mule.impl with parameters of type UMOImmutableEndpoint
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.
ImmutableMuleEndpoint(UMOImmutableEndpoint source)
           
 

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

Methods in org.mule.providers with parameters of type UMOImmutableEndpoint
 UMOMessageDispatcher AbstractConnector.getDispatcher(UMOImmutableEndpoint endpoint)
           
 UMOMessageDispatcher AbstractConnector.getDispatcher(UMOImmutableEndpoint endpoint, boolean createDispatcherIfNotExists)
           
protected  UMOMessageDispatcher AbstractConnector.createDispatcher(UMOImmutableEndpoint endpoint)
           
 UMOMessage AbstractMessageDispatcher.receive(UMOImmutableEndpoint endpoint, long timeout)
          Make a specific request to the underlying transport
 OutputStream AbstractMessageDispatcher.getOutputStream(UMOImmutableEndpoint endpoint, UMOMessage message)
          Well get the output stream (if any) for this type of transport.
protected  String AbstractMessageDispatcher.getConnectEventId(UMOImmutableEndpoint endpoint)
           
protected abstract  void AbstractMessageDispatcher.doConnect(UMOImmutableEndpoint endpoint)
           
protected abstract  UMOMessage AbstractMessageDispatcher.doReceive(UMOImmutableEndpoint endpoint, long timeout)
          Make a specific request to the underlying transport
 

Constructors in org.mule.providers with parameters of type UMOImmutableEndpoint
AbstractMessageDispatcher(UMOImmutableEndpoint endpoint)
           
 

Uses of UMOImmutableEndpoint in org.mule.providers.service
 

Methods in org.mule.providers.service with parameters of type UMOImmutableEndpoint
static UMOConnector ConnectorFactory.getOrCreateConnectorByProtocol(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.transformers
 

Fields in org.mule.transformers declared as UMOImmutableEndpoint
protected  UMOImmutableEndpoint AbstractTransformer.endpoint
           
 

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
 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
 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
 UMOEvent UMOSession.createOutboundEvent(UMOMessage message, UMOImmutableEndpoint endpoint, UMOEvent previousEvent)
          Creates an outbound event for this session
 

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
 UMOMessage UMOMessageDispatcher.receive(UMOImmutableEndpoint endpoint, long timeout)
          Make a specific request to the underlying transport
 OutputStream UMOMessageDispatcher.getOutputStream(UMOImmutableEndpoint endpoint, UMOMessage message)
          Well get the output stream (if any) for this type of transport.
 UMOMessageDispatcher UMOMessageDispatcherFactory.create(UMOImmutableEndpoint endpoint)
           
 UMOMessageDispatcher UMOConnector.getDispatcher(UMOImmutableEndpoint endpoint)
          The connector can pool dispatchers based on their endpointUri or can ingnore the endpointUri altogether and use a ThreadLocal or always create new.
 

Constructors in org.mule.umo.provider with parameters of type UMOImmutableEndpoint
ReceiveException(Message message, UMOImmutableEndpoint endpoint, long timeout)
           
ReceiveException(Message message, UMOImmutableEndpoint endpoint, long timeout, Throwable cause)
           
ReceiveException(UMOImmutableEndpoint endpoint, long timeout, Throwable cause)
           
DispatchException(UMOMessage message, UMOImmutableEndpoint endpoint)
           
DispatchException(UMOMessage umoMessage, UMOImmutableEndpoint endpoint, Throwable cause)
           
DispatchException(Message message, UMOMessage umoMessage, UMOImmutableEndpoint endpoint)
           
DispatchException(Message message, UMOMessage umoMessage, UMOImmutableEndpoint endpoint, 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()
           
 

Constructors in org.mule.umo.routing with parameters of type UMOImmutableEndpoint
RoutingException(UMOMessage message, UMOImmutableEndpoint endpoint)
           
RoutingException(UMOMessage umoMessage, UMOImmutableEndpoint endpoint, Throwable cause)
           
RoutingException(Message message, UMOMessage umoMessage, UMOImmutableEndpoint endpoint)
           
RoutingException(Message message, UMOMessage umoMessage, UMOImmutableEndpoint endpoint, Throwable cause)
           
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)
           
 

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 UMOTransformer.getEndpoint()
           
 

Methods in org.mule.umo.transformer with parameters of type UMOImmutableEndpoint
 void UMOTransformer.setEndpoint(UMOImmutableEndpoint endpoint)
           
 

Uses of UMOImmutableEndpoint in org.mule.util
 

Methods in org.mule.util with parameters of type UMOImmutableEndpoint
static String ObjectNameHelper.getEndpointName(UMOImmutableEndpoint endpoint)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.