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
- RemoteException
void startrenewOp(ExpirationType expires12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback) throws RemoteException
renew11
- RemoteException
org.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement18) throws RemoteException
unsubscribe17
- RemoteException
void startunsubscribe(org.apache.axiom.om.OMElement[] extraElement18, EventBrokerServiceCallbackHandler callback) throws RemoteException
unsubscribe17
- RemoteException
SubscribeResponse subscribe(EndpointReferenceType endTo22, DeliveryType delivery23, ExpirationType expires24, FilterType filter25, org.apache.axiom.om.OMElement[] extraElement26) throws RemoteException
subscribe21
- RemoteException
void startsubscribe(EndpointReferenceType endTo22, DeliveryType delivery23, ExpirationType expires24, FilterType filter25, org.apache.axiom.om.OMElement[] extraElement26, EventBrokerServiceCallbackHandler callback) throws RemoteException
subscribe21
- RemoteException
GetSubscriptionsResponse getSubscriptions(int maxResultCount32, String resultFilter33, int firstIndex34) throws RemoteException
getSubscriptions31
- RemoteException
void startgetSubscriptions(int maxResultCount32, String resultFilter33, int firstIndex34, EventBrokerServiceCallbackHandler callback) throws RemoteException
getSubscriptions31
- RemoteException
GetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails40, org.apache.axiom.om.OMElement[] extraElement41) throws RemoteException
getStatus39
- RemoteException
void startgetStatusOp(SubscriptionDetails subscriptionDetails40, org.apache.axiom.om.OMElement[] extraElement41, EventBrokerServiceCallbackHandler callback) throws RemoteException
getStatus39
- RemoteException
Copyright © 2017 WSO2. All rights reserved.