Uses of Class
org.ogf.graap.wsag.client.api.RemoteClient

Packages that use RemoteClient
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.wsrf   
org.ogf.graap.wsag.client.wsrf.impl   
 

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

Methods in org.ogf.graap.wsag.client.api that return RemoteClient
 RemoteClient NegotiationClient.getRemoteClient()
          Returns the web-service client used for communication with the SLA management server.
 RemoteClient AgreementFactoryClient.getRemoteClient()
          Returns the web service client used for communication with the SLA management system.
 RemoteClient AgreementClient.getRemoteClient()
          Returns the web-service client used for communication with the SLA management server.
 

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

Methods in org.ogf.graap.wsag.client.api.impl that return RemoteClient
abstract  RemoteClient AbstractClient.getRemoteClient()
          Returns the remote client used by this implementation in order to communicate with the WSAG4J server.
 

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

Subclasses of RemoteClient in org.ogf.graap.wsag.client.api.local
 class LocalWsClient
          Default implementation of a WS client for local access.
 

Methods in org.ogf.graap.wsag.client.api.local that return RemoteClient
 RemoteClient LocalNegotiationClient.getRemoteClient()
          Returns the remote client used by this implementation in order to communicate with the WSAG4J server.
 RemoteClient LocalAgreementFactoryClient.getRemoteClient()
           
 RemoteClient LocalAgreementClient.getRemoteClient()
          Returns the remote client used by this implementation in order to communicate with the WSAG4J server.
 

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

Subclasses of RemoteClient in org.ogf.graap.wsag.client.rest
 class RestRemoteClient<T>
          Default implementation of a RESTful WSAG4J client.
 

Methods in org.ogf.graap.wsag.client.rest that return RemoteClient
 RemoteClient RestAgreementFactoryRegistryClient.getRemoteClient()
           
 RemoteClient RestAgreementClient.getRemoteClient()
          Returns the remote client used by this implementation in order to communicate with the WSAG4J server.
 

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

Subclasses of RemoteClient in org.ogf.graap.wsag.client.wsrf
 class WsrfAgreementFactoryClient
          RemoteAgreementFactoryClientImpl
 class WsrfAgreementFactoryRegistryClient
          Default implementation of an agreement factory client.
 

Methods in org.ogf.graap.wsag.client.wsrf that return RemoteClient
 RemoteClient WsrfAgreementFactoryClient.getRemoteClient()
           
 RemoteClient WsrfAgreementFactoryClient.getWebServiceClient()
          
 

Uses of RemoteClient in org.ogf.graap.wsag.client.wsrf.impl
 

Subclasses of RemoteClient in org.ogf.graap.wsag.client.wsrf.impl
 class WsrfAgreementFactoryService
          Default implementation of an agreement factory service client.
 class WsrfAgreementRegistryService
          AgreementRegistryImpl
 class WsrfResourceClient
          AbstractClient
 



Copyright © 2008-2012. All Rights Reserved.