Uses of Class
org.mule.api.registry.ServiceException

Packages that use ServiceException
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.api.registry   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.model   
org.mule.registry   
org.mule.transport.soap   
 

Uses of ServiceException in org.mule.api.model
 

Methods in org.mule.api.model that throw ServiceException
 Model ModelServiceDescriptor.createModel()
           
 Class ModelServiceDescriptor.getModelClass()
           
 

Uses of ServiceException in org.mule.api.registry
 

Methods in org.mule.api.registry that throw ServiceException
static ServiceDescriptor ServiceDescriptorFactory.create(String type, String name, Properties props, Properties overrides, Registry registry)
          Factory method to create a new service descriptor.
 String ServiceFinder.findService(String service, ServiceDescriptor descriptor, Properties props)
           
 ServiceDescriptor Registry.lookupServiceDescriptor(String type, String name, Properties overrides)
           
 

Uses of ServiceException in org.mule.config.spring
 

Methods in org.mule.config.spring that throw ServiceException
 ServiceDescriptor SpringRegistry.lookupServiceDescriptor(String type, String name, Properties overrides)
           
 

Uses of ServiceException in org.mule.model
 

Methods in org.mule.model that throw ServiceException
 Model DefaultModelServiceDescriptor.createModel()
           
 Class DefaultModelServiceDescriptor.getModelClass()
           
 

Uses of ServiceException in org.mule.registry
 

Methods in org.mule.registry that throw ServiceException
protected  ServiceDescriptor TransientRegistry.createServiceDescriptor(String type, String name, Properties overrides)
           
 ServiceDescriptor TransientRegistry.lookupServiceDescriptor(String type, String name, Properties overrides)
          Looks up the service descriptor from a singleton cache and creates a new one if not found.
 

Uses of ServiceException in org.mule.transport.soap
 

Methods in org.mule.transport.soap that throw ServiceException
 String SoapServiceFinder.findService(String service, ServiceDescriptor descriptor, Properties props)
          Deprecated. We can use a more intelligent strategy for locating the service using the OSGi registry.
 



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