Interface EventBrokerService
- All Known Implementing Classes:
EventBrokerServiceStub
public interface EventBrokerService
-
Method Summary
Modifier and TypeMethodDescriptiongetStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13) Auto generated method signaturegetSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20) Auto generated method signaturerenewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27) Auto generated method signaturevoidstartgetStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartgetSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20, EventBrokerServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartrenewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27, EventBrokerServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocationsvoidstartsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocationsvoidstartunsubscribe(org.apache.axiom.om.OMElement[] extraElement42, EventBrokerServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocationssubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36) Auto generated method signatureorg.apache.axiom.om.OMElement[]unsubscribe(org.apache.axiom.om.OMElement[] extraElement42) Auto generated method signature
-
Method Details
-
getStatusOp
GetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13) throws RemoteException Auto generated method signature- Parameters:
getStatus11-- Throws:
RemoteException
-
startgetStatusOp
void startgetStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getStatus11-- Throws:
RemoteException
-
getSubscriptions
GetSubscriptionsResponse getSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20) throws RemoteException Auto generated method signature- Parameters:
getSubscriptions17-- Throws:
RemoteException
-
startgetSubscriptions
void startgetSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20, EventBrokerServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getSubscriptions17-- Throws:
RemoteException
-
renewOp
RenewResponse renewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27) throws RemoteException Auto generated method signature- Parameters:
renew25-- Throws:
RemoteException
-
startrenewOp
void startrenewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27, EventBrokerServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
renew25-- Throws:
RemoteException
-
subscribe
SubscribeResponse subscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36) throws RemoteException Auto generated method signature- Parameters:
subscribe31-- Throws:
RemoteException
-
startsubscribe
void startsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
subscribe31-- Throws:
RemoteException
-
unsubscribe
org.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement42) throws RemoteException Auto generated method signature- Parameters:
unsubscribe41-- Throws:
RemoteException
-
startunsubscribe
void startunsubscribe(org.apache.axiom.om.OMElement[] extraElement42, EventBrokerServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
unsubscribe41-- Throws:
RemoteException
-