org.apache.juddi.api_v3
Class DeleteClientSubscriptionInfo
java.lang.Object
org.apache.juddi.api_v3.DeleteClientSubscriptionInfo
- All Implemented Interfaces:
- Serializable
public class DeleteClientSubscriptionInfo
- extends Object
- implements Serializable
Java class for save_subscriptionInfo type. Specific to juddi.
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authInfo
protected String authInfo
subscriptionKey
protected List<String> subscriptionKey
DeleteClientSubscriptionInfo
public DeleteClientSubscriptionInfo()
getAuthInfo
public String getAuthInfo()
setAuthInfo
public void setAuthInfo(String authInfo)
getSubscriptionKey
public List<String> getSubscriptionKey()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.