|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOImmutableDescriptor | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
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. |
Methods in org.mule.impl that return UMOImmutableDescriptor | |
UMOImmutableDescriptor |
MuleProxy.getDescriptor()
|
Constructors in org.mule.impl with parameters of type UMOImmutableDescriptor | |
InterceptorsInvoker(java.util.List interceptors,
UMOImmutableDescriptor descriptor,
UMOMessage message)
|
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |