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

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

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

Methods in org.apache.ws.scout.uddi that return DiscoveryURL
 DiscoveryURL DiscoveryURLs.addNewDiscoveryURL()
          Appends and returns a new empty value (as xml) as the last "discoveryURL" element
 DiscoveryURL DiscoveryURLDocument.addNewDiscoveryURL()
          Appends and returns a new empty "discoveryURL" element
 DiscoveryURL DiscoveryURLDocument.getDiscoveryURL()
          Gets the "discoveryURL" element
 DiscoveryURL[] DiscoveryURLs.getDiscoveryURLArray()
          Gets array of all "discoveryURL" elements
 DiscoveryURL DiscoveryURLs.getDiscoveryURLArray(int i)
          Gets ith "discoveryURL" element
 DiscoveryURL DiscoveryURLs.insertNewDiscoveryURL(int i)
          Inserts and returns a new empty value (as xml) as the ith "discoveryURL" element
static DiscoveryURL DiscoveryURL.Factory.newInstance()
           
static DiscoveryURL DiscoveryURL.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(File file)
           
static DiscoveryURL DiscoveryURL.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(InputStream is)
           
static DiscoveryURL DiscoveryURL.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(Node node)
           
static DiscoveryURL DiscoveryURL.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(Reader r)
           
static DiscoveryURL DiscoveryURL.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(String xmlAsString)
           
static DiscoveryURL DiscoveryURL.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(URL u)
           
static DiscoveryURL DiscoveryURL.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DiscoveryURL DiscoveryURL.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DiscoveryURL DiscoveryURL.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DiscoveryURL DiscoveryURL.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static DiscoveryURL DiscoveryURL.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type DiscoveryURL
 void DiscoveryURLDocument.setDiscoveryURL(DiscoveryURL discoveryURL)
          Sets the "discoveryURL" element
 void DiscoveryURLs.setDiscoveryURLArray(DiscoveryURL[] discoveryURLArray)
          Sets array of all "discoveryURL" element
 void DiscoveryURLs.setDiscoveryURLArray(int i, DiscoveryURL discoveryURL)
          Sets ith "discoveryURL" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement DiscoveryURL
 class DiscoveryURLImpl
          An XML discoveryURL(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return DiscoveryURL
 DiscoveryURL DiscoveryURLDocumentImpl.addNewDiscoveryURL()
          Appends and returns a new empty "discoveryURL" element
 DiscoveryURL DiscoveryURLsImpl.addNewDiscoveryURL()
          Appends and returns a new empty value (as xml) as the last "discoveryURL" element
 DiscoveryURL DiscoveryURLDocumentImpl.getDiscoveryURL()
          Gets the "discoveryURL" element
 DiscoveryURL[] DiscoveryURLsImpl.getDiscoveryURLArray()
          Gets array of all "discoveryURL" elements
 DiscoveryURL DiscoveryURLsImpl.getDiscoveryURLArray(int i)
          Gets ith "discoveryURL" element
 DiscoveryURL DiscoveryURLsImpl.insertNewDiscoveryURL(int i)
          Inserts and returns a new empty value (as xml) as the ith "discoveryURL" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type DiscoveryURL
 void DiscoveryURLDocumentImpl.setDiscoveryURL(DiscoveryURL discoveryURL)
          Sets the "discoveryURL" element
 void DiscoveryURLsImpl.setDiscoveryURLArray(DiscoveryURL[] discoveryURLArray)
          Sets array of all "discoveryURL" element
 void DiscoveryURLsImpl.setDiscoveryURLArray(int i, DiscoveryURL discoveryURL)
          Sets ith "discoveryURL" element
 



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