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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type GetPublisherAssertions
 void GetPublisherAssertionsDocument.setGetPublisherAssertions(GetPublisherAssertions getPublisherAssertions)
          Sets the "get_publisherAssertions" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement GetPublisherAssertions
 class GetPublisherAssertionsImpl
          An XML get_publisherAssertions(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return GetPublisherAssertions
 GetPublisherAssertions GetPublisherAssertionsDocumentImpl.addNewGetPublisherAssertions()
          Appends and returns a new empty "get_publisherAssertions" element
 GetPublisherAssertions GetPublisherAssertionsDocumentImpl.getGetPublisherAssertions()
          Gets the "get_publisherAssertions" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type GetPublisherAssertions
 void GetPublisherAssertionsDocumentImpl.setGetPublisherAssertions(GetPublisherAssertions getPublisherAssertions)
          Sets the "get_publisherAssertions" element
 



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