KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > wsee > XDocletModulesMessages


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.wsee;
6
7 /**
8  * message bundle for the wsee module
9  *
10  * @author Christoph G. Jung (christoph.jung@infor.de)
11  * @created 23.12.03
12  * @version $Revision: 1.1 $
13  */

14 public final class XDocletModulesMessages
15 {
16
17     /**
18      * @msg.bundle msg="Generating web services descriptor ''{0}''."
19      */

20     public final static String JavaDoc GENERATING_WEB_SERVICE_DESCRIPTOR = "GENERATING_WEB_SERVICE_DESCRIPTOR";
21
22     /**
23      * @msg.bundle msg="Generating jaxrpc mapping descriptor ''{0}''."
24      */

25     public final static String JavaDoc GENERATING_JAXRPC_MAPPING_DESCRIPTOR = "GENERATING_JAXRPC_MAPPING_DESCRIPTOR";
26
27     /**
28      * @msg.bundle msg="Generating wsdl descriptor ''{0}''."
29      */

30     public final static String JavaDoc GENERATING_WSDL_DESCRIPTOR = "GENERATING_WSDL_DESCRIPTOR";
31
32 }
33
Popular Tags