public class TemplateAdminClient extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
NAME_Q |
static QName |
PARAMETER_Q |
Constructor and Description |
---|
TemplateAdminClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session) |
Modifier and Type | Method and Description |
---|---|
String[] |
getAllTempalateNames() |
String |
getParameterStringForTemplate(String tempalteName)
This method will try to derive the parameter names for a given template name
|
public static final QName PARAMETER_Q
public static final QName NAME_Q
public TemplateAdminClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String[] getAllTempalateNames() throws CallTemplateUIException
CallTemplateUIException
public String getParameterStringForTemplate(String tempalteName) throws CallTemplateUIException
tempalteName
- CallTemplateUIException
Copyright © 2018 WSO2. All rights reserved.