Class InboundManagementClient
- java.lang.Object
-
- org.wso2.carbon.inbound.ui.internal.InboundManagementClient
-
public class InboundManagementClient extends Object
-
-
Method Summary
-
-
-
Method Detail
-
getInstance
public static InboundManagementClient getInstance(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
-
getAllInboundDescriptions
public List<InboundDescription> getAllInboundDescriptions() throws Exception
- Throws:
Exception
-
addInboundEndpoint
public boolean addInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspended, List<ParamDTO> lParameters) throws Exception
- Throws:
Exception
-
removeInboundEndpoint
public boolean removeInboundEndpoint(String name) throws Exception
- Throws:
Exception
-
getInboundDescription
public InboundDescription getInboundDescription(String name)
-
updteInboundEndpoint
public boolean updteInboundEndpoint(String name, String sequence, String onError, String protocol, String classImpl, String suspended, List<ParamDTO> lParameters) throws Exception
- Throws:
Exception
-
getAllInboundNames
public String[] getAllInboundNames()
-
getKAFKASpecialParameters
public String getKAFKASpecialParameters()
-
getKAFKATopicListParameters
public String getKAFKATopicListParameters()
-
enableStatistics
public String enableStatistics(String inboundName) throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
-
disableStatistics
public String disableStatistics(String inboundName) throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
-
enableTracing
public String enableTracing(String inboundName) throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
-
-