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
          Deprecated. Since 2.2. Users should configure components with bindings.
 class ReflectionMessageBuilder
          Deprecated. Since 2.2. Users should configure components with bindings.
 

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-2009 MuleSource, Inc.. All Rights Reserved.