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

Packages that use NegotiationClient
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.client.wsrf.impl   
 

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

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

Methods in org.ogf.graap.wsag.client.api that return NegotiationClient
 NegotiationClient NegotiationClient.clone()
          Returns a copy of the client.
 NegotiationClient AgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 

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

Classes in org.ogf.graap.wsag.client.api.impl that implement NegotiationClient
 class NegotiationClientImpl
          Default implementation of a negotiation client.
 

Methods in org.ogf.graap.wsag.client.api.impl that return NegotiationClient
abstract  NegotiationClient NegotiationClientImpl.clone()
          Returns a copy of the client.
abstract  NegotiationClient AbstractAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
 

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

Classes in org.ogf.graap.wsag.client.api.local that implement NegotiationClient
 class LocalNegotiationClient
          Default implementation of a negotiation client for local access to a negotiation instance.
 

Methods in org.ogf.graap.wsag.client.api.local that return NegotiationClient
 NegotiationClient LocalNegotiationClient.clone()
          Returns a copy of the client.
 NegotiationClient LocalAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
           
 

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

Classes in org.ogf.graap.wsag.client.rest that implement NegotiationClient
 class RestNegotiationClient
          Default implementation of an agreement negotiation client.
 

Methods in org.ogf.graap.wsag.client.rest that return NegotiationClient
 NegotiationClient RestNegotiationClient.clone()
          Returns a copy of the client.
 NegotiationClient RestAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
           
 

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

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

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

Classes in org.ogf.graap.wsag.client.wsrf that implement NegotiationClient
 class WsrfNegotiationClient
          Default implementation of an agreement negotiation client.
 

Methods in org.ogf.graap.wsag.client.wsrf that return NegotiationClient
 NegotiationClient WsrfAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
 

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

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

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

Methods in org.ogf.graap.wsag.client.wsrf.impl that return NegotiationClient
 NegotiationClient WsrfAgreementFactoryService.initiateNegotiation(NegotiationContextType context)
          
 NegotiationClient WsrfAgreementFactoryService.initiateNegotiation(NegotiationContextType context, EndpointReferenceType initiatorEPR)
          Initiates a new negotiation process with a wsag4j server.
 



Copyright © 2008-2012. All Rights Reserved.