repost: Custom Handler

2004-07-19 Thread Michael Thompson
e anything obviously wrong with the handler I have started? Thanks in advance! --m Below is my original post: Hello all, I am attempting to write my own custom handler that does GZIP compression/decompression of a request/response. There is a lot of talk in the archives about such han

Custom Handler

2004-07-15 Thread Michael Thompson
Hello all, I am attempting to write my own custom handler that does GZIP compression/decompression of a request/response. There is a lot of talk in the archives about such handlers, but I've only come across examples which actaully modify HttpSender and the AxisServlet :(. I adde

custom handler

2002-12-06 Thread jimmy coyne
Hi all I'm trying to write a simple custom handler using the axis book as a reference . in my invoke method I do the following public void invoke(MessageContext pMessageContext ){ String service = pMessageContext.getTargetSe

Session state and custom handler

2002-10-07 Thread Philippe Bouvet
his ? What should be done to avoid loosing session state when I use a custom handler ? (for information, cookies in the HTTP header disappear when I declare my requestFlow handler which use the MessageContext session to set attributes but nothing more).   Thanks in advance,   Philippe Bouvet

Config for custom handler?

2002-04-10 Thread Steve Pannier
I have a custom handler (extends BasicHandler) that I want to process every request. So I added my handler to the globalConfiguration requestFlow as such: ... I also want my handler to be the pivot point for the request, so I added the following to my handler's invoke() m