Class EventingSourceAdminClient


  • public class EventingSourceAdminClient
    extends Object
    • Constructor Detail

      • EventingSourceAdminClient

        public EventingSourceAdminClient​(String cookie,
                                         String backendServerURL,
                                         org.apache.axis2.context.ConfigurationContext configCtx)
                                  throws org.apache.axis2.AxisFault
        Parameters:
        cookie -
        backendServerURL -
        configCtx -
        Throws:
        org.apache.axis2.AxisFault
    • Method Detail

      • getEventSources

        public org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO[] getEventSources()
                                                                                             throws org.apache.axis2.AxisFault
        Returns:
        Throws:
        org.apache.axis2.AxisFault
      • getEventSource

        public org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO getEventSource​(String eventSourceName)
                                                                                          throws org.apache.axis2.AxisFault
        Get EventSource by name
        Parameters:
        eventSourceName -
        Returns:
        Throws:
        org.apache.axis2.AxisFault
      • addEventSource

        public void addEventSource​(org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO eventsource)
                            throws org.apache.axis2.AxisFault
        Parameters:
        eventsource -
        Throws:
        org.apache.axis2.AxisFault
      • saveEventSource

        public void saveEventSource​(org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO eventsource)
                             throws org.apache.axis2.AxisFault
        Parameters:
        eventsource -
        Throws:
        org.apache.axis2.AxisFault
      • removeEventSource

        public void removeEventSource​(String name)
                               throws org.apache.axis2.AxisFault
        Parameters:
        name -
        Throws:
        org.apache.axis2.AxisFault