|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.request.GetSubscriptions
public class GetSubscriptions
Used to register or update complete information about a publisher.
| Constructor Summary | |
|---|---|
GetSubscriptions()
|
|
| Method Summary | |
|---|---|
void |
addSubscriptionKey(java.lang.String key)
Add a SubscriptionKey to the collection of SubscriptionKeys |
void |
addSubscriptionKey(SubscriptionKey key)
Add a SubscriptionKey to the collection of SubscriptionKeys |
AuthInfo |
getAuthInfo()
|
java.lang.String |
getGeneric()
|
java.util.Vector |
getSubscriptionKeyVector()
|
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setSubscriptionKeyVector(java.util.Vector keys)
Sets the SubscriptionKey Vector |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetSubscriptions()
| Method Detail |
|---|
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
public java.util.Vector getSubscriptionKeyVector()
public void addSubscriptionKey(SubscriptionKey key)
key - The new SubscriptionKey to addpublic void addSubscriptionKey(java.lang.String key)
key - The new SubscriptionKey to add to the collection of SubscriptionKeyspublic void setSubscriptionKeyVector(java.util.Vector keys)
keys - The new collection of SubscriptionKeys
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||