Class EventingSourceAdminClient
- java.lang.Object
-
- org.wso2.carbon.mediator.event.ui.EventingSourceAdminClient
-
public class EventingSourceAdminClient extends Object
-
-
Constructor Summary
Constructors Constructor Description EventingSourceAdminClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEventSource(org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO eventsource)
org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO
getEventSource(String eventSourceName)
Get EventSource by nameorg.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO[]
getEventSources()
void
removeEventSource(String name)
void
saveEventSource(org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO eventsource)
-
-
-
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
-
-