Uses of Class
org.uddi.api_v3.Description

Packages that use Description
org.apache.juddi.mapping   
org.apache.juddi.v3.client.i18n   
org.apache.juddi.v3.tck   
org.uddi.api_v3   
 

Uses of Description in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type Description
static void MappingModelToApi.mapBindingDescriptions(List<BindingDescr> modelDescList, List<Description> apiDescList)
           
static void MappingApiToModel.mapBindingDescriptions(List<Description> apiDescList, List<BindingDescr> modelDescList, BindingTemplate modelBindingTemplate)
           
static void MappingModelToApi.mapBusinessDescriptions(List<BusinessDescr> modelDescList, List<Description> apiDescList)
           
static void MappingApiToModel.mapBusinessDescriptions(List<Description> apiDescList, List<BusinessDescr> modelDescList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapContactDescriptions(List<ContactDescr> modelDescList, List<Description> apiDescList)
           
static void MappingApiToModel.mapContactDescriptions(List<Description> apiDescList, List<ContactDescr> modelDescList, Contact modelContact, String businessKey)
           
static void MappingApiToModel.mapServiceDescriptions(List<Description> apiDescList, List<ServiceDescr> modelDescList, BusinessService modelBusinessService)
           
static void MappingModelToApi.mapServiceDescriptions(List<ServiceDescr> modelDescList, List<Description> apiDescList)
           
static void MappingApiToModel.mapTModelDescriptions(List<Description> apiDescList, List<TmodelDescr> modelDescList, Tmodel modelTModel)
           
static void MappingModelToApi.mapTModelDescriptions(List<TmodelDescr> modelDescList, List<Description> apiDescList)
           
static void MappingApiToModel.mapTModelInstanceInfoDescriptions(List<Description> apiDescList, List<TmodelInstanceInfoDescr> modelDescList, TmodelInstanceInfo modelTModelInstInfo)
           
static void MappingModelToApi.mapTModelInstanceInfoDescriptions(List<TmodelInstanceInfoDescr> modelDescList, List<Description> apiDescList)
           
 

Uses of Description in org.apache.juddi.v3.client.i18n
 

Methods in org.apache.juddi.v3.client.i18n that return Description
static Description EntityForLang.getDescription(List<Description> entityList, String lang)
           
 

Method parameters in org.apache.juddi.v3.client.i18n with type arguments of type Description
static Description EntityForLang.getDescription(List<Description> entityList, String lang)
           
 

Uses of Description in org.apache.juddi.v3.tck
 

Method parameters in org.apache.juddi.v3.tck with type arguments of type Description
static void TckValidator.checkDescriptions(List<Description> descriptions1, List<Description> descriptions2)
           
static void TckValidator.checkDescriptions(List<Description> descriptions1, List<Description> descriptions2)
           
 

Uses of Description in org.uddi.api_v3
 

Fields in org.uddi.api_v3 with type parameters of type Description
protected  List<Description> TModelInstanceInfo.description
           
protected  List<Description> TModelInfo.description
           
protected  List<Description> TModel.description
           
protected  List<Description> RelatedBusinessInfo.description
           
protected  List<Description> OverviewDoc.description
           
protected  List<Description> InstanceDetails.description
           
protected  List<Description> Contact.description
           
protected  List<Description> BusinessService.description
           
protected  List<Description> BusinessInfo.description
           
protected  List<Description> BusinessEntity.description
           
protected  List<Description> BindingTemplate.description
           
 

Methods in org.uddi.api_v3 that return Description
 Description ObjectFactory.createDescription()
          Create an instance of Description
 

Methods in org.uddi.api_v3 that return types with arguments of type Description
 javax.xml.bind.JAXBElement<Description> ObjectFactory.createDescription(Description value)
          Create an instance of JAXBElement<Description>}
 List<Description> TModelInstanceInfo.getDescription()
          Gets the value of the description property.
 List<Description> TModelInfo.getDescription()
          Gets the value of the description property.
 List<Description> TModel.getDescription()
          Gets the value of the description property.
 List<Description> RelatedBusinessInfo.getDescription()
          Gets the value of the description property.
 List<Description> OverviewDoc.getDescription()
          Gets the rest of the content model.
 List<Description> InstanceDetails.getDescription()
           
 List<Description> Contact.getDescription()
          Gets the value of the description property.
 List<Description> BusinessService.getDescription()
          Gets the value of the description property.
 List<Description> BusinessInfo.getDescription()
          Gets the value of the description property.
 List<Description> BusinessEntity.getDescription()
          Gets the value of the description property.
 List<Description> BindingTemplate.getDescription()
          Gets the value of the description property.
 

Methods in org.uddi.api_v3 with parameters of type Description
 javax.xml.bind.JAXBElement<Description> ObjectFactory.createDescription(Description value)
          Create an instance of JAXBElement<Description>}
 



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