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

Packages that use NegotiateOutputDocument
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

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

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

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

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