Package org.wso2.carbon.event.ui
Class EventingAdminClient
- java.lang.Object
-
- org.wso2.carbon.event.ui.EventingAdminClient
-
@Deprecated public class EventingAdminClient extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EventingAdminClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String[]
getExpiredSubscriptions(String serviceName)
Deprecated.org.wso2.carbon.event.stub.service.dto.SubscriptionDTO
getSubscriptionDetails(String serviceName, String subscriptionId)
Deprecated.String[]
getValidSubscriptions(String serviceName)
Deprecated.
-
-
-
Method Detail
-
getValidSubscriptions
public String[] getValidSubscriptions(String serviceName) throws org.apache.axis2.AxisFault
Deprecated.- Parameters:
serviceName
-- Returns:
- Throws:
org.apache.axis2.AxisFault
-
getExpiredSubscriptions
public String[] getExpiredSubscriptions(String serviceName) throws org.apache.axis2.AxisFault
Deprecated.- Parameters:
serviceName
-- Returns:
- Throws:
org.apache.axis2.AxisFault
-
-