Hi,

In order to facilitate message dispatching to AxisEndpoints which we discussed few weeks back[1], any Axis2 transport should be able to generate service endpoints which adhere the following format.

http://[host]:[port]/axis2/services/[service-name].[endpoint-name]/

This requires the following method addition to TransportListener interface which enables the AxisEngine to pass targeted AxisEndpoint name to Transport mechanism so that it can generate a URL which adhere the above format.

EndpointReference[] getEPRsForService(String serviceName, String endpointName, String ip) throws AxisFault

Any objections to add that method to TransportListener interface ?

Thanks,
Sanka




[1] http://www.nabble.com/-Axis2--Dispatching-messages-to-AxisEndpoints-td15587176.html


--
Sanka Samaranayake
WSO2 Inc.

http://sankas.blogspot.com/
http://www.wso2.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to