| |
|
| java.lang.Object org.wso2.esb.services.AbstractESBAdmin org.wso2.esb.services.TaskAdmin
addTask | public void addTask(OMElement taskElement) throws AxisFault(Code) | | |
deleteTask | public void deleteTask(String taskName) throws AxisFault(Code) | | Deletes the task with the given name from SynapseConfiguration
Parameters: taskName - - Name of the task to delete throws: AxisFault - if the Task described by the given name doesntexists in the Synapse Configuration |
editTask | public void editTask(OMElement taskElement) throws AxisFault(Code) | | |
getTask | public OMElement getTask(String taskName) throws AxisFault(Code) | | Returns the OMelement representation of the task given by task name
Parameters: taskName - - name of the sequence to get OMElement representing the Task of the given task name throws: AxisFault - if any error occured while getting the data from theSynapseConfiguration |
taskData | public TaskData[] taskData() throws AxisFault(Code) | | Gives the list of Tasks in the SynapseConfiguration as a TaskData transfer objects
Array of TaskData objects throws: AxisFault - if any error occured in reading the contents from theSynapseConfiguration |
|
|
|