Class SequenceTemplateAdminServiceClient
- java.lang.Object
-
- org.wso2.am.admin.clients.template.SequenceTemplateAdminServiceClient
-
public class SequenceTemplateAdminServiceClient extends Object
-
-
Constructor Summary
Constructors Constructor Description SequenceTemplateAdminServiceClient(String backEndUrl, String sessionCookie)SequenceTemplateAdminServiceClient(String backEndUrl, String userName, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDynamicSequenceTemplate(String key, DataHandler dh)voidaddDynamicSequenceTemplate(String key, org.apache.axiom.om.OMElement template)voidaddSequenceTemplate(DataHandler dh)voidaddSequenceTemplate(org.apache.axiom.om.OMElement template)voiddeleteDynamicTemplate(String key)voiddeleteTemplate(String templateName)intgetDynamicTemplateCount()String[]getSequenceTemplates()intgetTemplatesCount()
-
-
-
Method Detail
-
addSequenceTemplate
public void addSequenceTemplate(org.apache.axiom.om.OMElement template) throws RemoteException- Throws:
RemoteException
-
addSequenceTemplate
public void addSequenceTemplate(DataHandler dh) throws IOException, XMLStreamException
- Throws:
IOExceptionXMLStreamException
-
addDynamicSequenceTemplate
public void addDynamicSequenceTemplate(String key, org.apache.axiom.om.OMElement template) throws RemoteException
- Throws:
RemoteException
-
addDynamicSequenceTemplate
public void addDynamicSequenceTemplate(String key, DataHandler dh) throws IOException, XMLStreamException
- Throws:
IOExceptionXMLStreamException
-
deleteTemplate
public void deleteTemplate(String templateName) throws RemoteException
- Throws:
RemoteException
-
deleteDynamicTemplate
public void deleteDynamicTemplate(String key) throws RemoteException
- Throws:
RemoteException
-
getTemplatesCount
public int getTemplatesCount() throws RemoteException- Throws:
RemoteException
-
getDynamicTemplateCount
public int getDynamicTemplateCount() throws RemoteException- Throws:
RemoteException
-
getSequenceTemplates
public String[] getSequenceTemplates() throws RemoteException
- Throws:
RemoteException
-
-