public class EndpointTemplateAdminServiceClient extends Object
| Constructor and Description |
|---|
EndpointTemplateAdminServiceClient(String backEndUrl,
String sessionCookie) |
EndpointTemplateAdminServiceClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicEndpointTemplate(String key,
DataHandler dh) |
void |
addDynamicEndpointTemplate(String key,
org.apache.axiom.om.OMElement endpointTemplate) |
void |
addEndpointTemplate(DataHandler dh) |
void |
addEndpointTemplate(org.apache.axiom.om.OMElement endpointTemplate) |
void |
deleteDynamicEndpointTemplate(String key) |
void |
deleteEndpointTemplate(String templateName) |
int |
getDynamicEndpointTemplatesCount() |
String[] |
getEndpointTemplates() |
int |
getEndpointTemplatesCount() |
public EndpointTemplateAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addEndpointTemplate(org.apache.axiom.om.OMElement endpointTemplate)
throws RemoteException
RemoteExceptionpublic void addEndpointTemplate(DataHandler dh) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic void addDynamicEndpointTemplate(String key, org.apache.axiom.om.OMElement endpointTemplate) throws RemoteException
RemoteExceptionpublic void addDynamicEndpointTemplate(String key, DataHandler dh) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic void deleteEndpointTemplate(String templateName) throws RemoteException
RemoteExceptionpublic void deleteDynamicEndpointTemplate(String key) throws RemoteException
RemoteExceptionpublic int getDynamicEndpointTemplatesCount()
throws RemoteException
RemoteExceptionpublic int getEndpointTemplatesCount()
throws RemoteException
RemoteExceptionpublic String[] getEndpointTemplates() throws RemoteException
RemoteExceptionCopyright © 2019 WSO2 Inc. All rights reserved.