|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.client.api.AgreementFactoryRegistryLocator
AgreementFactoryRegistryClient.FACTORY
for creating new client
instances.
@Deprecated public class AgreementFactoryRegistryLocator
The AgreementFactoryLocator returns a new agreement factory instance.
Constructor Summary | |
---|---|
AgreementFactoryRegistryLocator()
Deprecated. |
Method Summary | |
---|---|
static AgreementFactoryRegistryClient |
getFactoryRegistry(EndpointReferenceType epr)
Deprecated. Creates a new AgreementFactoryRegistryClient for the given endpoint. |
static AgreementFactoryRegistryClient |
getFactoryRegistry(EndpointReferenceType epr,
LoginContext context)
Deprecated. Creates a new AgreementFactoryRegistryClient for the given endpoint and with the given
LoginContext . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgreementFactoryRegistryLocator()
Method Detail |
---|
public static final AgreementFactoryRegistryClient getFactoryRegistry(EndpointReferenceType epr) throws Exception
AgreementFactoryRegistryClient
for the given endpoint. This method is only used
if server side security is disabled.
epr
- the agreement factory registry endpoint
AgreementFactoryRegistryClient
Exception
- indicates an error while querying the factory clients from the registrypublic static final AgreementFactoryRegistryClient getFactoryRegistry(EndpointReferenceType epr, LoginContext context) throws Exception
AgreementFactoryRegistryClient
for the given endpoint and with the given
LoginContext
. This method is used if server side security is enabled (default).
epr
- the agreement factory registry endpointcontext
- the login context to use
AgreementFactoryRegistryClient
Exception
- indicates an error while querying the factory clients from the registry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |