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

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

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

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

Methods in org.apache.ws.scout.uddi with parameters of type KeyType
 void Result.xsetKeyType(KeyType keyType)
          Sets (as xml) the "keyType" attribute
 

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

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

Methods in org.apache.ws.scout.uddi.impl that return KeyType
 KeyType ResultImpl.xgetKeyType()
          Gets (as xml) the "keyType" attribute
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type KeyType
 void ResultImpl.xsetKeyType(KeyType keyType)
          Sets (as xml) the "keyType" attribute
 



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