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

Packages that use TModelList
org.apache.ws.scout.registry   
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of TModelList in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return TModelList
 TModelList IRegistry.findTModel(String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 TModelList RegistryImpl.findTModel(String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 

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

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

Methods in org.apache.ws.scout.uddi with parameters of type TModelList
 void TModelListDocument.setTModelList(TModelList tModelList)
          Sets the "tModelList" element
 

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

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

Methods in org.apache.ws.scout.uddi.impl that return TModelList
 TModelList TModelListDocumentImpl.addNewTModelList()
          Appends and returns a new empty "tModelList" element
 TModelList TModelListDocumentImpl.getTModelList()
          Gets the "tModelList" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type TModelList
 void TModelListDocumentImpl.setTModelList(TModelList tModelList)
          Sets the "tModelList" element
 



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