|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.request.FindContext
"Used to locate specific attribute within a registered businessService. Returns a attributeDetail message."
| Field Summary | |
(package private) AuthInfo |
authInfo
|
(package private) java.lang.String |
contextKey
|
(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.lang.String |
serviceKey
|
(package private) java.lang.String |
sessionKey
|
| Constructor Summary | |
FindContext()
|
|
FindContext(java.lang.String serviceKey)
Construct a new find_binding request. |
|
| Method Summary | |
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. |
AuthInfo |
getAuthInfo()
|
java.lang.String |
getContextKey()
Returns the servicekey of this find_binding request. |
org.apache.juddi.datatype.request.FindQualifiers |
getFindQualifiers()
|
java.lang.String |
getGeneric()
|
Lease |
getLease()
Returns the Lease value |
int |
getMaxRows()
|
java.util.Vector |
getNameVector()
Returns the name argument of the search. |
java.lang.String |
getServiceKey()
Returns the servicekey of this find_binding request. |
java.lang.String |
getSessionKey()
Returns the servicekey of this find_binding request. |
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setContextKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. |
void |
setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setLease(Lease lease)
Sets the Lease 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 |
setServiceKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. |
void |
setSessionKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. |
| 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 contextKey
java.lang.String serviceKey
java.lang.String sessionKey
java.util.Vector nameVector
Lease lease
org.apache.juddi.datatype.request.FindQualifiers findQualifiers
java.lang.String generic
int maxRows
| Constructor Detail |
public FindContext()
public FindContext(java.lang.String serviceKey)
serviceKey - The key of the businessService to search in.
java.lang.NullPointerException - If the given key is null.| Method Detail |
public void setContextKey(java.lang.String key)
key - A reference to the businessService.public java.lang.String getContextKey()
public void setServiceKey(java.lang.String key)
key - A reference to the businessService.public java.lang.String getServiceKey()
public void setSessionKey(java.lang.String key)
key - A reference to the businessService.public java.lang.String getSessionKey()
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void setLease(Lease lease)
public Lease getLease()
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()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||