|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TerminateInputDocument | |
---|---|
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.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(javax.xml.stream.XMLStreamReader sr)
|
static TerminateInputDocument |
TerminateInputDocument.Factory.parse(javax.xml.stream.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |