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

Packages that use CreatePendingAgreementInputDocument
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 CreatePendingAgreementInputDocument in org.ogf.graap.wsag.api.rest
 

Methods in org.ogf.graap.wsag.api.rest with parameters of type CreatePendingAgreementInputDocument
 URI RestAgreementFactory.createPendingAgreement(CreatePendingAgreementInputDocument input)
          Creates a new agreement with the factory resource in an asynchronous way.
 

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

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

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

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type CreatePendingAgreementInputDocument
 CreatePendingAgreementOutputType AgreementFactoryCapability.createPendingAgreement(CreatePendingAgreementInputDocument paInput)
          Creates an agreement for the given offer.
 

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.