Uses of Interface
org.mule.api.service.ServiceAware

Packages that use ServiceAware
org.mule.component.builder   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.example.loanbroker.bank   
org.mule.transport.soap   
 

Uses of ServiceAware in org.mule.component.builder
 

Classes in org.mule.component.builder that implement ServiceAware
 class AbstractMessageBuilder
          A service that will invoke all outbound endpoints configured on the service 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 ServiceAware in org.mule.component.simple
 

Classes in org.mule.component.simple that implement ServiceAware
 class BridgeComponent
          Deprecated. along with bridge-service - use an empty service and, if you want an efficient transfer of messages, add a forwarding-consumer.
 

Uses of ServiceAware in org.mule.example.loanbroker.bank
 

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

Uses of ServiceAware in org.mule.transport.soap
 

Classes in org.mule.transport.soap that implement ServiceAware
 class WSProxyService
          This class is implemented to act as a Proxy for a Web Service.
 



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