Doug Kohlert wrote:
> Kohsuke,
> JAX-WS supports other types of bindings other than SOAPBinding, how will
> we handle this?
The javadoc of JavaMethod said:
/**
* Binding object - a {_at_link com.sun.xml.ws.model.soap.SOAPBinding}
* isntance.
*
* @return the Binding object
*/
Object getBinding();
So it looks to me that this object can only be SOAPBinding. I suspect
it's just set to null when we bind to REST.
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com