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

Packages that use NegotiationPropertiesDocument
org.ogf.graap.wsag.api.rest   
org.ogf.graap.wsag.server.rest   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
 

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

Methods in org.ogf.graap.wsag.api.rest that return NegotiationPropertiesDocument
 NegotiationPropertiesDocument RestNegotiation.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationPropertiesDocument RestNegotiation.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationPropertiesDocument RestNegotiation.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 

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

Methods in org.ogf.graap.wsag.server.rest that return NegotiationPropertiesDocument
 NegotiationPropertiesDocument RestNegotiationFacade.getNegotiableTemplates()
           
 NegotiationPropertiesDocument RestNegotiationFacade.getNegotiationContext()
           
 NegotiationPropertiesDocument RestNegotiationFacade.getNegotiationOffers()
           
 

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

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationPropertiesDocument
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.newInstance()
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(File file)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(InputStream is)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(Node node)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(Reader r)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(String xmlAsString)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(URL u)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(XMLStreamReader sr)
           
static NegotiationPropertiesDocument NegotiationPropertiesDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement NegotiationPropertiesDocument
 class NegotiationPropertiesDocumentImpl
          A document containing one NegotiationProperties(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation) element.
 



Copyright © 2008-2012. All Rights Reserved.