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() |
org.apache.axiom.om.OMElement |
getEndpointTemplate(String name) |
String[] |
getEndpointTemplates() |
int |
getEndpointTemplatesCount() |
boolean |
hasDuplicateEndpointTemplate(String element) |
void |
saveEndpointTemplate(String element) |
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
RemoteExceptionpublic org.apache.axiom.om.OMElement getEndpointTemplate(String name) throws RemoteException
RemoteExceptionpublic boolean hasDuplicateEndpointTemplate(String element) throws RemoteException
RemoteExceptionpublic void saveEndpointTemplate(String element) throws RemoteException
RemoteExceptionCopyright © 2019 WSO2. All rights reserved.