Thanks Venkat, If my hander implements Java'Handler, will it be able to be used with JWSDP and any other JAX-RPC comliant SOAP Engine ?
----------------------------- Pham Hoai Van Y!: hoaivanpham Tel: 7.220.105 Mobile: 0915.116.202 Website: http://hoaivan.info -----Original Message----- From: Venkat Reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 3:35 PM To: [email protected] Subject: Re: what is the different between org.apache.axis.hander.Handler and javax.xml.rpc.handler.Handler ? The javax.xml.rpc.handler.Handler is provided for compatibilty with JAX-RPC programming model. The org.apache.axis.handler.Handler is the central piece in Axis arctitecutre for message processing. Naturally the same is used for message handlers. It is recommended to use org.apache.axis.handler.Handler, unless you really want the handlers to be JAX-RPC compliant. Please refer to axis documentation for further details on axis handler architecture. - venkat On Apr 5, 2005 1:04 PM, Pham Hoai Van <[EMAIL PROTECTED]> wrote: > Dear all, > I used both Handler of org.apache and javax.xml.rpc. > Why do AXIS define a new Handler when using > javax.xml.rpc.handler.Handler is sufficent I think ? > In which case should we use axis's Handler or Java' Handler ? > Thanks for reading. > Best Regards, > ----------------------------- > Pham Hoai Van > Y!: hoaivanpham > Tel: 7.220.105 > Mobile: 0915.116.202 > Website: http://hoaivan.info > >
