Uses of Interface
org.mule.umo.UMOImmutableDescriptor

Packages that use UMOImmutableDescriptor
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.model   
org.mule.impl.model.seda.optimised   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
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 
 

Uses of UMOImmutableDescriptor in org.mule.impl
 

Classes in org.mule.impl that implement UMOImmutableDescriptor
 class ImmutableMuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 class MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Constructors in org.mule.impl with parameters of type UMOImmutableDescriptor
InterceptorsInvoker(List interceptors, UMOImmutableDescriptor descriptor, UMOMessage message)
           
 

Uses of UMOImmutableDescriptor in org.mule.impl.model
 

Methods in org.mule.impl.model that return UMOImmutableDescriptor
 UMOImmutableDescriptor MuleProxy.getDescriptor()
           
 UMOImmutableDescriptor DefaultMuleProxy.getDescriptor()
           
 

Uses of UMOImmutableDescriptor in org.mule.impl.model.seda.optimised
 

Methods in org.mule.impl.model.seda.optimised that return UMOImmutableDescriptor
 UMOImmutableDescriptor OptimisedMuleProxy.getDescriptor()
           
 

Uses of UMOImmutableDescriptor in org.mule.routing.outbound
 

Constructors in org.mule.routing.outbound with parameters of type UMOImmutableDescriptor
OutboundPassThroughRouter(UMOImmutableDescriptor descriptor)
           
 

Uses of UMOImmutableDescriptor in org.mule.umo
 

Subinterfaces of UMOImmutableDescriptor in org.mule.umo
 interface UMODescriptor
          UMODescriptor describes all the properties for a Mule UMO.
 

Methods in org.mule.umo that return UMOImmutableDescriptor
 UMOImmutableDescriptor Invocation.getDescriptor()
          Returns the descriptor for the component associated with this invocation
 

Constructors in org.mule.umo with parameters of type UMOImmutableDescriptor
Invocation(UMOImmutableDescriptor descriptor, UMOMessage message, Invocation invocation)
          Constructs an initialised invocation
 



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