Class EndpointTemplateAdminServiceClient
- java.lang.Object
-
- org.wso2.am.admin.clients.template.EndpointTemplateAdminServiceClient
-
public class EndpointTemplateAdminServiceClient extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointTemplateAdminServiceClient(String backEndUrl, String sessionCookie)EndpointTemplateAdminServiceClient(String backEndUrl, String userName, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDynamicEndpointTemplate(String key, DataHandler dh)voidaddDynamicEndpointTemplate(String key, org.apache.axiom.om.OMElement endpointTemplate)voidaddEndpointTemplate(DataHandler dh)voidaddEndpointTemplate(org.apache.axiom.om.OMElement endpointTemplate)voiddeleteDynamicEndpointTemplate(String key)voiddeleteEndpointTemplate(String templateName)intgetDynamicEndpointTemplatesCount()String[]getEndpointTemplates()intgetEndpointTemplatesCount()
-
-
-
Method Detail
-
addEndpointTemplate
public void addEndpointTemplate(org.apache.axiom.om.OMElement endpointTemplate) throws RemoteException- Throws:
RemoteException
-
addEndpointTemplate
public void addEndpointTemplate(DataHandler dh) throws IOException, XMLStreamException
- Throws:
IOExceptionXMLStreamException
-
addDynamicEndpointTemplate
public void addDynamicEndpointTemplate(String key, org.apache.axiom.om.OMElement endpointTemplate) throws RemoteException
- Throws:
RemoteException
-
addDynamicEndpointTemplate
public void addDynamicEndpointTemplate(String key, DataHandler dh) throws IOException, XMLStreamException
- Throws:
IOExceptionXMLStreamException
-
deleteEndpointTemplate
public void deleteEndpointTemplate(String templateName) throws RemoteException
- Throws:
RemoteException
-
deleteDynamicEndpointTemplate
public void deleteDynamicEndpointTemplate(String key) throws RemoteException
- Throws:
RemoteException
-
getDynamicEndpointTemplatesCount
public int getDynamicEndpointTemplatesCount() throws RemoteException- Throws:
RemoteException
-
getEndpointTemplatesCount
public int getEndpointTemplatesCount() throws RemoteException- Throws:
RemoteException
-
getEndpointTemplates
public String[] getEndpointTemplates() throws RemoteException
- Throws:
RemoteException
-
-