Uses of Class
org.oasisopen.sca.NoSuchDomainException

Packages that use NoSuchDomainException
org.oasisopen.sca.client   
org.oasisopen.sca.client.impl   
 

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
abstract
<T> T
SCAClientFactory.getService(java.lang.Class<T> interfaze, java.lang.String serviceURI)
          Returns a reference proxy that implements the business interface of a service in the SCA Domain handled by this SCAClientFactory
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.