Axis handlers were probably implemented before JAX-RPC
specification support.  Once JAX-RPC came out, it was
easier just to build JAX-RPC interfaces on top of
existing Axis infrastructure.  For your purposes
JAX-RPC handlers would probably be sufficient.

--- Guillaume Sauthier <[EMAIL PROTECTED]>
wrote:
> Hi all !
> It's an architecture question here :)
> 
> I'm wondering why Axis didn't use the Handlers
> defined in the JAXRPC
> specification ?
> JaxRpc say that a Handler has 2 main methods :
> handleRequest and
> handleResponse. It's more useable than a single
> invoke method that
> constraint us to tell Axis where the invokation must
> be done
> (responseFlow / requestFlow), dont you think ?
> 
> I'm asking this because I want to integrate Axis in
> our Application
> Server and we want to follow the J2EE 1.4
> specification (webservices
> 1.1, JaxRpc 1.1).
> 
> Thanks in advance :)
> 
> Guillaume


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to