|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.remoteservices.provider.ServiceProviderLocator
Locates the correct ServiceProviderFactory and uses it to creates a ServiceProvider. The ServiceProviderInfo should be constructed based on the service identifier. Caches ServiceProviderFactory implementations matching particular service instances.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_FACTORY
The default ServiceProviderFactory assumed if there is none specified in the resource definition factory. |
Method Summary | |
---|---|
static ServiceProviderLocator |
getInstance()
Get the instance of ServiceProviderLocator. |
ServiceProvider |
getServiceProvider(ServiceProviderInformation serviceProviderInfo)
Get the service provider info for the given service, get an instance of the ServiceProvider class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_FACTORY
Method Detail |
public static ServiceProviderLocator getInstance()
public ServiceProvider getServiceProvider(ServiceProviderInformation serviceProviderInfo) throws ProviderConfigurationException
serviceProviderInfo
- Information about the service provider, not null.
ProviderConfigurationException
- if there was a problem with the provider configuration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |