Uses of Class
wt.services.applicationcontext.UnableToCreateServiceException

Packages that use UnableToCreateServiceException
com.ptc.core.meta.type.runtime.common   
com.ptc.core.meta.type.runtime.server.impl.integrated   
com.ptc.windchill.enterprise.doc.server   
com.ptc.windchill.uwgm.proesrv.c11n   
wt.services.applicationcontext   
wt.services.applicationcontext.implementation   
 

Uses of UnableToCreateServiceException in com.ptc.core.meta.type.runtime.common
 

Methods in com.ptc.core.meta.type.runtime.common that throw UnableToCreateServiceException
static Object TypeBasedServiceProvider.getService(Class service_class, String selector, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(Class service_class, String selector)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(Class service_class, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(Class service_class)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(String service_name, String selector, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(String service_name, String selector)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(String service_name, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object TypeBasedServiceProvider.getService(String service_name)
          Returns an implementation of a service object based upon the supplied arguments.
 

Uses of UnableToCreateServiceException in com.ptc.core.meta.type.runtime.server.impl.integrated
 

Methods in com.ptc.core.meta.type.runtime.server.impl.integrated that throw UnableToCreateServiceException
 Object TypeBasedWTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object TypeBasedWTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Map TypeBasedWTServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map TypeBasedWTServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map TypeBasedWTServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map TypeBasedWTServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
protected  Object TypeBasedWTServiceProvider.getServiceImplementation(ApplicationContextChild contextChild, Object requestor, String serviceName, String implementationName, boolean isSingleton)
           
 

Uses of UnableToCreateServiceException in com.ptc.windchill.enterprise.doc.server
 

Methods in com.ptc.windchill.enterprise.doc.server that throw UnableToCreateServiceException
private  TypeInstanceIdentifier WTDocumentTemplateDelegate.getTypeInstanceIdentifier(HashMap hashMap)
          Deprecated.  
private  TypeInstanceIdentifier WTDocumentDelegate.getTypeInstanceIdentifier(HashMap hashMap)
           
 

Uses of UnableToCreateServiceException in com.ptc.windchill.uwgm.proesrv.c11n
 

Methods in com.ptc.windchill.uwgm.proesrv.c11n that throw UnableToCreateServiceException
 EPMDocumentNamingDelegate ProeServiceDelegateFactory.getEPMDocumentNamingDelegate(EPMDocument doc)
           
 ModeledAttributesDelegate ProeServiceDelegateFactory.getModeledAttributesDelegate(Object object)
           
 

Uses of UnableToCreateServiceException in wt.services.applicationcontext
 

Methods in wt.services.applicationcontext that throw UnableToCreateServiceException
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          

Supported API: false
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          

Supported API: false
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServicesSupport.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServices.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Object ApplicationContextServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ACServicesAdapter.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          

Supported API: false
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          

Supported API: false
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WildCardServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServicesSupport.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServices.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Object ApplicationContextServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map ApplicationContextServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ACServicesAdapter.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 

Uses of UnableToCreateServiceException in wt.services.applicationcontext.implementation
 

Methods in wt.services.applicationcontext.implementation that throw UnableToCreateServiceException
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
protected  Object WTServiceProvider.getServiceImplementation(ApplicationContextChild contextChild, Object requestor, String serviceName, String implementationName, boolean isSingleton)
           
static Object DefaultServiceProvider.getService(Class service_class, String selector, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(Class service_class, String selector)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(Class service_class, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(Class service_class)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name, String selector, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name, String selector)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, String selector, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, String selector, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, String selector, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, String selector, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Return an instance of a service based on context, requestor and logical service name.
 Map WTServiceProvider.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Return a service based on context, requestor and logical service type.
protected  Object WTServiceProvider.getServiceImplementation(ApplicationContextChild contextChild, Object requestor, String serviceName, String implementationName, boolean isSingleton)
           
static Object DefaultServiceProvider.getService(Class service_class, String selector, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(Class service_class, String selector)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(Class service_class, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(Class service_class)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name, String selector, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name, String selector)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name, Object requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Object DefaultServiceProvider.getService(String service_name)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, String selector, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, String selector, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, Object[] requestors)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, String selector, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(Class service_class, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, String selector, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.
static Map DefaultServiceProvider.getServiceMap(String service_name, ACRequestor requestor)
          Returns an implementation of a service object based upon the supplied arguments.