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

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

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

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type AcceptAgreementInputDocument
 AgreementAcceptanceOutputType AgreementAcceptanceCapability.acceptAgreement(AcceptAgreementInputDocument input)
          Notification of an agreement offer acceptance.
 

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

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

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

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



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