Uses of Interface
org.ogf.schemas.graap.wsAgreement.RejectAgreementInputDocument

Packages that use RejectAgreementInputDocument
org.ogf.graap.wsag.wsrf.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type RejectAgreementInputDocument
 AgreementAcceptanceOutputType AgreementAcceptanceCapability.rejectAgreement(RejectAgreementInputDocument input)
          Notification of an agreement offer rejection.
 

Uses of RejectAgreementInputDocument in org.ogf.schemas.graap.wsAgreement
 

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

Uses of RejectAgreementInputDocument in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement RejectAgreementInputDocument
 class RejectAgreementInputDocumentImpl
          A document containing one RejectAgreementInput(@http://schemas.ggf.org/graap/2007/03/ws-agreement) element.
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.