Thanks. I'm curious as to why the StockQuoteImpl class does not implement the generated StockQuote interface. StockQuoteImpl does not extend java.rmi.Remote and StockQuoteImpl.getQuote does not throw java.rmi.RemoteException. Doesn't the JAX-RPC spec require service endpoint implementation classes to implement a JAX-RPC Service Endpoint Interface?
What am I missing about how Axis implements JAX-RPC ??? -- Mark > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 1:52 PM > To: [EMAIL PROTECTED] > Subject: Re: why doesn't Axis implement the JAXPRC interfaces in the > javax.xml.rpc.handler package ?? > > > Yes, We do support JAX-RPC handlers. Otherwise we'd never > pass the JAX-RPC TCK :) > > See test\wsdl\jaxrpchandler for a sample server-side and > client-side code that uses JAX-RPC > handlers. > > -- dims > > --- "Mark D. Hansen" <[EMAIL PROTECTED]> wrote: > > I'm trying to understand whether or not Axis qualifies as a > "JAX-RPC runtime implementation". > > It seems to support JAXRPC, but why doesn't the > org.apache.axis.Handler class (for example) > > implement javax.xml.rpc.handler.Handler? > > > > Thanks, > > > > Mark > > > ===== > Davanum Srinivas - http://webservices.apache.org/~dims/ > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com >