Uses of Class
org.ogf.graap.wsag.client.rest.RestRemoteClient

Packages that use RestRemoteClient
org.ogf.graap.wsag.client.rest   
 

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

Methods in org.ogf.graap.wsag.client.rest that return RestRemoteClient
static
<U> RestRemoteClient<U>
RestRemoteClient.getInstance(EndpointReferenceType reference, Properties properties, ISecurityProperties securityProperties, Class<U> interfaceClass)
          Returns a new instance of a REST remote client.
static
<U> RestRemoteClient<U>
RestRemoteClient.getInstance(String uri, Properties properties, ISecurityProperties securityProperties, Class<U> interfaceClass)
          Returns a new instance of a REST remote client.
 RestRemoteClient<RestNegotiation> RestNegotiationClient.getRemoteClient()
          Returns the remote client used by this implementation in order to communicate with the WSAG4J server.
 RestRemoteClient<RestAgreementFactory> RestAgreementFactoryClient.getRemoteClient()
           
 



Copyright © 2008-2012. All Rights Reserved.