|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdvertiseInputDocument | |
---|---|
org.ogf.graap.wsag.wsrf.impl | |
org.ogf.schemas.graap.wsAgreement.negotiation.protocol | |
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl |
Uses of AdvertiseInputDocument in org.ogf.graap.wsag.wsrf.impl |
---|
Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type AdvertiseInputDocument | |
---|---|
Element |
NegotiationCapability.advertise(AdvertiseInputDocument in)
Advertises a set of negotiation offers to a negotiation participator. |
Uses of AdvertiseInputDocument in org.ogf.schemas.graap.wsAgreement.negotiation.protocol |
---|
Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return AdvertiseInputDocument | |
---|---|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.newInstance()
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(File file)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(InputStream is)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(Node node)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(Reader r)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(String xmlAsString)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(URL u)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static AdvertiseInputDocument |
AdvertiseInputDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of AdvertiseInputDocument in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that implement AdvertiseInputDocument | |
---|---|
class |
AdvertiseInputDocumentImpl
A document containing one AdvertiseInput(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |