Uses of Class
org.oasisopen.sca.NoSuchDomainException

Packages that use NoSuchDomainException
org.oasisopen.sca.client Provides SCA API for Client applications 
org.oasisopen.sca.client.impl Provides a default implementation of a FactoryFinder for the SCA Client API 
 

Uses of NoSuchDomainException in org.oasisopen.sca.client
 

Methods in org.oasisopen.sca.client that throw NoSuchDomainException
 SCAClientFactory SCAClientFactoryFinder.find(java.util.Properties properties, java.lang.ClassLoader classLoader, java.net.URI domainURI)
          Method for finding the SCAClientFactory for a given Domain URI using a specified set of properties and a a specified ClassLoader
static SCAClientFactory SCAClientFactory.newInstance(java.lang.ClassLoader classLoader, java.net.URI domainURI)
          Creates a new instance of the SCAClientFactory that can be used to lookup SCA Services.
static SCAClientFactory SCAClientFactory.newInstance(java.util.Properties properties, java.lang.ClassLoader classLoader, java.net.URI domainURI)
          Creates a new instance of the SCAClientFactory that can be used to lookup SCA Services.
static SCAClientFactory SCAClientFactory.newInstance(java.util.Properties properties, java.net.URI domainURI)
          Creates a new instance of the SCAClientFactory that can be used to lookup SCA Services.
static SCAClientFactory SCAClientFactory.newInstance(java.net.URI domainURI)
          Creates a new instance of the SCAClientFactory that can be used to lookup SCA Services.
 

Uses of NoSuchDomainException in org.oasisopen.sca.client.impl
 

Methods in org.oasisopen.sca.client.impl that throw NoSuchDomainException
 SCAClientFactory SCAClientFactoryFinderImpl.find(java.util.Properties properties, java.lang.ClassLoader classLoader, java.net.URI domainURI)
          Creates an instance of the SCAClientFactorySPI implementation.