---
> From: Milind Gadre [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 28, 2003 10:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Newbie requests help with developing service classes on
> Axis
>
>
>
> I guess I am not being entirely clear about what I want to do.
P
#x27; -- beware!
>
> -Original Message-
> From: Milind Gadre [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 28, 2003 10:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Newbie requests help with developing service classes on
> Axis
>
>
>
> I guess I am not being
every aspect of it yet
(writing my own Handler is one of the things I haven't needed to do yet) --
so I might not be providing 'good info' -- beware!
-Original Message-
From: Milind Gadre [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 10:37 AM
To: [EMAIL PROTECTED]
S
class which is
always called before any other method. Is there a better approach?
Neil
-Original Message-
From: Almeida, Timothy [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 11:06 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Newbie requests help with developing service
I guess I am not being entirely clear about what I want to do. Perhaps
I am mixing up the Service class with extending the AxisServer (or
perhaps AxisServlet??) class.
With a Servlet, I get access to a ServletContext as well as the Session
via the Request and Response objects. With the (example)
There's always the constructor... ;)
I guess the absence of a notion like an init() method is a consequence of
Axis not enforcing implementation of a specific interface [by your service
handler] -- which is nice.
Can you think of a reason why the constructor would not work for you as a
place to do