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

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

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

Methods in org.apache.ws.scout.uddi that return URLType
static URLType URLType.Factory.newInstance()
           
static URLType URLType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.newValue(Object obj)
           
static URLType URLType.Factory.parse(File file)
           
static URLType URLType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.parse(InputStream is)
           
static URLType URLType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.parse(Node node)
           
static URLType URLType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.parse(Reader r)
           
static URLType URLType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.parse(String xmlAsString)
           
static URLType URLType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.parse(URL u)
           
static URLType URLType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static URLType URLType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static URLType URLType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static URLType URLType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static URLType URLType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 URLType AccessPoint.xgetURLType()
          Gets (as xml) the "URLType" attribute
 

Methods in org.apache.ws.scout.uddi with parameters of type URLType
 void AccessPoint.xsetURLType(URLType urlType)
          Sets (as xml) the "URLType" attribute
 

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

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

Methods in org.apache.ws.scout.uddi.impl that return URLType
 URLType AccessPointImpl.xgetURLType()
          Gets (as xml) the "URLType" attribute
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type URLType
 void AccessPointImpl.xsetURLType(URLType urlType)
          Sets (as xml) the "URLType" attribute
 



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