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

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

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

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

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

Methods in org.ogf.graap.wsag.server.rest with parameters of type NegotiateInputDocument
 NegotiateOutputDocument RestNegotiationFacade.negotiate(NegotiateInputDocument input)
           
 

Uses of NegotiateInputDocument in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type NegotiateInputDocument
 Element NegotiationCapability.negotiate(NegotiateInputDocument in)
          Negotiates a set of offers and creates c set of counter offers.
 

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.