public class EventBrokerServiceStub extends org.apache.axis2.client.Stub implements EventBrokerService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
EventBrokerServiceStub()
Default Constructor
|
EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
EventBrokerServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
GetStatusResponse |
getStatusOp(SubscriptionDetails subscriptionDetails74,
org.apache.axiom.om.OMElement[] extraElement75)
Auto generated method signature
|
GetSubscriptionsResponse |
getSubscriptions(int maxResultCount66,
String resultFilter67,
int firstIndex68)
Auto generated method signature
|
RenewResponse |
renewOp(ExpirationType expires46,
org.apache.axiom.om.OMElement[] extraElement47)
Auto generated method signature
|
void |
startgetStatusOp(SubscriptionDetails subscriptionDetails74,
org.apache.axiom.om.OMElement[] extraElement75,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(int maxResultCount66,
String resultFilter67,
int firstIndex68,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenewOp(ExpirationType expires46,
org.apache.axiom.om.OMElement[] extraElement47,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsubscribe(EndpointReferenceType endTo56,
DeliveryType delivery57,
ExpirationType expires58,
FilterType filter59,
org.apache.axiom.om.OMElement[] extraElement60,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startunsubscribe(org.apache.axiom.om.OMElement[] extraElement52,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
SubscribeResponse |
subscribe(EndpointReferenceType endTo56,
DeliveryType delivery57,
ExpirationType expires58,
FilterType filter59,
org.apache.axiom.om.OMElement[] extraElement60)
Auto generated method signature
|
org.apache.axiom.om.OMElement[] |
unsubscribe(org.apache.axiom.om.OMElement[] extraElement52)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventBrokerServiceStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventBrokerServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic RenewResponse renewOp(ExpirationType expires46, org.apache.axiom.om.OMElement[] extraElement47) throws RemoteException
renewOp in interface EventBrokerServicerenew45 - RemoteExceptionEventBrokerService.renewOp(org.wso2.carbon.event.client.stub.generated.ExpirationType, org.apache.axiom.om.OMElement[])public void startrenewOp(ExpirationType expires46, org.apache.axiom.om.OMElement[] extraElement47, EventBrokerServiceCallbackHandler callback) throws RemoteException
startrenewOp in interface EventBrokerServicerenew45 - RemoteExceptionEventBrokerService.startrenewOp(org.wso2.carbon.event.client.stub.generated.ExpirationType, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)public org.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement52)
throws RemoteException
unsubscribe in interface EventBrokerServiceunsubscribe51 - RemoteExceptionEventBrokerService.unsubscribe(org.apache.axiom.om.OMElement[])public void startunsubscribe(org.apache.axiom.om.OMElement[] extraElement52,
EventBrokerServiceCallbackHandler callback)
throws RemoteException
startunsubscribe in interface EventBrokerServiceunsubscribe51 - RemoteExceptionEventBrokerService.startunsubscribe(org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)public SubscribeResponse subscribe(EndpointReferenceType endTo56, DeliveryType delivery57, ExpirationType expires58, FilterType filter59, org.apache.axiom.om.OMElement[] extraElement60) throws RemoteException
subscribe in interface EventBrokerServicesubscribe55 - RemoteExceptionEventBrokerService.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[])public void startsubscribe(EndpointReferenceType endTo56, DeliveryType delivery57, ExpirationType expires58, FilterType filter59, org.apache.axiom.om.OMElement[] extraElement60, EventBrokerServiceCallbackHandler callback) throws RemoteException
startsubscribe in interface EventBrokerServicesubscribe55 - RemoteExceptionEventBrokerService.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)public GetSubscriptionsResponse getSubscriptions(int maxResultCount66, String resultFilter67, int firstIndex68) throws RemoteException
getSubscriptions in interface EventBrokerServicegetSubscriptions65 - RemoteExceptionEventBrokerService.getSubscriptions(int, java.lang.String, int)public void startgetSubscriptions(int maxResultCount66,
String resultFilter67,
int firstIndex68,
EventBrokerServiceCallbackHandler callback)
throws RemoteException
startgetSubscriptions in interface EventBrokerServicegetSubscriptions65 - RemoteExceptionEventBrokerService.startgetSubscriptions(int, java.lang.String, int, org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)public GetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails74, org.apache.axiom.om.OMElement[] extraElement75) throws RemoteException
getStatusOp in interface EventBrokerServicegetStatus73 - RemoteExceptionEventBrokerService.getStatusOp(org.wso2.carbon.event.client.stub.generated.SubscriptionDetails, org.apache.axiom.om.OMElement[])public void startgetStatusOp(SubscriptionDetails subscriptionDetails74, org.apache.axiom.om.OMElement[] extraElement75, EventBrokerServiceCallbackHandler callback) throws RemoteException
startgetStatusOp in interface EventBrokerServicegetStatus73 - RemoteExceptionEventBrokerService.startgetStatusOp(org.wso2.carbon.event.client.stub.generated.SubscriptionDetails, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)Copyright © 2017 WSO2. All rights reserved.