Class TemplateAdminClient
- java.lang.Object
-
- org.wso2.carbon.mediator.calltemplate.client.TemplateAdminClient
-
public class TemplateAdminClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static QName
NAME_Q
static QName
PARAMETER_Q
-
Constructor Summary
Constructors Constructor Description TemplateAdminClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getAllTempalateNames()
String
getParameterStringForTemplate(String tempalteName)
This method will try to derive the parameter names for a given template name
-
-
-
Method Detail
-
getAllTempalateNames
public String[] getAllTempalateNames() throws CallTemplateUIException
- Throws:
CallTemplateUIException
-
getParameterStringForTemplate
public String getParameterStringForTemplate(String tempalteName) throws CallTemplateUIException
This method will try to derive the parameter names for a given template name- Parameters:
tempalteName
-- Returns:
- parameter name string, string will be on the format og p1;p2;p3 ...
- Throws:
CallTemplateUIException
-
-