Uses of Interface
org.apache.ws.scout.uddi.AddPublisherAssertions

Packages that use AddPublisherAssertions
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of AddPublisherAssertions in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return AddPublisherAssertions
 AddPublisherAssertions AddPublisherAssertionsDocument.addNewAddPublisherAssertions()
          Appends and returns a new empty "add_publisherAssertions" element
 AddPublisherAssertions AddPublisherAssertionsDocument.getAddPublisherAssertions()
          Gets the "add_publisherAssertions" element
static AddPublisherAssertions AddPublisherAssertions.Factory.newInstance()
           
static AddPublisherAssertions AddPublisherAssertions.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(File file)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(InputStream is)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(Node node)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(Reader r)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(String xmlAsString)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(URL u)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AddPublisherAssertions AddPublisherAssertions.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type AddPublisherAssertions
 void AddPublisherAssertionsDocument.setAddPublisherAssertions(AddPublisherAssertions addPublisherAssertions)
          Sets the "add_publisherAssertions" element
 

Uses of AddPublisherAssertions in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement AddPublisherAssertions
 class AddPublisherAssertionsImpl
          An XML add_publisherAssertions(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return AddPublisherAssertions
 AddPublisherAssertions AddPublisherAssertionsDocumentImpl.addNewAddPublisherAssertions()
          Appends and returns a new empty "add_publisherAssertions" element
 AddPublisherAssertions AddPublisherAssertionsDocumentImpl.getAddPublisherAssertions()
          Gets the "add_publisherAssertions" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type AddPublisherAssertions
 void AddPublisherAssertionsDocumentImpl.setAddPublisherAssertions(AddPublisherAssertions addPublisherAssertions)
          Sets the "add_publisherAssertions" element
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.