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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type SetPublisherAssertions
 void SetPublisherAssertionsDocument.setSetPublisherAssertions(SetPublisherAssertions setPublisherAssertions)
          Sets the "set_publisherAssertions" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement SetPublisherAssertions
 class SetPublisherAssertionsImpl
          An XML set_publisherAssertions(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return SetPublisherAssertions
 SetPublisherAssertions SetPublisherAssertionsDocumentImpl.addNewSetPublisherAssertions()
          Appends and returns a new empty "set_publisherAssertions" element
 SetPublisherAssertions SetPublisherAssertionsDocumentImpl.getSetPublisherAssertions()
          Gets the "set_publisherAssertions" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type SetPublisherAssertions
 void SetPublisherAssertionsDocumentImpl.setSetPublisherAssertions(SetPublisherAssertions setPublisherAssertions)
          Sets the "set_publisherAssertions" element
 



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