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

Packages that use TModel
org.apache.ws.scout.registry   
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
org.apache.ws.scout.util   
 

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

Methods in org.apache.ws.scout.registry with parameters of type TModel
 TModelDetail IRegistry.saveTModel(String authInfo, TModel[] tModelArray)
          "Used to register or update complete information about a tModel."
 TModelDetail RegistryImpl.saveTModel(String authInfo, TModel[] tModelArray)
          "Used to register or update complete information about a tModel."
 

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

Methods in org.apache.ws.scout.uddi that return TModel
 TModel TModelDocument.addNewTModel()
          Appends and returns a new empty "tModel" element
 TModel ValidateValues.addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 TModel SaveTModel.addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 TModel TModelDetail.addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 TModel TModelDocument.getTModel()
          Gets the "tModel" element
 TModel[] ValidateValues.getTModelArray()
          Gets array of all "tModel" elements
 TModel[] SaveTModel.getTModelArray()
          Gets array of all "tModel" elements
 TModel[] TModelDetail.getTModelArray()
          Gets array of all "tModel" elements
 TModel ValidateValues.getTModelArray(int i)
          Gets ith "tModel" element
 TModel SaveTModel.getTModelArray(int i)
          Gets ith "tModel" element
 TModel TModelDetail.getTModelArray(int i)
          Gets ith "tModel" element
 TModel ValidateValues.insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
 TModel SaveTModel.insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
 TModel TModelDetail.insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
static TModel TModel.Factory.newInstance()
           
static TModel TModel.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(File file)
           
static TModel TModel.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(InputStream is)
           
static TModel TModel.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(Node node)
           
static TModel TModel.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(Reader r)
           
static TModel TModel.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(String xmlAsString)
           
static TModel TModel.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(URL u)
           
static TModel TModel.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TModel TModel.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TModel TModel.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TModel TModel.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TModel TModel.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type TModel
 void TModelDocument.setTModel(TModel tModel)
          Sets the "tModel" element
 void ValidateValues.setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void SaveTModel.setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void TModelDetail.setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void ValidateValues.setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 void SaveTModel.setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 void TModelDetail.setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 

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

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

Methods in org.apache.ws.scout.uddi.impl that return TModel
 TModel SaveTModelImpl.addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 TModel TModelDocumentImpl.addNewTModel()
          Appends and returns a new empty "tModel" element
 TModel TModelDetailImpl.addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 TModel ValidateValuesImpl.addNewTModel()
          Appends and returns a new empty value (as xml) as the last "tModel" element
 TModel TModelDocumentImpl.getTModel()
          Gets the "tModel" element
 TModel[] SaveTModelImpl.getTModelArray()
          Gets array of all "tModel" elements
 TModel[] TModelDetailImpl.getTModelArray()
          Gets array of all "tModel" elements
 TModel[] ValidateValuesImpl.getTModelArray()
          Gets array of all "tModel" elements
 TModel SaveTModelImpl.getTModelArray(int i)
          Gets ith "tModel" element
 TModel TModelDetailImpl.getTModelArray(int i)
          Gets ith "tModel" element
 TModel ValidateValuesImpl.getTModelArray(int i)
          Gets ith "tModel" element
 TModel SaveTModelImpl.insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
 TModel TModelDetailImpl.insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
 TModel ValidateValuesImpl.insertNewTModel(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModel" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type TModel
 void TModelDocumentImpl.setTModel(TModel tModel)
          Sets the "tModel" element
 void SaveTModelImpl.setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void TModelDetailImpl.setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void ValidateValuesImpl.setTModelArray(int i, TModel tModel)
          Sets ith "tModel" element
 void SaveTModelImpl.setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 void TModelDetailImpl.setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 void ValidateValuesImpl.setTModelArray(TModel[] tModelArray)
          Sets array of all "tModel" element
 

Uses of TModel in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return TModel
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRClassificationScheme(ClassificationScheme scheme)
           
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRConcept(Concept scheme)
           
 

Methods in org.apache.ws.scout.util with parameters of type TModel
static Concept ScoutUddiJaxrHelper.getConcept(TModel tmodel, LifeCycleManager lcm)
           
 



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