public class InboundManagementClient extends Object
public static InboundManagementClient getInstance(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public List<InboundDescription> getAllInboundDescriptions() throws Exception
Exception
public boolean addInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspended, List<ParamDTO> lParameters) throws Exception
Exception
public boolean removeInboundEndpoint(String name) throws Exception
Exception
public InboundDescription getInboundDescription(String name)
public boolean updteInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspended, List<ParamDTO> lParameters) throws Exception
Exception
public String[] getAllInboundNames()
public String getKAFKASpecialParameters()
public String getKAFKATopicListParameters()
public String enableStatistics(String inboundName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String disableStatistics(String inboundName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String enableTracing(String inboundName) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2018 WSO2. All rights reserved.