Uses of Class
org.apache.ws.scout.model.uddi.v2.TModel

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

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

Fields in org.apache.ws.scout.model.uddi.v2 with type parameters of type TModel
protected  java.util.List<TModel> ValidateValues.tModel
           
protected  java.util.List<TModel> TModelDetail.tModel
           
protected  java.util.List<TModel> SaveTModel.tModel
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return TModel
 TModel ObjectFactory.createTModel()
          Create an instance of TModel
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type TModel
 javax.xml.bind.JAXBElement<TModel> ObjectFactory.createTModel(TModel value)
          Create an instance of JAXBElement<TModel>}
 java.util.List<TModel> ValidateValues.getTModel()
          Gets the value of the tModel property.
 java.util.List<TModel> TModelDetail.getTModel()
          Gets the value of the tModel property.
 java.util.List<TModel> SaveTModel.getTModel()
          Gets the value of the tModel property.
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type TModel
 javax.xml.bind.JAXBElement<TModel> ObjectFactory.createTModel(TModel value)
          Create an instance of JAXBElement<TModel>}
 

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

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

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

Methods in org.apache.ws.scout.util that return TModel
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme classificationScheme)
           
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRConcept(javax.xml.registry.infomodel.Concept concept)
           
 

Methods in org.apache.ws.scout.util with parameters of type TModel
static javax.xml.registry.infomodel.Concept ScoutUddiJaxrHelper.getConcept(TModel tmodel, javax.xml.registry.LifeCycleManager lifeCycleManager)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.