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 GetStatusResponse
getStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47)
Auto generated method signatureGetSubscriptionsResponse
getSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54)
Auto generated method signatureRenewResponse
renewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61)
Auto generated method signaturevoid
startgetStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startrenewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startunsubscribe(org.apache.axiom.om.OMElement[] extraElement76, EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsSubscribeResponse
subscribe(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.AxisFault
Constructor 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.AxisFault
Constructor 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.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
EventBrokerServiceStub
public EventBrokerServiceStub() throws org.apache.axis2.AxisFault
Default 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:
getStatusOp
in 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:
startgetStatusOp
in 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:
getSubscriptions
in 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 RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSubscriptions
in 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:
renewOp
in 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:
startrenewOp
in 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:
subscribe
in 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:
startsubscribe
in 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 RemoteException
Auto generated method signature- Specified by:
unsubscribe
in 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 RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startunsubscribe
in interfaceEventBrokerService
- Parameters:
unsubscribe75
-- Throws:
RemoteException
- See Also:
EventBrokerService.startunsubscribe(org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
-
-