You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David Fry <DF...@yipes.com> on 2003/09/03 20:35:52 UTC

Skeleton Implementation

Hi all,
 
The axis 1.1 user's guide states (Bindings-Skeleton Description (for Skeleton Deployment)):
"The skeleton contains an implementation of the AddressBook service. This 
implementation is either passed into the skeleton on construction, or an 
instance of the generated implementation is created. When the AXIS engine 
calls the skeleton's addEntry method, it simply delegates the invocation to 
the real implementation's addEntry method. "
 
Question: how do you specify which implementation for the skeleton to use 
without hardcoding the name in the skeleton class. There seems to be an 
indication that you can use the skeleton constructor with the impl as a 
param, however, how do you tell the axis to use this constructor to 
instantiate the service class and how do you specify the impl name for this 
purpose?
 
Thanks
David