Package | Description |
---|---|
org.apache.juddi.v3.annotations | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.util | |
org.uddi.api_v3 |
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 |
---|---|
BindingDetail |
RegistryV3Impl.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered businessService.
|
BindingDetail |
IRegistryV3.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered
businessService.
|
BusinessList |
RegistryV3Impl.findBusiness(Name[] nameArray,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Used to locate information about one or more businesses.
|
BusinessList |
IRegistryV3.findBusiness(Name[] nameArray,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
Used to locate information about one or more businesses.
|
ServiceList |
RegistryV3Impl.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered businessEntity.
|
ServiceList |
IRegistryV3.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered
businessEntity.
|
TModelList |
RegistryV3Impl.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures.
|
TModelList |
IRegistryV3.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures.
|
Modifier and Type | Method and Description |
---|---|
static CategoryBag |
ScoutJaxrUddiV3Helper.getCategoryBagFromClassifications(Collection classifications)
According to JAXR Javadoc, there are two types of classification, internal and external and they use the Classification, Concept,
and ClassificationScheme objects.
|
Modifier and Type | Method and Description |
---|---|
static Collection |
ScoutUddiV3JaxrHelper.getClassifications(CategoryBag categoryBag,
LifeCycleManager lifeCycleManager)
Classifications - going to assume all are external since UDDI does not use "Concepts".
|
Modifier and Type | Field and Description |
---|---|
protected CategoryBag |
TModel.categoryBag |
protected CategoryBag |
FindTModel.categoryBag |
protected CategoryBag |
FindService.categoryBag |
protected CategoryBag |
FindBusiness.categoryBag |
protected CategoryBag |
FindBinding.categoryBag |
protected CategoryBag |
BusinessService.categoryBag |
protected CategoryBag |
BusinessEntity.categoryBag |
protected CategoryBag |
BindingTemplate.categoryBag |
Modifier and Type | Method and Description |
---|---|
CategoryBag |
ObjectFactory.createCategoryBag()
Create an instance of
CategoryBag |
CategoryBag |
TModel.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindTModel.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindService.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindBusiness.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
FindBinding.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
BusinessService.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
BusinessEntity.getCategoryBag()
Gets the value of the categoryBag property.
|
CategoryBag |
BindingTemplate.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 |
TModel.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindTModel.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindService.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindBusiness.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
FindBinding.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
BusinessService.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
BusinessEntity.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
void |
BindingTemplate.setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.