Interface EventBrokerService
-
- All Known Implementing Classes:
EventBrokerServiceStub
public interface EventBrokerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStatusResponse
getStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13)
Auto generated method signatureGetSubscriptionsResponse
getSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20)
Auto generated method signatureRenewResponse
renewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27)
Auto generated method signaturevoid
startgetStatusOp(SubscriptionDetails subscriptionDetails12, org.apache.axiom.om.OMElement[] extraElement13, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSubscriptions(int maxResultCount18, String resultFilter19, int firstIndex20, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startrenewOp(ExpirationType expires26, org.apache.axiom.om.OMElement[] extraElement27, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsubscribe(EndpointReferenceType endTo32, DeliveryType delivery33, ExpirationType expires34, FilterType filter35, org.apache.axiom.om.OMElement[] extraElement36, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startunsubscribe(org.apache.axiom.om.OMElement[] extraElement42, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsSubscribeResponse
subscribe(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 Detail
-
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
-
-