|
Thanks! From:
jayachandra [mailto:[EMAIL PROTECTED] As far as I know, it can't be configured to such a fine level. However
I can suggest something like the following, see if it might help. Offline, create a class (say desired.implementation.class) as to
how you want your implementation class' code should look like. Axis WSDL2Java gives an option '-c' to generate the name of the
implementation class as per whatever classname you give. So you give the value
for -c option as desired.implementation.class Now copy the previously offline created class into the package where
artifacts got created. And you would have the set of artifacts the way you
wanted them to be created. Hope that helps, Jayachandra On 7/25/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]
> wrote: Dear Axis community, I wanted to know whether it is possible to change the behaviour
of WSDL2Java to generate some be-spoke boilerplate code. For instance, I want the service method in my server side
implementation class to contain a try/catch block - public ResponseMessage doMessage(RequestMessage msg) { try { } catch(MyBaseApplicationExceptions
e) {
throw new AxisFault(e.getMessage()); } } Any ideas will be greatly appreciated. Cheers, Rishi
|
- Axis 1.3 WSDL2Java code generation Rishikesh . Mallesh
- Re: Axis 1.3 WSDL2Java code generation jayachandra
- RE: Axis 1.3 WSDL2Java code generation Rishikesh . Mallesh
