public class EventSourceAdminServiceStub extends org.apache.axis2.client.Stub implements EventSourceAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
EventSourceAdminServiceStub()
Default Constructor
|
EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
EventSourceAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addEventSource(EventSourceDTO eventsource23)
Auto generated method signature
|
EventSourceDTO |
getEventSource(String eventSourceName19)
Auto generated method signature
|
EventSourceDTO[] |
getEventSources()
Auto generated method signature
|
void |
removeEventSource(String eventsourceName17)
Auto generated method signature
|
void |
saveEventSource(EventSourceDTO eventsource28)
Auto generated method signature
|
void |
startgetEventSource(String eventSourceName19,
EventSourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEventSources(EventSourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventSourceAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventSourceAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void removeEventSource(String eventsourceName17) throws RemoteException
removeEventSource
in interface EventSourceAdminService
RemoteException
public EventSourceDTO getEventSource(String eventSourceName19) throws RemoteException
getEventSource
in interface EventSourceAdminService
getEventSource18
- RemoteException
EventSourceAdminService.getEventSource(java.lang.String)
public void startgetEventSource(String eventSourceName19, EventSourceAdminServiceCallbackHandler callback) throws RemoteException
startgetEventSource
in interface EventSourceAdminService
getEventSource18
- RemoteException
EventSourceAdminService.startgetEventSource(java.lang.String, org.wso2.carbon.mediator.event.stub.service.EventSourceAdminServiceCallbackHandler)
public void addEventSource(EventSourceDTO eventsource23) throws RemoteException
addEventSource
in interface EventSourceAdminService
RemoteException
public EventSourceDTO[] getEventSources() throws RemoteException
getEventSources
in interface EventSourceAdminService
RemoteException
EventSourceAdminService.getEventSources()
public void startgetEventSources(EventSourceAdminServiceCallbackHandler callback) throws RemoteException
startgetEventSources
in interface EventSourceAdminService
RemoteException
EventSourceAdminService.startgetEventSources(org.wso2.carbon.mediator.event.stub.service.EventSourceAdminServiceCallbackHandler)
public void saveEventSource(EventSourceDTO eventsource28) throws RemoteException
saveEventSource
in interface EventSourceAdminService
RemoteException
Copyright © 2019 WSO2. All rights reserved.