public class InboundManagementClient extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
addInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
String suspended,
List<ParamDTO> lParameters) |
String |
disableStatistics(String inboundName) |
String |
disableTracing(String inboundName) |
String |
enableStatistics(String inboundName) |
String |
enableTracing(String inboundName) |
List<String> |
getAdvParameters(String strType) |
List<InboundDescription> |
getAllInboundDescriptions() |
String[] |
getAllInboundNames() |
List<String> |
getDefaultParameters(String strType) |
InboundDescription |
getInboundDescription(String name) |
static InboundManagementClient |
getInstance(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session) |
String |
getKAFKASpecialParameters() |
String |
getKAFKATopicListParameters() |
boolean |
removeInboundEndpoint(String name) |
boolean |
updteInboundEndpoint(String name,
String sequence,
String onError,
String protocol,
String classImpl,
String suspended,
List<ParamDTO> lParameters) |
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 © 2017 WSO2. All rights reserved.