public interface EventBrokerService
| Modifier and Type | Method and Description |
|---|---|
GetStatusResponse |
getStatusOp(SubscriptionDetails subscriptionDetails40,
org.apache.axiom.om.OMElement[] extraElement41)
Auto generated method signature
|
GetSubscriptionsResponse |
getSubscriptions(int maxResultCount32,
String resultFilter33,
int firstIndex34)
Auto generated method signature
|
RenewResponse |
renewOp(ExpirationType expires12,
org.apache.axiom.om.OMElement[] extraElement13)
Auto generated method signature
|
void |
startgetStatusOp(SubscriptionDetails subscriptionDetails40,
org.apache.axiom.om.OMElement[] extraElement41,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(int maxResultCount32,
String resultFilter33,
int firstIndex34,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenewOp(ExpirationType expires12,
org.apache.axiom.om.OMElement[] extraElement13,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsubscribe(EndpointReferenceType endTo22,
DeliveryType delivery23,
ExpirationType expires24,
FilterType filter25,
org.apache.axiom.om.OMElement[] extraElement26,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startunsubscribe(org.apache.axiom.om.OMElement[] extraElement18,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
SubscribeResponse |
subscribe(EndpointReferenceType endTo22,
DeliveryType delivery23,
ExpirationType expires24,
FilterType filter25,
org.apache.axiom.om.OMElement[] extraElement26)
Auto generated method signature
|
org.apache.axiom.om.OMElement[] |
unsubscribe(org.apache.axiom.om.OMElement[] extraElement18)
Auto generated method signature
|
RenewResponse renewOp(ExpirationType expires12, org.apache.axiom.om.OMElement[] extraElement13) throws RemoteException
renew11 - RemoteExceptionvoid startrenewOp(ExpirationType expires12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback) throws RemoteException
renew11 - RemoteExceptionorg.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement18)
throws RemoteException
unsubscribe17 - RemoteExceptionvoid startunsubscribe(org.apache.axiom.om.OMElement[] extraElement18,
EventBrokerServiceCallbackHandler callback)
throws RemoteException
unsubscribe17 - RemoteExceptionSubscribeResponse subscribe(EndpointReferenceType endTo22, DeliveryType delivery23, ExpirationType expires24, FilterType filter25, org.apache.axiom.om.OMElement[] extraElement26) throws RemoteException
subscribe21 - RemoteExceptionvoid startsubscribe(EndpointReferenceType endTo22, DeliveryType delivery23, ExpirationType expires24, FilterType filter25, org.apache.axiom.om.OMElement[] extraElement26, EventBrokerServiceCallbackHandler callback) throws RemoteException
subscribe21 - RemoteExceptionGetSubscriptionsResponse getSubscriptions(int maxResultCount32, String resultFilter33, int firstIndex34) throws RemoteException
getSubscriptions31 - RemoteExceptionvoid startgetSubscriptions(int maxResultCount32,
String resultFilter33,
int firstIndex34,
EventBrokerServiceCallbackHandler callback)
throws RemoteException
getSubscriptions31 - RemoteExceptionGetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails40, org.apache.axiom.om.OMElement[] extraElement41) throws RemoteException
getStatus39 - RemoteExceptionvoid startgetStatusOp(SubscriptionDetails subscriptionDetails40, org.apache.axiom.om.OMElement[] extraElement41, EventBrokerServiceCallbackHandler callback) throws RemoteException
getStatus39 - RemoteExceptionCopyright © 2017 WSO2. All rights reserved.