Uses of Interface
org.mule.impl.UMODescriptorAware

Packages that use UMODescriptorAware
org.mule.components.builder   
org.mule.components.script Base classes for script based components such as BeanShell or Groovy. 
org.mule.components.script.jsr223   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.providers.soap.xfire   
org.mule.samples.loanbroker   
 

Uses of UMODescriptorAware in org.mule.components.builder
 

Classes in org.mule.components.builder that implement UMODescriptorAware
 class AbstractMessageBuilder
          A component that will invoke all outbound endpoints configured on the component allow the result of each endpoint invocation to be aggregated to a single message.
 class ReflectionMessageBuilder
          Will try and set the result of an invocation as a bean property on the request message using reflection
 

Uses of UMODescriptorAware in org.mule.components.script
 

Classes in org.mule.components.script that implement UMODescriptorAware
 class AbstractScriptComponent
          AbstractScriptComponent is a component that can execute scripts as components in Mule.
 

Uses of UMODescriptorAware in org.mule.components.script.jsr223
 

Classes in org.mule.components.script.jsr223 that implement UMODescriptorAware
 class ScriptMessageBuilder
          A message builder component that can execute message building as a script.
 

Uses of UMODescriptorAware in org.mule.components.simple
 

Classes in org.mule.components.simple that implement UMODescriptorAware
 class BridgeComponent
          Can be used to bridge inbound requests to an outbound router without any processing done inbetween.
 

Uses of UMODescriptorAware in org.mule.providers.soap.xfire
 

Classes in org.mule.providers.soap.xfire that implement UMODescriptorAware
 class XFireServiceComponent
          The Xfire service component receives requests for Xfire services it manages and marshalls requests and responses
 

Uses of UMODescriptorAware in org.mule.samples.loanbroker
 

Classes in org.mule.samples.loanbroker that implement UMODescriptorAware
 class Bank
          Bank is a representation of a bank from which to obtain loan quotes.
 



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