org.apache.juddi.datatype.request
Class GetSubscriptions

java.lang.Object
  extended by org.apache.juddi.datatype.request.GetSubscriptions
All Implemented Interfaces:
java.io.Serializable, RegistryObject, Subscribe

public class GetSubscriptions
extends java.lang.Object
implements RegistryObject, Subscribe

Used to register or update complete information about a publisher.

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

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

GetSubscriptions

public GetSubscriptions()
Method Detail

setGeneric

public void setGeneric(java.lang.String genericValue)
Parameters:
genericValue -

getGeneric

public java.lang.String getGeneric()
Returns:
String request's generic value.

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)

getAuthInfo

public AuthInfo getAuthInfo()

getSubscriptionKeyVector

public java.util.Vector getSubscriptionKeyVector()

addSubscriptionKey

public void addSubscriptionKey(SubscriptionKey key)
Add a SubscriptionKey to the collection of SubscriptionKeys

Parameters:
key - The new SubscriptionKey to add

addSubscriptionKey

public void addSubscriptionKey(java.lang.String key)
Add a SubscriptionKey to the collection of SubscriptionKeys

Parameters:
key - The new SubscriptionKey to add to the collection of SubscriptionKeys

setSubscriptionKeyVector

public void setSubscriptionKeyVector(java.util.Vector keys)
Sets the SubscriptionKey Vector

Parameters:
keys - The new collection of SubscriptionKeys


Copyright © 2004-2007. All Rights Reserved.