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

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

Methods in org.ogf.graap.wsag.api.rest with parameters of type TerminateInputDocument
 void RestAgreement.terminate(TerminateInputDocument reason)
          Terminates the agreement if permitted.
 

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

Methods in org.ogf.graap.wsag.server.rest with parameters of type TerminateInputDocument
 void RestAgreementFacade.terminate(TerminateInputDocument reason)
           
 

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

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type TerminateInputDocument
 TerminateOutputType AgreementCapability.terminate(TerminateInputDocument input)
          Terminates an agreement.
 

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.