public interface ServiceAware
ServiceAware
is an injector interface that will supply a
Service to the object. This interface should be implemented by services
managed by Mule that want to receive their Service instance. The
Service will be set before any initialisation method is called. i.e. if the
service implements org.mule.api.lifecycle.Initialisable, the descriptor will be
set before initialise() method is called.Initialisable
,
Service
Modifier and Type | Method and Description |
---|---|
void |
setService(Service service) |
void setService(Service service) throws ConfigurationException
ConfigurationException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.