RE: ClassCastException and handlers

2002-06-21 Thread Glen Daniels
should use the org.apache.axis.Handler interface. --Glen > -Original Message- > From: John Gregg [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 21, 2002 11:15 AM > To: [EMAIL PROTECTED] > Subject: ClassCastException and handlers > > > Hi all. > > Perh

ClassCastException and handlers

2002-06-21 Thread John Gregg
Hi all. Perhaps you saw my note to axis-user about a handler I was trying to write. I created a handler that was a subclass of javax.xml.rpc.handler.GenericHandler but WSDDDeployableItem expects it to be org.apache.axis.Handler. Consequently I was getting a ClassCastException on line 355 of vers