|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.request.FindService
"Used to locate specific services within a registered businessEntity. Return a serviceList message." From the XML spec (API, p18) it appears that the name, categoryBag, and tModelBag arguments are mutually exclusive.
| Field Summary | |
(package private) AuthInfo |
authInfo
|
(package private) java.lang.String |
businessKey
|
(package private) org.apache.juddi.datatype.CategoryBag |
categoryBag
|
(package private) AttributeBag |
dynamicContextBag
|
(package private) org.apache.juddi.datatype.request.FindQualifiers |
findQualifiers
|
(package private) java.lang.String |
generic
|
(package private) Lease |
lease
|
(package private) int |
maxRows
|
(package private) java.util.Vector |
nameVector
|
(package private) java.util.Vector |
sessionKeyVector
|
(package private) AttributeBag |
staticContextBag
|
(package private) org.apache.juddi.datatype.TModelBag |
tModelBag
|
| Constructor Summary | |
FindService()
Constructs a new empty find_service request. |
|
FindService(java.lang.String businessKey)
Construct a new find_service request. |
|
| Method Summary | |
void |
addAttribute(Attribute attribute)
Adds a category reference to the categoryBag argument of this search. |
void |
addCategory(org.apache.juddi.datatype.KeyedReference ref)
Adds a category reference to the categoryBag argument of this search. |
void |
addDynamicContext(Attribute dynamicContext)
Adds a category reference to the categoryBag argument of this search. |
void |
addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)
|
void |
addName(org.apache.juddi.datatype.Name nameValue)
Sets the name argument of the search to the given name. |
void |
addSessionKey(SessionKey sessionKey)
Sets the name argument of the search to the given name. |
void |
addTModelKey(java.lang.String key)
Adds a tModel reference to the tModelBag argument of this search. |
AttributeBag |
getAttributeBag()
Returns the CategoryBag value |
AuthInfo |
getAuthInfo()
|
java.lang.String |
getBusinessKey()
Returns the businesskey of this find_service request. |
org.apache.juddi.datatype.CategoryBag |
getCategoryBag()
Returns the CategoryBag value |
AttributeBag |
getDynamicContextBag()
Returns the CategoryBag value |
org.apache.juddi.datatype.request.FindQualifiers |
getFindQualifiers()
|
java.lang.String |
getGeneric()
|
Lease |
getLease()
Returns the CategoryBag value |
int |
getMaxRows()
|
java.util.Vector |
getNameVector()
Returns the name argument of the search. |
java.util.Vector |
getSessionKeyVector()
Returns the name argument of the search. |
org.apache.juddi.datatype.TModelBag |
getTModelBag()
Returns the list of tModel references as an enumeration. |
void |
setAttributeBag(AttributeBag bag)
Sets the CategoryBag value |
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setBusinessKey(java.lang.String key)
Sets the businesskey of this find_service request to the given key. |
void |
setCategoryBag(org.apache.juddi.datatype.CategoryBag bag)
Sets the CategoryBag value |
void |
setDynamicContextBag(AttributeBag bag)
Sets the CategoryBag value |
void |
setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setLease(Lease lease_)
Sets the CategoryBag value |
void |
setMaxRows(int maxRows)
|
void |
setMaxRows(java.lang.String maxRows)
|
void |
setNameVector(java.util.Vector names)
Sets the name argument of the search to the given name. |
void |
setSessionKeyVector(java.util.Vector vec)
Sets the name argument of the search to the given name. |
void |
setTModelBag(org.apache.juddi.datatype.TModelBag bag)
Sets the TModelBag value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
AuthInfo authInfo
java.lang.String generic
java.lang.String businessKey
java.util.Vector nameVector
org.apache.juddi.datatype.CategoryBag categoryBag
AttributeBag staticContextBag
Lease lease
org.apache.juddi.datatype.TModelBag tModelBag
java.util.Vector sessionKeyVector
AttributeBag dynamicContextBag
org.apache.juddi.datatype.request.FindQualifiers findQualifiers
int maxRows
| Constructor Detail |
public FindService()
public FindService(java.lang.String businessKey)
businessKey - The key of the businessEntity to search in.
java.lang.NullPointerException - If the given key is null.| Method Detail |
public void setBusinessKey(java.lang.String key)
key - A reference to the businessEntity.
java.lang.NullPointerException - If the given key is null.public java.lang.String getBusinessKey()
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void addSessionKey(SessionKey sessionKey)
public java.util.Vector getSessionKeyVector()
public void setSessionKeyVector(java.util.Vector vec)
public void addName(org.apache.juddi.datatype.Name nameValue)
nameValue - The name argument of the search.public java.util.Vector getNameVector()
public void setNameVector(java.util.Vector names)
names - The name argument of the search.public void addCategory(org.apache.juddi.datatype.KeyedReference ref)
ref - The category reference to add.public void setCategoryBag(org.apache.juddi.datatype.CategoryBag bag)
bag - The new CategoryBagpublic org.apache.juddi.datatype.CategoryBag getCategoryBag()
public void setLease(Lease lease_)
public Lease getLease()
public void addAttribute(Attribute attribute)
public void setAttributeBag(AttributeBag bag)
bag - The new CategoryBagpublic AttributeBag getAttributeBag()
public void addDynamicContext(Attribute dynamicContext)
public void setDynamicContextBag(AttributeBag bag)
bag - The new CategoryBagpublic AttributeBag getDynamicContextBag()
public void addTModelKey(java.lang.String key)
key - The key of the tModel to add to the tModelBag argument.public void setTModelBag(org.apache.juddi.datatype.TModelBag bag)
bag - the new TModelBag.public org.apache.juddi.datatype.TModelBag getTModelBag()
public int getMaxRows()
public void setMaxRows(int maxRows)
public void setMaxRows(java.lang.String maxRows)
public void addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)
public void setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)
public org.apache.juddi.datatype.request.FindQualifiers getFindQualifiers()
public void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||