public class EventingSourceAdminClient extends Object
Constructor and Description |
---|
EventingSourceAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx) |
Modifier and Type | Method and 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 name
|
org.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) |
public org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO[] getEventSources() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO getEventSource(String eventSourceName) throws org.apache.axis2.AxisFault
eventSourceName
- org.apache.axis2.AxisFault
public void addEventSource(org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO eventsource) throws org.apache.axis2.AxisFault
eventsource
- org.apache.axis2.AxisFault
public void saveEventSource(org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO eventsource) throws org.apache.axis2.AxisFault
eventsource
- org.apache.axis2.AxisFault
public void removeEventSource(String name) throws org.apache.axis2.AxisFault
name
- org.apache.axis2.AxisFault
Copyright © 2020 WSO2. All rights reserved.