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.config.processors   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.example.loanbroker.bank   
org.mule.model.seda   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.client.remoting   
org.mule.module.cxf   
org.mule.module.cxf.builder   
org.mule.module.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.registry   
org.mule.service   
org.mule.service.processor   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
 

Uses of Service in org.mule.api.registry
 

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

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

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

Uses of Service in org.mule.api.service
 

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

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)
           
static Message CoreMessages.routingFailedOnEndpoint(Service service, ImmutableEndpoint endpoint)
           
 

Uses of Service in org.mule.config.processors
 

Methods in org.mule.config.processors with parameters of type Service
protected  void DecoratingAnnotatedServiceProcessor.processInbound(Class componentFactoryClass, Service service)
           
protected  void DecoratingAnnotatedServiceProcessor.processInboundRouters(Class componentFactoryClass, Service service)
           
protected  void DecoratingAnnotatedServiceProcessor.processOutbound(Class componentFactoryClass, Service service)
           
protected  void DecoratingAnnotatedServiceProcessor.processReply(Class componentFactoryClass, Service service)
           
protected  void DecoratingAnnotatedServiceProcessor.processReplyRouters(Class componentFactoryClass, Service service)
           
 

Uses of Service in org.mule.context.notification
 

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

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

Methods in org.mule.example.loanbroker.bank with parameters of type Service
 void Bank.setService(Service service)
           
 

Uses of Service in org.mule.model.seda
 

Classes in org.mule.model.seda that implement Service
 class SedaService
          A Seda service runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice service.
 

Uses of Service in org.mule.module.client
 

Methods in org.mule.module.client with parameters of type Service
protected  InboundEndpoint MuleClient.getDefaultClientEndpoint(Service service, Object payload, boolean sync)
           
 

Uses of Service in org.mule.module.client.remoting
 

Methods in org.mule.module.client.remoting that return Service
static Service RemoteDispatcherComponent.getSerivce(InboundEndpoint endpoint, WireFormat wireFormat, String encoding, int eventTimeout, MuleContext muleContext)
           
 

Uses of Service in org.mule.module.cxf
 

Methods in org.mule.module.cxf with parameters of type Service
 void WSProxyService.setService(Service service)
           
 

Uses of Service in org.mule.module.cxf.builder
 

Methods in org.mule.module.cxf.builder with parameters of type Service
protected  Class<?> WebServiceMessageProcessorBuilder.getTargetClass(Service service)
          Try to determine the target class from the Service.
 

Uses of Service in org.mule.module.jca
 

Classes in org.mule.module.jca that implement Service
 class JcaService
          JcaService Is the type of service used in Mule when embedded inside an app server using JCA.
 

Fields in org.mule.module.jca with type parameters of type Service
protected  Map<MuleEndpointKey,Service> MuleResourceAdapter.endpoints
           
 

Methods in org.mule.module.jca that return Service
protected  Service MuleResourceAdapter.createJcaService(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory, JcaModel model, InboundEndpoint endpoint)
           
 

Uses of Service in org.mule.module.spring.events
 

Fields in org.mule.module.spring.events declared as Service
protected  Service MuleEventMulticaster.service
          The mule instance component for the Multicaster
 

Methods in org.mule.module.spring.events that return Service
protected  Service MuleEventMulticaster.getDefaultService()
           
 

Methods in org.mule.module.spring.events with parameters of type Service
protected  void MuleEventMulticaster.setSubscriptionsOnService(Service service)
           
 

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
          A base implementation for all Services in Mule
 

Uses of Service in org.mule.service.processor
 

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

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

Uses of Service in org.mule.transport.soap.axis
 

Methods in org.mule.transport.soap.axis that return Service
protected  Service AxisConnector.getOrCreateAxisComponent()
           
 

Methods in org.mule.transport.soap.axis with parameters of type Service
static Class[] AxisServiceProxy.getInterfacesForComponent(Service service)
           
 



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