Uses of Interface
org.ogf.schemas.graap.wsAgreement.negotiation.NegotiationContextType

Packages that use NegotiationContextType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
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.wsrf.persistence   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

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

Methods in org.ogf.graap.wsag.api that return NegotiationContextType
 NegotiationContextType Negotiation.getNegotiationContext()
          Returns the context of an negotiation instance.
 

Methods in org.ogf.graap.wsag.api with parameters of type NegotiationContextType
 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 NegotiationContextType in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return NegotiationContextType
 NegotiationContextType NegotiationService.getNegotiationContext()
          Returns the context of this negotiation process.
 

Methods in org.ogf.graap.wsag.api.client with parameters of type NegotiationContextType
 NegotiationClient AgreementFactoryService.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 

Uses of NegotiationContextType in org.ogf.graap.wsag.client.impl
 

Methods in org.ogf.graap.wsag.client.impl that return NegotiationContextType
 NegotiationContextType NegotiationClientImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 

Methods in org.ogf.graap.wsag.client.impl with parameters of type NegotiationContextType
 NegotiationClient AgreementFactoryFacade.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
 

Uses of NegotiationContextType in org.ogf.graap.wsag.client.local
 

Methods in org.ogf.graap.wsag.client.local that return NegotiationContextType
 NegotiationContextType LocalNegotiationServiceImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 

Methods in org.ogf.graap.wsag.client.local with parameters of type NegotiationContextType
 NegotiationClient LocalAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 NegotiationClient LocalAgreementFactoryClientImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 

Uses of NegotiationContextType in org.ogf.graap.wsag.client.remote
 

Methods in org.ogf.graap.wsag.client.remote that return NegotiationContextType
 NegotiationContextType RemoteNegotiationServiceImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 

Methods in org.ogf.graap.wsag.client.remote with parameters of type NegotiationContextType
 NegotiationClient RemoteAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 NegotiationClient RemoteAgreementFactoryClientImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process with the given context.
 NegotiationClient RemoteAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context, EndpointReferenceType initiatorEPR)
          Initiates a new negotiation process with a wsag4j server.
 

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

Methods in org.ogf.graap.wsag.samples with parameters of type NegotiationContextType
 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 NegotiationContextType in org.ogf.graap.wsag.server.api.impl
 

Methods in org.ogf.graap.wsag.server.api.impl with parameters of type NegotiationContextType
 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 NegotiationContextType in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that return NegotiationContextType
 NegotiationContextType GenericNegotiation.getNegotiationContext()
          Returns the context of an negotiation instance.
 

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

Constructors in org.ogf.graap.wsag.server.engine with parameters of type NegotiationContextType
GenericNegotiation(IAgreementFactory factory, TemplateRegistry registry, NegotiationContextType context)
           
GenericNegotiation(IAgreementFactory factory, TemplateRegistry registry, NegotiationContextType context, Map<String,Object> negotiationProperties)
           
 

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

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type NegotiationContextType
 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 NegotiationContextType in org.ogf.graap.wsag.wsrf.persistence
 

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

Uses of NegotiationContextType in org.ogf.schemas.graap.wsAgreement.negotiation
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationContextType
 NegotiationContextType NegotiationContextDocument.addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationContextType NegotiationContextDocument.getNegotiationContext()
          Gets the "NegotiationContext" element
static NegotiationContextType NegotiationContextType.Factory.newInstance()
           
static NegotiationContextType NegotiationContextType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(File file)
           
static NegotiationContextType NegotiationContextType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(InputStream is)
           
static NegotiationContextType NegotiationContextType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(Node node)
           
static NegotiationContextType NegotiationContextType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(Reader r)
           
static NegotiationContextType NegotiationContextType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(String xmlAsString)
           
static NegotiationContextType NegotiationContextType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(URL u)
           
static NegotiationContextType NegotiationContextType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationContextType NegotiationContextType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiationContextType NegotiationContextType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiationContextType NegotiationContextType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NegotiationContextType NegotiationContextType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationContextType
 void NegotiationContextDocument.setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 

Uses of NegotiationContextType in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement NegotiationContextType
 class NegotiationContextTypeImpl
          An XML NegotiationContextType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationContextType
 NegotiationContextType NegotiationContextDocumentImpl.addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationContextType NegotiationContextDocumentImpl.getNegotiationContext()
          Gets the "NegotiationContext" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationContextType
 void NegotiationContextDocumentImpl.setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 

Uses of NegotiationContextType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return NegotiationContextType
 NegotiationContextType NegotiationPropertiesType.addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationContextType InitiateNegotiationInputType.addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationContextType NegotiationPropertiesType.getNegotiationContext()
          Gets the "NegotiationContext" element
 NegotiationContextType InitiateNegotiationInputType.getNegotiationContext()
          Gets the "NegotiationContext" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol with parameters of type NegotiationContextType
 void NegotiationPropertiesType.setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 void InitiateNegotiationInputType.setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 

Uses of NegotiationContextType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return NegotiationContextType
 NegotiationContextType NegotiationPropertiesTypeImpl.addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationContextType InitiateNegotiationInputTypeImpl.addNewNegotiationContext()
          Appends and returns a new empty "NegotiationContext" element
 NegotiationContextType NegotiationPropertiesTypeImpl.getNegotiationContext()
          Gets the "NegotiationContext" element
 NegotiationContextType InitiateNegotiationInputTypeImpl.getNegotiationContext()
          Gets the "NegotiationContext" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type NegotiationContextType
 void NegotiationPropertiesTypeImpl.setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 void InitiateNegotiationInputTypeImpl.setNegotiationContext(NegotiationContextType negotiationContext)
          Sets the "NegotiationContext" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.