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

Packages that use NegotiateInputDocument
org.ogf.graap.wsag.wsrf.impl   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

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.protocol
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol 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(javax.xml.stream.XMLStreamReader sr)
           
static NegotiateInputDocument NegotiateInputDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.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 Fraunhofer Institute SCAI. All Rights Reserved.