Cyrille Giquello wrote:
Marcel Ruff wrote:
I think there is an error in the requirement interface.unsubscribe.
in:
Example - XmlRpc
public String unSubscribe(String sessionId, String xmlKey_literal, String qos_literal) throws XmlBlasterException
I think it should return an Array of Strings like
public String[] unSubscribe(String sessionId, String xmlKey_literal, String qos_literal) throws XmlBlasterException
Isn't it ? Can you confirm that to me, like I may correct the page and commit it.
Yes please.
Done.
I did public : public String[] unSubscribe(... But perhaps it should be : public Vector unSubscribe(...
Sorry but I don't practice Java for a long time ;o{
bye cyrille