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) |
String |
disableStatistics(String name) |
String |
disableTracing(String name) |
String |
enableStatistics(String name) |
String |
enableTracing(String name) |
org.apache.axiom.om.OMElement |
getDynamicTemplate(String key) |
int |
getDynamicTemplateCount() |
String[] |
getSequenceTemplates() |
org.apache.axiom.om.OMElement |
getTemplate(String name) |
int |
getTemplatesCount() |
void |
saveDynamicTemplate(String key,
org.apache.axiom.om.OMElement elm) |
void |
saveTemplate(org.apache.axiom.om.OMElement template) |
void |
updateDynamicTemplate(org.apache.axiom.om.OMElement template,
String name) |
void |
updateDynamicTemplate(String key,
org.apache.axiom.om.OMElement elm) |
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
RemoteExceptionpublic org.apache.axiom.om.OMElement getTemplate(String name) throws RemoteException
RemoteExceptionpublic org.apache.axiom.om.OMElement getDynamicTemplate(String key) throws RemoteException
RemoteExceptionpublic void updateDynamicTemplate(String key, org.apache.axiom.om.OMElement elm) throws RemoteException
RemoteExceptionpublic void saveDynamicTemplate(String key, org.apache.axiom.om.OMElement elm) throws RemoteException
RemoteExceptionpublic void saveTemplate(org.apache.axiom.om.OMElement template)
throws RemoteException
RemoteExceptionpublic void updateDynamicTemplate(org.apache.axiom.om.OMElement template,
String name)
throws RemoteException
RemoteExceptionpublic String enableStatistics(String name) throws RemoteException
RemoteExceptionpublic String disableStatistics(String name) throws RemoteException
RemoteExceptionpublic String enableTracing(String name) throws RemoteException
RemoteExceptionpublic String disableTracing(String name) throws RemoteException
RemoteExceptionCopyright © 2019 WSO2. All rights reserved.