users@jax-ws.java.net

Can JAX-WS RI generate wrapper bean class ?

From: jim ma <mail2jimma_at_gmail.com>
Date: Mon, 10 Jul 2006 13:35:42 +0800

Hi all ,

If we use the simple class annotated only with "@Webservice" like the
following snippet to generate wsdl, JAX-WS RI seems can not generate wrapper
bean by default.

@WebSerice
public interface StockQuote {
   float getPrice(String ticker)
}

Does this feature not supported by jaxws specification or current version
RI can not support ?

Thanks

Jim