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

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

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

Methods in org.ogf.graap.wsag.api.rest with parameters of type CreateAgreementInputDocument
 URI RestAgreementFactory.createAgreement(CreateAgreementInputDocument input)
          Creates a new agreement with the factory resource.
 

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

Methods in org.ogf.graap.wsag.server.rest with parameters of type CreateAgreementInputDocument
 URI RestAgreementFactoryFacade.createAgreement(CreateAgreementInputDocument input)
           
 

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

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type CreateAgreementInputDocument
 CreateAgreementOutputType AgreementFactoryCapability.createAgreement(CreateAgreementInputDocument inputDoc)
          Creates an agreement for an offer.
 

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.