dev@jax-ws.java.net

Re: CVS update [rearch-2005]: /jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/model/

From: Kohsuke Kawaguchi <kohsuke.kawaguchi_at_sun.com>
Date: Wed, 18 Jan 2006 17:22:45 -0500

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