Uses of Interface
org.ogf.graap.wsag.api.client.AgreementFactoryClient

Packages that use AgreementFactoryClient
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.doc   
org.ogf.graap.wsag.it   
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return AgreementFactoryClient
 AgreementFactoryClient AgreementFactoryClient.clone()
          Returns a copy of the client.
 AgreementFactoryClient[] AgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.client.impl
 

Classes in org.ogf.graap.wsag.client.impl that implement AgreementFactoryClient
 class AgreementFactoryFacade
          A client side facade to an agreement factory service and the associated agreement registry.
 

Methods in org.ogf.graap.wsag.client.impl that return AgreementFactoryClient
 AgreementFactoryClient AgreementFactoryFacade.clone()
          Creates s copy of this AgreementFactoryClient.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.client.local
 

Classes in org.ogf.graap.wsag.client.local that implement AgreementFactoryClient
 class LocalAgreementFactoryClientImpl
          An implementation of the Client API for local invocation of an agreement factory.
 

Methods in org.ogf.graap.wsag.client.local that return AgreementFactoryClient
 AgreementFactoryClient LocalAgreementFactoryClientImpl.clone()
          Returns a copy of the client.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.client.remote
 

Classes in org.ogf.graap.wsag.client.remote that implement AgreementFactoryClient
 class RemoteAgreementFactoryClientImpl
          RemoteAgreementFactoryClientImpl
 

Methods in org.ogf.graap.wsag.client.remote that return AgreementFactoryClient
 AgreementFactoryClient RemoteAgreementFactoryClientImpl.clone()
          Returns a copy of the client.
 AgreementFactoryClient[] RemoteAgreementFactoryRegistryServiceImpl.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.doc
 

Methods in org.ogf.graap.wsag.doc that return AgreementFactoryClient
static AgreementFactoryClient[] AbstractAgreementIntegrationSnippets.getAgreementFactoryClients()
          Returns the factory clients for this tests.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.it
 

Methods in org.ogf.graap.wsag.it that return AgreementFactoryClient
static AgreementFactoryClient[] AbstractIntegrationTest.getAgreementFactoryClients()
           
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.