Re: [Dev] Programmatically Endpoint persistent updates

2013-12-12 Thread Vijayaratha Vijayasingam
You can simply use EndpointAdmin service to persist your configuration to the filesystem. http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/endpoint/org.wso2.carbon.endpoint/4.2.0/src/main/java/org/wso2/carbon/endpoint/service/EndpointAdmin.java On 12 December 2013 17:03,

Re: [Dev] Programmatically Endpoint persistent updates

2013-12-11 Thread Vijayaratha Vijayasingam
You have to check EndpointFactory and serializer classes in Synapse. http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/dependencies/synapse/2.1.2-wso2v3/modules/core/src/main/java/org/apache/synapse/config/xml/endpoints/ On 12 December 2013 00:46, Aliosha wrote: > I wrote these cod