|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryBag | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl | |
org.apache.ws.scout.util |
Uses of CategoryBag in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry with parameters of type CategoryBag | |
---|---|
BindingDetail |
IRegistry.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered businessService. |
BindingDetail |
RegistryImpl.findBinding(String serviceKey,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific bindings within a registered businessService. |
BusinessList |
IRegistry.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 |
RegistryImpl.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 |
IRegistry.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered businessEntity. |
ServiceList |
RegistryImpl.findService(String businessKey,
Name[] nameArray,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate specific services within a registered businessEntity. |
TModelList |
IRegistry.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures. |
TModelList |
RegistryImpl.findTModel(String name,
CategoryBag categoryBag,
IdentifierBag identifierBag,
FindQualifiers findQualifiers,
int maxRows)
"Used to locate one or more tModel information structures. |
Uses of CategoryBag in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return CategoryBag | |
---|---|
CategoryBag |
BusinessService.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
CategoryBagDocument.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
FindTModel.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
BusinessEntity.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
TModel.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
FindService.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
FindBusiness.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
BusinessService.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
CategoryBagDocument.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
FindTModel.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
BusinessEntity.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
TModel.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
FindService.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
FindBusiness.getCategoryBag()
Gets the "categoryBag" element |
static CategoryBag |
CategoryBag.Factory.newInstance()
|
static CategoryBag |
CategoryBag.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(File file)
|
static CategoryBag |
CategoryBag.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(InputStream is)
|
static CategoryBag |
CategoryBag.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(Node node)
|
static CategoryBag |
CategoryBag.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(Reader r)
|
static CategoryBag |
CategoryBag.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(String xmlAsString)
|
static CategoryBag |
CategoryBag.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(URL u)
|
static CategoryBag |
CategoryBag.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static CategoryBag |
CategoryBag.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static CategoryBag |
CategoryBag.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static CategoryBag |
CategoryBag.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static CategoryBag |
CategoryBag.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type CategoryBag | |
---|---|
void |
BusinessService.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
CategoryBagDocument.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
FindTModel.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
BusinessEntity.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
TModel.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
FindService.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
FindBusiness.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
Uses of CategoryBag in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement CategoryBag | |
---|---|
class |
CategoryBagImpl
An XML categoryBag(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return CategoryBag | |
---|---|
CategoryBag |
FindServiceImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
FindTModelImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
BusinessEntityImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
TModelImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
BusinessServiceImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
CategoryBagDocumentImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
FindBusinessImpl.addNewCategoryBag()
Appends and returns a new empty "categoryBag" element |
CategoryBag |
FindServiceImpl.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
FindTModelImpl.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
BusinessEntityImpl.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
TModelImpl.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
BusinessServiceImpl.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
CategoryBagDocumentImpl.getCategoryBag()
Gets the "categoryBag" element |
CategoryBag |
FindBusinessImpl.getCategoryBag()
Gets the "categoryBag" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type CategoryBag | |
---|---|
void |
FindServiceImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
FindTModelImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
BusinessEntityImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
TModelImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
BusinessServiceImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
CategoryBagDocumentImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
void |
FindBusinessImpl.setCategoryBag(CategoryBag categoryBag)
Sets the "categoryBag" element |
Uses of CategoryBag in org.apache.ws.scout.util |
---|
Methods in org.apache.ws.scout.util that return CategoryBag | |
---|---|
static CategoryBag |
ScoutJaxrUddiHelper.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. |
Methods in org.apache.ws.scout.util with parameters of type CategoryBag | |
---|---|
static Collection |
ScoutUddiJaxrHelper.getClassifications(CategoryBag cbag,
LifeCycleManager lcm)
Classifications - going to assume all are external since UDDI does not use "Concepts". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |