users@jax-ws.java.net

server side java ee architecture question

From: Mark Hansen <mark_at_javector.com>
Date: Sat, 04 Mar 2006 08:21:24 -0500

Does a server side Java EE deployment of a web service (i.e.,
@WebService or @WebServiceProvider) implement the javax.xml.ws.Binding
interface? I'm looking at the JAX-WS spec and trying to understand how
Figure 9.1 (Handler architecture) applied to Java EE endpoints.

In addition to just trying to understand the architecture, I'm trying to
figure out if there is a way to access the HandlerChain from inside a
@WebService at runtime?

Thanks for any explanations,

Mark