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

Packages that use NegotiationFactoryException
org.ogf.graap.wsag.api   
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.server.api.impl   
org.ogf.graap.wsag.server.engine   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.server.rest   
org.ogf.graap.wsag.wsrf.persistence   
 

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

Methods in org.ogf.graap.wsag.api that throw NegotiationFactoryException
 Negotiation AgreementFactory.initiateNegotiation(NegotiationContextType context, org.apache.xmlbeans.XmlObject[] criticalExtensions, org.apache.xmlbeans.XmlObject[] nonCriticalExtensions, Map<String,Object> environment)
          Initializes a new negotiation instance.
 

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

Methods in org.ogf.graap.wsag.api.rest that throw NegotiationFactoryException
 URI RestAgreementFactory.initiateNegotiation(InitiateNegotiationInputDocument input)
          Initiates a new negotiation process with the factory resource.
 

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

Methods in org.ogf.graap.wsag.client.api that throw NegotiationFactoryException
 NegotiationClient AgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 

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

Methods in org.ogf.graap.wsag.client.api.impl that throw NegotiationFactoryException
abstract  NegotiationClient AbstractAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
 

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

Methods in org.ogf.graap.wsag.client.api.local that throw NegotiationFactoryException
 NegotiationClient LocalAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
           
 

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

Methods in org.ogf.graap.wsag.client.rest that throw NegotiationFactoryException
 NegotiationClient RestAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
           
 

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

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

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

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

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

Methods in org.ogf.graap.wsag.samples that throw NegotiationFactoryException
 Negotiation SampleAgreementFactory.initiateNegotiation(NegotiationContextType context, org.apache.xmlbeans.XmlObject[] criticalExtensions, org.apache.xmlbeans.XmlObject[] nonCriticalExtensions, Map<String,Object> environment)
          Deprecated. Initializes a new negotiation instance.
 

Uses of NegotiationFactoryException in org.ogf.graap.wsag.server.api.impl
 

Methods in org.ogf.graap.wsag.server.api.impl that throw NegotiationFactoryException
 Negotiation AgreementFactoryFacade.initiateNegotiation(NegotiationContextType context, org.apache.xmlbeans.XmlObject[] criticalExtensions, org.apache.xmlbeans.XmlObject[] nonCriticalExtensions, Map<String,Object> environment)
          Initializes a new negotiation instance.
 

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

Methods in org.ogf.graap.wsag.server.engine that throw NegotiationFactoryException
 Negotiation GenericAgreementFactory.initiateNegotiation(NegotiationContextType context, org.apache.xmlbeans.XmlObject[] criticalExtensions, org.apache.xmlbeans.XmlObject[] nonCriticalExtensions, Map<String,Object> environment)
          Initializes a new negotiation instance.
 

Uses of NegotiationFactoryException in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that throw NegotiationFactoryException
 Negotiation AbstractPersistentAgreementFactory.initiateNegotiation(NegotiationContextType context, org.apache.xmlbeans.XmlObject[] criticalExtensions, org.apache.xmlbeans.XmlObject[] nonCriticalExtensions, Map<String,Object> environment)
          Initializes a new negotiation instance.
 

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

Methods in org.ogf.graap.wsag.server.rest that throw NegotiationFactoryException
 URI RestAgreementFactoryFacade.initiateNegotiation(InitiateNegotiationInputDocument input)
           
 

Uses of NegotiationFactoryException in org.ogf.graap.wsag.wsrf.persistence
 

Methods in org.ogf.graap.wsag.wsrf.persistence that throw NegotiationFactoryException
 Negotiation WsDatabaseAgreementFactory.initiateNegotiation(NegotiationContextType context, org.apache.xmlbeans.XmlObject[] criticalExtensions, org.apache.xmlbeans.XmlObject[] nonCriticalExtensions, Map<String,Object> environment)
          Initializes a new negotiation instance.
 



Copyright © 2008-2012. All Rights Reserved.