Uses of Interface
org.ogf.schemas.graap.wsAgreement.negotiation.AdvertiseInputDocument

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

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

Methods in org.ogf.graap.wsag.api.rest with parameters of type AdvertiseInputDocument
 void RestNegotiation.advertise(AdvertiseInputDocument offers)
          Advertises a set of negotiation offers.
 

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

Methods in org.ogf.graap.wsag.server.rest with parameters of type AdvertiseInputDocument
 void RestNegotiationFacade.advertise(AdvertiseInputDocument input)
           
 

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
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation 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(XMLStreamReader sr)
           
static AdvertiseInputDocument AdvertiseInputDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of AdvertiseInputDocument in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement AdvertiseInputDocument
 class AdvertiseInputDocumentImpl
          A document containing one AdvertiseInput(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation) element.
 



Copyright © 2008-2012. All Rights Reserved.