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.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<Model> 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, MuleRegistry registry, ClassLoader classLoader)
          Factory method to create a new service descriptor.
 String ServiceFinder.findService(String service, ServiceDescriptor descriptor, Properties props)
           
 ServiceDescriptor MuleRegistry.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<Model> DefaultModelServiceDescriptor.getModelClass()
           
 

Uses of ServiceException in org.mule.registry
 

Methods in org.mule.registry that throw ServiceException
protected  ServiceDescriptor MuleRegistryHelper.createServiceDescriptor(String type, String name, Properties overrides)
          Deprecated. ServiceDescriptors will be created upon bundle startup for OSGi.
 ServiceDescriptor MuleRegistryHelper.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-2009 MuleSource, Inc.. All Rights Reserved.