[ http://issues.apache.org/jira/browse/SYNAPSE-11?page=comments#action_12367307 ]
Saminda Wishwajith Abeyruwan commented on SYNAPSE-11: ----------------------------------------------------- Introduce ResourcesHandler.simpleGETRequest(String url). This uses HttpClient and GetMthod from commons-httpclient to call to a resource via HTTP GET interface. Thus, this resembles the notion of a REST request. SynapseEnvironment.get(String url) simply delegate its functionality to prior method. This will return OMElement iff resources exists otherwiser a runtime exception SynapseException. > Ability to get resources > ------------------------ > > Key: SYNAPSE-11 > URL: http://issues.apache.org/jira/browse/SYNAPSE-11 > Project: Synapse > Type: New Feature > Components: Core > Environment: Any > Reporter: Saminda Wishwajith Abeyruwan > Assignee: Paul Fremantle > > Need to implement method SynapseEnvironment.get(String uri), so mediators can > get resources. Need to way to list the resource mediators. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
