public class SequenceTemplateAdminServiceClient extends Object
| Constructor and Description |
|---|
SequenceTemplateAdminServiceClient(String backEndUrl,
String sessionCookie) |
SequenceTemplateAdminServiceClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicSequenceTemplate(String key,
DataHandler dh) |
void |
addDynamicSequenceTemplate(String key,
org.apache.axiom.om.OMElement template) |
void |
addSequenceTemplate(DataHandler dh) |
void |
addSequenceTemplate(org.apache.axiom.om.OMElement template) |
void |
deleteDynamicTemplate(String key) |
void |
deleteTemplate(String templateName) |
int |
getDynamicTemplateCount() |
String[] |
getSequenceTemplates() |
int |
getTemplatesCount() |
public SequenceTemplateAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addSequenceTemplate(org.apache.axiom.om.OMElement template)
throws RemoteException
RemoteExceptionpublic void addSequenceTemplate(DataHandler dh) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic void addDynamicSequenceTemplate(String key, org.apache.axiom.om.OMElement template) throws RemoteException
RemoteExceptionpublic void addDynamicSequenceTemplate(String key, DataHandler dh) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic void deleteTemplate(String templateName) throws RemoteException
RemoteExceptionpublic void deleteDynamicTemplate(String key) throws RemoteException
RemoteExceptionpublic int getTemplatesCount()
throws RemoteException
RemoteExceptionpublic int getDynamicTemplateCount()
throws RemoteException
RemoteExceptionpublic String[] getSequenceTemplates() throws RemoteException
RemoteExceptionCopyright © 2020 WSO2 Inc. All rights reserved.