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

Packages that use Service
org.mule.api.registry   
org.mule.api.service   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.model.seda   
org.mule.registry   
org.mule.service   
org.mule.service.processor   
 

Uses of Service in org.mule.api.registry
 

Methods in org.mule.api.registry that return Service
 Service MuleRegistry.lookupService(String name)
          Deprecated. 
 

Methods in org.mule.api.registry that return types with arguments of type Service
 Collection<Service> MuleRegistry.lookupServices()
          Deprecated. 
 Collection<Service> MuleRegistry.lookupServices(String model)
          Deprecated. 
 

Methods in org.mule.api.registry with parameters of type Service
 void MuleRegistry.registerService(Service service)
          Deprecated. 
 

Uses of Service in org.mule.api.service
 

Methods in org.mule.api.service with parameters of type Service
 void ServiceAware.setService(Service service)
          Deprecated.  
 

Uses of Service in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type Service
static Message CoreMessages.noServiceQueueTimeoutSet(Service service)
          Deprecated. 
static Message CoreMessages.routingFailedOnEndpoint(Service service, ImmutableEndpoint endpoint)
          Deprecated. 
 

Uses of Service in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type Service
ServiceNotification(Service message, int action)
          Deprecated.  
 

Uses of Service in org.mule.model.seda
 

Classes in org.mule.model.seda that implement Service
 class SedaService
          Deprecated. 
 

Uses of Service in org.mule.registry
 

Methods in org.mule.registry that return Service
 Service MuleRegistryHelper.lookupService(String name)
          
 

Methods in org.mule.registry that return types with arguments of type Service
 Collection<Service> MuleRegistryHelper.lookupServices()
          
 Collection<Service> MuleRegistryHelper.lookupServices(String model)
          
 

Methods in org.mule.registry with parameters of type Service
 void MuleRegistryHelper.registerService(Service service)
          
 

Uses of Service in org.mule.service
 

Classes in org.mule.service that implement Service
 class AbstractService
          Deprecated. 
 

Uses of Service in org.mule.service.processor
 

Fields in org.mule.service.processor declared as Service
protected  Service ServiceInternalMessageProcessor.service
          Deprecated.  
protected  Service ServiceOutboundStatisticsMessageProcessor.service
          Deprecated.  
protected  Service ServiceOutboundMessageProcessor.service
          Deprecated.  
protected  Service ServiceLoggingMessageProcessor.service
          Deprecated.  
protected  Service ServiceStatisticsMessageProcessor.service
          Deprecated.  
 

Constructors in org.mule.service.processor with parameters of type Service
ServiceInternalMessageProcessor(Service service)
          Deprecated.  
ServiceLoggingMessageProcessor(Service service)
          Deprecated.  
ServiceOutboundMessageProcessor(Service service)
          Deprecated.  
ServiceOutboundStatisticsMessageProcessor(Service service)
          Deprecated.  
ServiceStatisticsMessageProcessor(Service service)
          Deprecated.  
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.