|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Name | |
---|---|
org.apache.ws.scout.registry | |
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of Name in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry with parameters of type Name | |
---|---|
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. |
Uses of Name in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return Name | |
---|---|
Name |
TModelInfo.addNewName()
Appends and returns a new empty "name" element |
Name |
ServiceInfo.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
NameDocument.addNewName()
Appends and returns a new empty "name" element |
Name |
RelatedBusinessInfo.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
BusinessService.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
FindTModel.addNewName()
Appends and returns a new empty "name" element |
Name |
BusinessEntity.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
TModel.addNewName()
Appends and returns a new empty "name" element |
Name |
FindService.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
FindBusiness.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
BusinessInfo.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
TModelInfo.getName()
Gets the "name" element |
Name |
NameDocument.getName()
Gets the "name" element |
Name |
FindTModel.getName()
Gets the "name" element |
Name |
TModel.getName()
Gets the "name" element |
Name[] |
ServiceInfo.getNameArray()
Gets array of all "name" elements |
Name[] |
RelatedBusinessInfo.getNameArray()
Gets array of all "name" elements |
Name[] |
BusinessService.getNameArray()
Gets array of all "name" elements |
Name[] |
BusinessEntity.getNameArray()
Gets array of all "name" elements |
Name[] |
FindService.getNameArray()
Gets array of all "name" elements |
Name[] |
FindBusiness.getNameArray()
Gets array of all "name" elements |
Name[] |
BusinessInfo.getNameArray()
Gets array of all "name" elements |
Name |
ServiceInfo.getNameArray(int i)
Gets ith "name" element |
Name |
RelatedBusinessInfo.getNameArray(int i)
Gets ith "name" element |
Name |
BusinessService.getNameArray(int i)
Gets ith "name" element |
Name |
BusinessEntity.getNameArray(int i)
Gets ith "name" element |
Name |
FindService.getNameArray(int i)
Gets ith "name" element |
Name |
FindBusiness.getNameArray(int i)
Gets ith "name" element |
Name |
BusinessInfo.getNameArray(int i)
Gets ith "name" element |
Name |
ServiceInfo.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
RelatedBusinessInfo.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
BusinessService.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
BusinessEntity.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
FindService.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
FindBusiness.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
BusinessInfo.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
static Name |
Name.Factory.newInstance()
|
static Name |
Name.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(File file)
|
static Name |
Name.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(InputStream is)
|
static Name |
Name.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(Node node)
|
static Name |
Name.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(Reader r)
|
static Name |
Name.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(String xmlAsString)
|
static Name |
Name.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(URL u)
|
static Name |
Name.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Name |
Name.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Name |
Name.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Name |
Name.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Name |
Name.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.ws.scout.uddi with parameters of type Name | |
---|---|
void |
TModelInfo.setName(Name name)
Sets the "name" element |
void |
NameDocument.setName(Name name)
Sets the "name" element |
void |
FindTModel.setName(Name name)
Sets the "name" element |
void |
TModel.setName(Name name)
Sets the "name" element |
void |
ServiceInfo.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
RelatedBusinessInfo.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
BusinessService.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
BusinessEntity.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
FindService.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
FindBusiness.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
BusinessInfo.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
ServiceInfo.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
RelatedBusinessInfo.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
BusinessService.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
BusinessEntity.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
FindService.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
FindBusiness.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
BusinessInfo.setNameArray(Name[] nameArray)
Sets array of all "name" element |
Uses of Name in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement Name | |
---|---|
class |
NameImpl
An XML name(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return Name | |
---|---|
Name |
ServiceInfoImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
BusinessInfoImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
FindServiceImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
FindTModelImpl.addNewName()
Appends and returns a new empty "name" element |
Name |
TModelInfoImpl.addNewName()
Appends and returns a new empty "name" element |
Name |
BusinessEntityImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
TModelImpl.addNewName()
Appends and returns a new empty "name" element |
Name |
RelatedBusinessInfoImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
BusinessServiceImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
NameDocumentImpl.addNewName()
Appends and returns a new empty "name" element |
Name |
FindBusinessImpl.addNewName()
Appends and returns a new empty value (as xml) as the last "name" element |
Name |
FindTModelImpl.getName()
Gets the "name" element |
Name |
TModelInfoImpl.getName()
Gets the "name" element |
Name |
TModelImpl.getName()
Gets the "name" element |
Name |
NameDocumentImpl.getName()
Gets the "name" element |
Name[] |
ServiceInfoImpl.getNameArray()
Gets array of all "name" elements |
Name[] |
BusinessInfoImpl.getNameArray()
Gets array of all "name" elements |
Name[] |
FindServiceImpl.getNameArray()
Gets array of all "name" elements |
Name[] |
BusinessEntityImpl.getNameArray()
Gets array of all "name" elements |
Name[] |
RelatedBusinessInfoImpl.getNameArray()
Gets array of all "name" elements |
Name[] |
BusinessServiceImpl.getNameArray()
Gets array of all "name" elements |
Name[] |
FindBusinessImpl.getNameArray()
Gets array of all "name" elements |
Name |
ServiceInfoImpl.getNameArray(int i)
Gets ith "name" element |
Name |
BusinessInfoImpl.getNameArray(int i)
Gets ith "name" element |
Name |
FindServiceImpl.getNameArray(int i)
Gets ith "name" element |
Name |
BusinessEntityImpl.getNameArray(int i)
Gets ith "name" element |
Name |
RelatedBusinessInfoImpl.getNameArray(int i)
Gets ith "name" element |
Name |
BusinessServiceImpl.getNameArray(int i)
Gets ith "name" element |
Name |
FindBusinessImpl.getNameArray(int i)
Gets ith "name" element |
Name |
ServiceInfoImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
BusinessInfoImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
FindServiceImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
BusinessEntityImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
RelatedBusinessInfoImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
BusinessServiceImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Name |
FindBusinessImpl.insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type Name | |
---|---|
void |
FindTModelImpl.setName(Name name)
Sets the "name" element |
void |
TModelInfoImpl.setName(Name name)
Sets the "name" element |
void |
TModelImpl.setName(Name name)
Sets the "name" element |
void |
NameDocumentImpl.setName(Name name)
Sets the "name" element |
void |
ServiceInfoImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
BusinessInfoImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
FindServiceImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
BusinessEntityImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
RelatedBusinessInfoImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
BusinessServiceImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
FindBusinessImpl.setNameArray(int i,
Name name)
Sets ith "name" element |
void |
ServiceInfoImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
BusinessInfoImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
FindServiceImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
BusinessEntityImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
RelatedBusinessInfoImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
BusinessServiceImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
void |
FindBusinessImpl.setNameArray(Name[] nameArray)
Sets array of all "name" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |