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 subscriptionDetails46,
org.apache.axiom.om.OMElement[] extraElement47)
Auto generated method signature
|
GetSubscriptionsResponse |
getSubscriptions(int maxResultCount52,
String resultFilter53,
int firstIndex54)
Auto generated method signature
|
RenewResponse |
renewOp(ExpirationType expires60,
org.apache.axiom.om.OMElement[] extraElement61)
Auto generated method signature
|
void |
startgetStatusOp(SubscriptionDetails subscriptionDetails46,
org.apache.axiom.om.OMElement[] extraElement47,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(int maxResultCount52,
String resultFilter53,
int firstIndex54,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrenewOp(ExpirationType expires60,
org.apache.axiom.om.OMElement[] extraElement61,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsubscribe(EndpointReferenceType endTo66,
DeliveryType delivery67,
ExpirationType expires68,
FilterType filter69,
org.apache.axiom.om.OMElement[] extraElement70,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startunsubscribe(org.apache.axiom.om.OMElement[] extraElement76,
EventBrokerServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
SubscribeResponse |
subscribe(EndpointReferenceType endTo66,
DeliveryType delivery67,
ExpirationType expires68,
FilterType filter69,
org.apache.axiom.om.OMElement[] extraElement70)
Auto generated method signature
|
org.apache.axiom.om.OMElement[] |
unsubscribe(org.apache.axiom.om.OMElement[] extraElement76)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventBrokerServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventBrokerServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventBrokerServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public GetStatusResponse getStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47) throws RemoteException
getStatusOp
in interface EventBrokerService
getStatus45
- RemoteException
EventBrokerService.getStatusOp(org.wso2.carbon.event.client.stub.generated.SubscriptionDetails, org.apache.axiom.om.OMElement[])
public void startgetStatusOp(SubscriptionDetails subscriptionDetails46, org.apache.axiom.om.OMElement[] extraElement47, EventBrokerServiceCallbackHandler callback) throws RemoteException
startgetStatusOp
in interface EventBrokerService
getStatus45
- RemoteException
EventBrokerService.startgetStatusOp(org.wso2.carbon.event.client.stub.generated.SubscriptionDetails, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
public GetSubscriptionsResponse getSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54) throws RemoteException
getSubscriptions
in interface EventBrokerService
getSubscriptions51
- RemoteException
EventBrokerService.getSubscriptions(int, java.lang.String, int)
public void startgetSubscriptions(int maxResultCount52, String resultFilter53, int firstIndex54, EventBrokerServiceCallbackHandler callback) throws RemoteException
startgetSubscriptions
in interface EventBrokerService
getSubscriptions51
- RemoteException
EventBrokerService.startgetSubscriptions(int, java.lang.String, int, org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
public RenewResponse renewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61) throws RemoteException
renewOp
in interface EventBrokerService
renew59
- RemoteException
EventBrokerService.renewOp(org.wso2.carbon.event.client.stub.generated.ExpirationType, org.apache.axiom.om.OMElement[])
public void startrenewOp(ExpirationType expires60, org.apache.axiom.om.OMElement[] extraElement61, EventBrokerServiceCallbackHandler callback) throws RemoteException
startrenewOp
in interface EventBrokerService
renew59
- RemoteException
EventBrokerService.startrenewOp(org.wso2.carbon.event.client.stub.generated.ExpirationType, org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
public SubscribeResponse subscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70) throws RemoteException
subscribe
in interface EventBrokerService
subscribe65
- RemoteException
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[])
public void startsubscribe(EndpointReferenceType endTo66, DeliveryType delivery67, ExpirationType expires68, FilterType filter69, org.apache.axiom.om.OMElement[] extraElement70, EventBrokerServiceCallbackHandler callback) throws RemoteException
startsubscribe
in interface EventBrokerService
subscribe65
- RemoteException
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)
public org.apache.axiom.om.OMElement[] unsubscribe(org.apache.axiom.om.OMElement[] extraElement76) throws RemoteException
unsubscribe
in interface EventBrokerService
unsubscribe75
- RemoteException
EventBrokerService.unsubscribe(org.apache.axiom.om.OMElement[])
public void startunsubscribe(org.apache.axiom.om.OMElement[] extraElement76, EventBrokerServiceCallbackHandler callback) throws RemoteException
startunsubscribe
in interface EventBrokerService
unsubscribe75
- RemoteException
EventBrokerService.startunsubscribe(org.apache.axiom.om.OMElement[], org.wso2.carbon.event.client.stub.generated.EventBrokerServiceCallbackHandler)
Copyright © 2021 WSO2. All rights reserved.