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

Packages that use NegotiateOutputDocument
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 NegotiateOutputDocument in org.ogf.graap.wsag.api.rest
 

Methods in org.ogf.graap.wsag.api.rest that return NegotiateOutputDocument
 NegotiateOutputDocument RestNegotiation.negotiate(NegotiateInputDocument offers)
          Negotiates a set of agreement offers.
 

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

Methods in org.ogf.graap.wsag.server.rest that return NegotiateOutputDocument
 NegotiateOutputDocument RestNegotiationFacade.negotiate(NegotiateInputDocument input)
           
 

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.