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

Packages that use AgreementFactoryClient
org.ogf.graap.wsag.client.api Provides the necessary interfaces in order to communicate with a WSAG4J server. 
org.ogf.graap.wsag.client.api.impl   
org.ogf.graap.wsag.client.api.local   
org.ogf.graap.wsag.client.rest   
org.ogf.graap.wsag.client.rest.builder   
org.ogf.graap.wsag.client.wsrf   
org.ogf.graap.wsag.client.wsrf.builder   
org.ogf.graap.wsag.doc   
org.ogf.graap.wsag.it   
 

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

Fields in org.ogf.graap.wsag.client.api with type parameters of type AgreementFactoryClient
static ClientLocator<AgreementFactoryClient> AgreementFactoryClient.FACTORY
          Default builder.
 

Methods in org.ogf.graap.wsag.client.api that return AgreementFactoryClient
 AgreementFactoryClient AgreementFactoryClient.clone()
          Returns a copy of the client.
 AgreementFactoryClient AgreementFactoryRegistryClient.getFactory(String resourceId)
          Returns an AgreementFactoryClient for the factory with the given resource id or null if no factory with that resource id exists.
 AgreementFactoryClient[] AgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 

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

Classes in org.ogf.graap.wsag.client.api.impl that implement AgreementFactoryClient
 class AbstractAgreementFactoryClient
           
 

Methods in org.ogf.graap.wsag.client.api.impl that return AgreementFactoryClient
abstract  AgreementFactoryClient AbstractAgreementFactoryClient.clone()
          Creates s copy of this AgreementFactoryClient.
 AgreementFactoryClient AbstractFactoryRegistryClient.getFactory(String resourceId)
           
 

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

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

Methods in org.ogf.graap.wsag.client.api.local that return AgreementFactoryClient
 AgreementFactoryClient LocalAgreementFactoryClient.clone()
          Creates s copy of this AgreementFactoryClient.
 

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

Classes in org.ogf.graap.wsag.client.rest that implement AgreementFactoryClient
 class RestAgreementFactoryClient
          Rest implementation of an agreement factory client.
 

Methods in org.ogf.graap.wsag.client.rest that return AgreementFactoryClient
 AgreementFactoryClient RestAgreementFactoryClient.clone()
           
 AgreementFactoryClient[] RestAgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.client.rest.builder
 

Methods in org.ogf.graap.wsag.client.rest.builder that return AgreementFactoryClient
 AgreementFactoryClient AgreementFactoryClientFactory.newInstance(EndpointReferenceType epr)
           
 AgreementFactoryClient AgreementFactoryClientFactory.newInstance(EndpointReferenceType epr, LoginContext context)
           
 

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

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

Methods in org.ogf.graap.wsag.client.wsrf that return AgreementFactoryClient
 AgreementFactoryClient WsrfAgreementFactoryClient.clone()
          Returns a copy of the client.
 AgreementFactoryClient WsrfAgreementFactoryRegistryClient.getFactory(String resourceId)
           
 AgreementFactoryClient[] WsrfAgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 

Uses of AgreementFactoryClient in org.ogf.graap.wsag.client.wsrf.builder
 

Methods in org.ogf.graap.wsag.client.wsrf.builder that return AgreementFactoryClient
 AgreementFactoryClient AgreementFactoryClientFactory.newInstance(EndpointReferenceType epr)
           
 AgreementFactoryClient AgreementFactoryClientFactory.newInstance(EndpointReferenceType epr, LoginContext context)
           
 

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.getAgreementFactoryClient(String id)
          Returns the agreement factory test client with the given id.
static AgreementFactoryClient[] AbstractIntegrationTest.getAgreementFactoryClients()
           
 



Copyright © 2008-2012. All Rights Reserved.