Class EventSourceAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.mediator.event.stub.service.EventSourceAdminServiceStub
-
- All Implemented Interfaces:
EventSourceAdminService
public class EventSourceAdminServiceStub extends org.apache.axis2.client.Stub implements EventSourceAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description EventSourceAdminServiceStub()
Default ConstructorEventSourceAdminServiceStub(String targetEndpoint)
Constructor taking the target endpointEventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorEventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextEventSourceAdminServiceStub(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 void
addEventSource(EventSourceDTO eventsource23)
Auto generated method signatureEventSourceDTO
getEventSource(String eventSourceName19)
Auto generated method signatureEventSourceDTO[]
getEventSources()
Auto generated method signaturevoid
removeEventSource(String eventsourceName17)
Auto generated method signaturevoid
saveEventSource(EventSourceDTO eventsource28)
Auto generated method signaturevoid
startgetEventSource(String eventSourceName19, EventSourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEventSources(EventSourceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations-
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
-
EventSourceAdminServiceStub
public EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
EventSourceAdminServiceStub
public EventSourceAdminServiceStub(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
-
EventSourceAdminServiceStub
public EventSourceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
EventSourceAdminServiceStub
public EventSourceAdminServiceStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
EventSourceAdminServiceStub
public EventSourceAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
removeEventSource
public void removeEventSource(String eventsourceName17) throws RemoteException
Auto generated method signature- Specified by:
removeEventSource
in interfaceEventSourceAdminService
- Throws:
RemoteException
-
getEventSource
public EventSourceDTO getEventSource(String eventSourceName19) throws RemoteException
Auto generated method signature- Specified by:
getEventSource
in interfaceEventSourceAdminService
- Parameters:
getEventSource18
-- Throws:
RemoteException
- See Also:
EventSourceAdminService.getEventSource(java.lang.String)
-
startgetEventSource
public void startgetEventSource(String eventSourceName19, EventSourceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEventSource
in interfaceEventSourceAdminService
- Parameters:
getEventSource18
-- Throws:
RemoteException
- See Also:
EventSourceAdminService.startgetEventSource(java.lang.String, org.wso2.carbon.mediator.event.stub.service.EventSourceAdminServiceCallbackHandler)
-
addEventSource
public void addEventSource(EventSourceDTO eventsource23) throws RemoteException
Auto generated method signature- Specified by:
addEventSource
in interfaceEventSourceAdminService
- Throws:
RemoteException
-
getEventSources
public EventSourceDTO[] getEventSources() throws RemoteException
Auto generated method signature- Specified by:
getEventSources
in interfaceEventSourceAdminService
- Throws:
RemoteException
- See Also:
EventSourceAdminService.getEventSources()
-
startgetEventSources
public void startgetEventSources(EventSourceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEventSources
in interfaceEventSourceAdminService
- Throws:
RemoteException
- See Also:
EventSourceAdminService.startgetEventSources(org.wso2.carbon.mediator.event.stub.service.EventSourceAdminServiceCallbackHandler)
-
saveEventSource
public void saveEventSource(EventSourceDTO eventsource28) throws RemoteException
Auto generated method signature- Specified by:
saveEventSource
in interfaceEventSourceAdminService
- Throws:
RemoteException
-
-