Uses of Class
org.ogf.graap.wsag.api.exceptions.NegotiationException

Packages that use NegotiationException
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.exceptions   
org.ogf.graap.wsag.api.rest   
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   
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.samples.pendingagreement   
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.engine   
org.ogf.graap.wsag.server.rest   
 

Uses of NegotiationException in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that throw NegotiationException
 void Negotiation.advertise(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] nocriticalExtensions)
          Advertises the state change of particular agreement offers to a negotiation participator.
 NegotiationOfferType[] Negotiation.negotiate(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] nocriticalExtensions)
          Negotiates acceptable agreement offers with a negotiation participator.
 

Uses of NegotiationException in org.ogf.graap.wsag.api.exceptions
 

Subclasses of NegotiationException in org.ogf.graap.wsag.api.exceptions
 class ValidationException
           
 

Uses of NegotiationException in org.ogf.graap.wsag.api.rest
 

Methods in org.ogf.graap.wsag.api.rest that throw NegotiationException
 void RestNegotiation.advertise(AdvertiseInputDocument offers)
          Advertises a set of negotiation offers.
 NegotiateOutputDocument RestNegotiation.negotiate(NegotiateInputDocument offers)
          Negotiates a set of agreement offers.
 

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

Methods in org.ogf.graap.wsag.client.api that throw NegotiationException
 void NegotiationClient.advertise(NegotiationOfferType[] offers)
          Advertises a set of negotiation offers.
 NegotiationOfferType[] NegotiationClient.negotiate(NegotiationOfferType[] offers)
          Negotiates a set of agreement offers.
 

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

Methods in org.ogf.graap.wsag.client.api.impl that throw NegotiationException
abstract  void NegotiationClientImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
abstract  NegotiationOfferType[] NegotiationClientImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 

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

Methods in org.ogf.graap.wsag.client.api.local that throw NegotiationException
 void LocalNegotiationClient.advertise(NegotiationOfferType[] quotes)
           
 NegotiationOfferType[] LocalNegotiationClient.negotiate(NegotiationOfferType[] quotes)
           
 

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

Methods in org.ogf.graap.wsag.client.rest that throw NegotiationException
 void RestNegotiationClient.advertise(NegotiationOfferType[] quotes)
           
 NegotiationOfferType[] RestNegotiationClient.negotiate(NegotiationOfferType[] offers)
           
 

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

Methods in org.ogf.graap.wsag.client.wsrf that throw NegotiationException
 void WsrfNegotiationClient.advertise(NegotiationOfferType[] quotes)
           
 NegotiationOfferType[] WsrfNegotiationClient.negotiate(NegotiationOfferType[] quotes)
           
 

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

Methods in org.ogf.graap.wsag.client.wsrf.impl that throw NegotiationException
 void WsrfNegotiationService.advertise(NegotiationOfferType[] quotes)
          
 NegotiationOfferType[] WsrfNegotiationService.negotiate(NegotiationOfferType[] quotes)
          
 

Uses of NegotiationException in org.ogf.graap.wsag.samples
 

Methods in org.ogf.graap.wsag.samples that throw NegotiationException
 NegotiationOfferType[] Sample2NegotiateAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 NegotiationOfferType[] Sample1NegotiateAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 

Uses of NegotiationException in org.ogf.graap.wsag.samples.actions
 

Methods in org.ogf.graap.wsag.samples.actions that throw NegotiationException
 NegotiationOfferType[] SampleNegotiateAction.negotiate(NegotiationOfferType offer, Map<String,Object> invocationContext)
          Negotiates an agreement offer.
 

Uses of NegotiationException in org.ogf.graap.wsag.samples.pendingagreement
 

Methods in org.ogf.graap.wsag.samples.pendingagreement that throw NegotiationException
 NegotiationOfferType[] NegotiatePendingAgreementAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates a pending agreement.
 

Uses of NegotiationException in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that throw NegotiationException
 NegotiationOfferType[] INegotiationAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 

Uses of NegotiationException in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that throw NegotiationException
 NegotiationOfferType[] NegotiationUnsupportedAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Negotiates an agreement offer.
 NegotiationOfferType[] AgreementFactoryAction.negotiate(NegotiationOfferType quote, Map<String,Object> context)
          Implements the negotiation strategy for offers that are based on the template associated with this action.
 

Uses of NegotiationException in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that throw NegotiationException
 void GenericNegotiation.advertise(NegotiationOfferType[] quotes, org.apache.xmlbeans.XmlObject[] noncriticalExtensions)
          Advertises the state change of particular agreement offers to a negotiation participator.
 NegotiationOfferType[] GenericNegotiation.negotiate(NegotiationOfferType[] counterOffers, org.apache.xmlbeans.XmlObject[] noncriticalExtensions)
          Negotiates acceptable agreement offers with a negotiation participator.
 

Uses of NegotiationException in org.ogf.graap.wsag.server.rest
 

Methods in org.ogf.graap.wsag.server.rest that throw NegotiationException
 void RestNegotiationFacade.advertise(AdvertiseInputDocument input)
           
 NegotiateOutputDocument RestNegotiationFacade.negotiate(NegotiateInputDocument input)
           
 



Copyright © 2008-2012. All Rights Reserved.