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

Packages that use PublisherAssertions
org.apache.ws.scout.registry   
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of PublisherAssertions in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return PublisherAssertions
 PublisherAssertions IRegistry.getPublisherAssertions(String authInfo)
           
 PublisherAssertions RegistryImpl.getPublisherAssertions(String authInfo)
           
 PublisherAssertions IRegistry.setPublisherAssertions(String authInfo, PublisherAssertion[] assertionArray)
           
 PublisherAssertions RegistryImpl.setPublisherAssertions(String authInfo, PublisherAssertion[] assertionArray)
           
 

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

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

Methods in org.apache.ws.scout.uddi with parameters of type PublisherAssertions
 void PublisherAssertionsDocument.setPublisherAssertions(PublisherAssertions publisherAssertions)
          Sets the "publisherAssertions" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement PublisherAssertions
 class PublisherAssertionsImpl
          An XML publisherAssertions(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return PublisherAssertions
 PublisherAssertions PublisherAssertionsDocumentImpl.addNewPublisherAssertions()
          Appends and returns a new empty "publisherAssertions" element
 PublisherAssertions PublisherAssertionsDocumentImpl.getPublisherAssertions()
          Gets the "publisherAssertions" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type PublisherAssertions
 void PublisherAssertionsDocumentImpl.setPublisherAssertions(PublisherAssertions publisherAssertions)
          Sets the "publisherAssertions" element
 



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