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
- RemoteException
void startgetStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback) throws RemoteException
getStatus11
- RemoteException
GetSubscriptionsResponse getSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20) throws RemoteException
getSubscriptions17
- RemoteException
void startgetSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20, EventBrokerServiceCallbackHandler callback) throws RemoteException
getSubscriptions17
- RemoteException
RenewResponse renewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27) throws RemoteException
renew25
- RemoteException
void startrenewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27, EventBrokerServiceCallbackHandler callback) throws RemoteException
renew25
- RemoteException
SubscribeResponse subscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36) throws RemoteException
subscribe31
- RemoteException
void startsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback) throws RemoteException
subscribe31
- RemoteException
org.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement42) throws RemoteException
unsubscribe41
- RemoteException
void startunsubscribe(org.apache.axiom.om.OMElement[] extraElement42, EventBrokerServiceCallbackHandler callback) throws RemoteException
unsubscribe41
- RemoteException
Copyright © 2017 WSO2. All rights reserved.