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 eventsource28)
Auto generated method signature
|
EventSourceDTO |
getEventSource(String eventSourceName24)
Auto generated method signature
|
EventSourceDTO[] |
getEventSources()
Auto generated method signature
|
void |
removeEventSource(String eventsourceName17)
Auto generated method signature
|
void |
saveEventSource(EventSourceDTO eventsource22)
Auto generated method signature
|
void |
startgetEventSource(String eventSourceName24,
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[] getEventSources() throws RemoteException
getEventSources
in interface EventSourceAdminService
RemoteException
EventSourceAdminService.getEventSources()
public void startgetEventSources(EventSourceAdminServiceCallbackHandler callback) throws RemoteException
public void saveEventSource(EventSourceDTO eventsource22) throws RemoteException
saveEventSource
in interface EventSourceAdminService
RemoteException
public EventSourceDTO getEventSource(String eventSourceName24) throws RemoteException
getEventSource
in interface EventSourceAdminService
getEventSource23
- RemoteException
EventSourceAdminService.getEventSource(java.lang.String)
public void startgetEventSource(String eventSourceName24, EventSourceAdminServiceCallbackHandler callback) throws RemoteException
startgetEventSource
in interface EventSourceAdminService
getEventSource23
- RemoteException
EventSourceAdminService.startgetEventSource(java.lang.String, org.wso2.carbon.mediator.event.stub.service.EventSourceAdminServiceCallbackHandler)
public void addEventSource(EventSourceDTO eventsource28) throws RemoteException
addEventSource
in interface EventSourceAdminService
RemoteException
Copyright © 2017 WSO2. All rights reserved.