Package org.ogf.graap.wsag.client.api

Provides the necessary interfaces in order to communicate with a WSAG4J server.

See:
          Description

Interface Summary
AgreementAcceptanceClient When a pending agreement is created, the agreement initiator may specify an acceptance endpoint that is notified on the agreement responders decision, namely the acceptance or rejection of the offer.
AgreementClient Client interface of a agreement service implementation.
AgreementFactoryClient Client interface to interact with an agreement factory.
AgreementFactoryRegistryClient Client to an agreement factory registry.
ClientFactory<T> Factory interface for wsag4j clients.
NegotiationClient Client interface for perfoming dynamic negotiation processes with a WSAG4J server.
 

Class Summary
AgreementFactoryRegistryLocator Deprecated. as of version 2.x - use AgreementFactoryRegistryClient.FACTORY for creating new client instances.
ClientLocator<T> The Locator returns a new wsag4j client instances.
RemoteClient Interface of a remote client.
 

Package org.ogf.graap.wsag.client.api Description

Provides the necessary interfaces in order to communicate with a WSAG4J server. Clients that implement these interfaces can choose different remoting technologies according to their needs, i.e. SOAP based services or HTTP (REST) based services.



Copyright © 2008-2012. All Rights Reserved.