1
2
3
4
5 package gboat2.cxf;
6
7
8
9
10
11
12
13 public class Constant {
14
15
16 public final static String WEBSERVICE_STATUS_ACTIVE = "1";
17
18 public final static String WEBSERVICE_STATUS_INACTIVE = "0";
19
20
21 public final static String WEBSERVICE_PARAM_TYPE_DELETE_YES = "0";
22
23 public final static String WEBSERVICE_PARAM_TYPE_DELETE_NO = "1";
24
25
26 public final static String PARAM_DEFAULT_PORT_KEY = "p_default_key";
27
28
29 public final static String PARAM_MAIN_ADDRESS = "p_main_address";
30 }