What about method overloading on Java side? Doesn't seem to be mentioned in 
the doc so I guess its not supported and we would need to rename methods on 
Java side? E.g.

class Foo {
  @JsMethod(name = "send")
  public native void sendString(String s)

  @JsMethod(name = "send")
  public native void sendBlob(Blob b)
}


-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/90a200f5-07b3-4beb-934f-d90dc1d7f33c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to