Class EventBrokerServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.event.client.stub.generated.EventBrokerServiceStub
-
- All Implemented Interfaces:
EventBrokerService
public class EventBrokerServiceStub extends org.apache.axis2.client.Stub implements EventBrokerService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description EventBrokerServiceStub()Default ConstructorEventBrokerServiceStub(String targetEndpoint)Constructor taking the target endpointEventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorEventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextEventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetStatusResponsegetStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47)Auto generated method signatureGetSubscriptionsResponsegetSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54)Auto generated method signatureRenewResponserenewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61)Auto generated method signaturevoidstartgetStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartrenewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous Invocationsvoidstartsubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous Invocationsvoidstartunsubscribe(org.apache.axiom.om.OMElement[] extraElement76, EventBrokerServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsSubscribeResponsesubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70)Auto generated method signatureorg.apache.axiom.om.OMElement[]unsubscribe(org.apache.axiom.om.OMElement[] extraElement76)Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
EventBrokerServiceStub
public EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
EventBrokerServiceStub
public EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
EventBrokerServiceStub
public EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
EventBrokerServiceStub
public EventBrokerServiceStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
EventBrokerServiceStub
public EventBrokerServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
getStatusOp
public GetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47) throws RemoteException
Auto generated method signature- Specified by:
getStatusOpin interfaceEventBrokerService- Parameters:
getStatus45-- Throws:
RemoteException- See Also:
EventBrokerService.getStatusOp(org.wso2.carbon.event.client.stub.generated.SubscriptionDetails, org.apache.axiom.om.OMElement[])
-
startgetStatusOp
public void startgetStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47, EventBrokerServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetStatusOpin interfaceEventBrokerService- Parameters:
getStatus45-- Throws:
RemoteException- See Also:
EventBrokerService.startgetStatusOp(org.wso2.carbon.event.client.stub.generated.SubscriptionDetails, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
-
getSubscriptions
public GetSubscriptionsResponse getSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54) throws RemoteException
Auto generated method signature- Specified by:
getSubscriptionsin interfaceEventBrokerService- Parameters:
getSubscriptions51-- Throws:
RemoteException- See Also:
EventBrokerService.getSubscriptions(int, java.lang.String, int)
-
startgetSubscriptions
public void startgetSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54, EventBrokerServiceCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Specified by:
startgetSubscriptionsin interfaceEventBrokerService- Parameters:
getSubscriptions51-- Throws:
RemoteException- See Also:
EventBrokerService.startgetSubscriptions(int, java.lang.String, int, org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
-
renewOp
public RenewResponse renewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61) throws RemoteException
Auto generated method signature- Specified by:
renewOpin interfaceEventBrokerService- Parameters:
renew59-- Throws:
RemoteException- See Also:
EventBrokerService.renewOp(org.wso2.carbon.event.client.stub.generated.ExpirationType, org.apache.axiom.om.OMElement[])
-
startrenewOp
public void startrenewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61, EventBrokerServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startrenewOpin interfaceEventBrokerService- Parameters:
renew59-- Throws:
RemoteException- See Also:
EventBrokerService.startrenewOp(org.wso2.carbon.event.client.stub.generated.ExpirationType, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
-
subscribe
public SubscribeResponse subscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70) throws RemoteException
Auto generated method signature- Specified by:
subscribein interfaceEventBrokerService- Parameters:
subscribe65-- Throws:
RemoteException- See Also:
EventBrokerService.subscribe(org.wso2.carbon.event.client.stub.generated.addressing.EndpointReferenceType, org.wso2.carbon.event.client.stub.generated.DeliveryType, org.wso2.carbon.event.client.stub.generated.ExpirationType, org.wso2.carbon.event.client.stub.generated.FilterType, org.apache.axiom.om.OMElement[])
-
startsubscribe
public void startsubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70, EventBrokerServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startsubscribein interfaceEventBrokerService- Parameters:
subscribe65-- Throws:
RemoteException- See Also:
EventBrokerService.startsubscribe(org.wso2.carbon.event.client.stub.generated.addressing.EndpointReferenceType, org.wso2.carbon.event.client.stub.generated.DeliveryType, org.wso2.carbon.event.client.stub.generated.ExpirationType, org.wso2.carbon.event.client.stub.generated.FilterType, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
-
unsubscribe
public org.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement76) throws RemoteExceptionAuto generated method signature- Specified by:
unsubscribein interfaceEventBrokerService- Parameters:
unsubscribe75-- Throws:
RemoteException- See Also:
EventBrokerService.unsubscribe(org.apache.axiom.om.OMElement[])
-
startunsubscribe
public void startunsubscribe(org.apache.axiom.om.OMElement[] extraElement76, EventBrokerServiceCallbackHandler callback) throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Specified by:
startunsubscribein interfaceEventBrokerService- Parameters:
unsubscribe75-- Throws:
RemoteException- See Also:
EventBrokerService.startunsubscribe(org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
-
-