public interface EventBrokerService
| Modifier and Type | Method and Description |
|---|---|
GetStatusResponse |
getStatusOp(SubscriptionDetails subscriptionDetails12,
org.apache.axiom.om.OMElement[] extraElement13)
Auto generated method signature
|
GetSubscriptionsResponse |
getSubscriptions(int maxResultCount18,
String resultFilter19,
int firstIndex20)
Auto generated method signature
|
RenewResponse |
renewOp(ExpirationType expires26,
org.apache.axiom.om.OMElement[] extraElement27)
Auto generated method signature
|
void |
startgetStatusOp(SubscriptionDetails subscriptionDetails12,
org.apache.axiom.om.OMElement[] extraElement13,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(int maxResultCount18,
String resultFilter19,
int firstIndex20,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenewOp(ExpirationType expires26,
org.apache.axiom.om.OMElement[] extraElement27,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsubscribe(EndpointReferenceType endTo32,
DeliveryType delivery33,
ExpirationType expires34,
FilterType filter35,
org.apache.axiom.om.OMElement[] extraElement36,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startunsubscribe(org.apache.axiom.om.OMElement[] extraElement42,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
SubscribeResponse |
subscribe(EndpointReferenceType endTo32,
DeliveryType delivery33,
ExpirationType expires34,
FilterType filter35,
org.apache.axiom.om.OMElement[] extraElement36)
Auto generated method signature
|
org.apache.axiom.om.OMElement[] |
unsubscribe(org.apache.axiom.om.OMElement[] extraElement42)
Auto generated method signature
|
GetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13) throws RemoteException
getStatus11 - RemoteExceptionvoid startgetStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback) throws RemoteException
getStatus11 - RemoteExceptionGetSubscriptionsResponse getSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20) throws RemoteException
getSubscriptions17 - RemoteExceptionvoid startgetSubscriptions(int maxResultCount18,
String resultFilter19,
int firstIndex20,
EventBrokerServiceCallbackHandler callback)
throws RemoteException
getSubscriptions17 - RemoteExceptionRenewResponse renewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27) throws RemoteException
renew25 - RemoteExceptionvoid startrenewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27, EventBrokerServiceCallbackHandler callback) throws RemoteException
renew25 - RemoteExceptionSubscribeResponse subscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36) throws RemoteException
subscribe31 - RemoteExceptionvoid startsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback) throws RemoteException
subscribe31 - RemoteExceptionorg.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement42)
throws RemoteException
unsubscribe41 - RemoteExceptionvoid startunsubscribe(org.apache.axiom.om.OMElement[] extraElement42,
EventBrokerServiceCallbackHandler callback)
throws RemoteException
unsubscribe41 - RemoteExceptionCopyright © 2022 WSO2. All rights reserved.