Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.query |
JPA Queries for all UDDI functions
|
org.apache.juddi.v3.annotations |
Java annotation wrappers to automate UDDI registration
|
org.apache.juddi.v3.tck | |
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.apache.juddi.webconsole.hub.builders |
Parsers and helper functions
|
org.uddi.api_v3 |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.CatBagToString(CategoryBag categoryBag,
String locale)
Converts category bags of tmodels to a readable string
|
Modifier and Type | Method and Description |
---|---|
static CategoryBag |
MappingModelToApi.mapCategoryBag(CategoryBag modelCategoryBag,
CategoryBag apiCategoryBag) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapCategoryBag(CategoryBag apiCategoryBag,
CategoryBag modelCategoryBag) |
static CategoryBag |
MappingModelToApi.mapCategoryBag(CategoryBag modelCategoryBag,
CategoryBag apiCategoryBag) |
Modifier and Type | Method and Description |
---|---|
static List<Object> |
FindBusinessByCategoryGroupQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn) |
static List<Object> |
FindBusinessByCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn) |
static List<Object> |
FindBusinessByCombinedCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn) |
static List<Object> |
FindTModelByCategoryGroupQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn) |
static List<Object> |
FindTModelByCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn) |
List<Object> |
FindEntityByCategoryGroupQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
List<Object> |
FindEntityByCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
List<Object> |
FindEntityByCombinedCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
List<Object> keysIn,
DynamicQuery.Parameter... restrictions) |
static List<Object> |
FindBindingByCategoryGroupQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
String parentKey,
List<Object> keysIn) |
static List<Object> |
FindBindingByCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
String parentKey,
List<Object> keysIn) |
static List<Object> |
FindServiceByCategoryGroupQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
String parentKey,
List<Object> keysIn) |
static List<Object> |
FindServiceByCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
String parentKey,
List<Object> keysIn) |
static List<Object> |
FindServiceByCombinedCategoryQuery.select(javax.persistence.EntityManager em,
FindQualifiers fq,
CategoryBag categoryBag,
String parentKey,
List<Object> keysIn) |
Modifier and Type | Method and Description |
---|---|
protected CategoryBag |
AnnotationProcessor.parseCategoryBag(String categoryBagStr)
parse something like: [keyName=uddi-org:types:wsdl,keyValue=wsdlDeployment,tModelKey=uddi:uddi.org:categorization:types]
|
Modifier and Type | Method and Description |
---|---|
static String |
TckCommon.CatBagToString(CategoryBag categoryBag)
Converts category bags of tmodels to a readable string
|
static void |
TckValidator.checkCategories(CategoryBag cbag1,
CategoryBag cbag2) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateCategoryBag(CategoryBag categories) |
void |
ValidatePublish.validateCategoryBag(CategoryBag categories,
org.apache.commons.configuration.Configuration config,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
static CategoryBag |
Builders.BuildCatBag(Map map,
String prefix,
String locale)
builds a compelte category bag
|
Modifier and Type | Method and Description |
---|---|
static String |
Printers.CatBagToString(CategoryBag categoryBag,
String locale)
Converts category bags of tmodels to a readable string used from hub
|
Modifier and Type | Field and Description |
---|---|
protected CategoryBag |
BindingTemplate.categoryBag |
protected CategoryBag |
BusinessEntity.categoryBag |
protected CategoryBag |
BusinessService.categoryBag |
protected CategoryBag |
FindBinding.categoryBag |
protected CategoryBag |
FindBusiness.categoryBag |
protected CategoryBag |
FindService.categoryBag |
protected CategoryBag |
FindTModel.categoryBag |
protected CategoryBag |
TModel.categoryBag |
Modifier and Type | Method and Description |
---|---|
CategoryBag |
ObjectFactory.createCategoryBag()
Create an instance of
CategoryBag |
CategoryBag |
BindingTemplate.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
BusinessEntity.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
BusinessService.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindBinding.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindBusiness.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindService.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindTModel.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
TModel.getCategoryBag()
Gets the value of the categoryBag property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<CategoryBag> |
ObjectFactory.createCategoryBag(CategoryBag value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<CategoryBag> |
ObjectFactory.createCategoryBag(CategoryBag value)
|
void |
BindingTemplate.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
BusinessEntity.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
BusinessService.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindBinding.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindBusiness.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindService.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindTModel.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
TModel.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.