001: // Copyright (c) 2004-2005 Sun Microsystems Inc., All Rights Reserved.
002:
003: /*
004: * ConfigData.java
005: *
006: * SUN PROPRIETARY/CONFIDENTIAL
007: * This software is the proprietary information of Sun Microsystems, Inc.
008: * Use is subject to license term
009: */
010: package com.sun.jbi.engine.sequencing.util;
011:
012: /**
013: * Thi class has all the configuration information.
014: *
015: * @author Sun Microsystems, Inc.
016: */
017: public class ConfigData {
018: /**
019: *
020: */
021:
022: /**
023: *
024: */
025: public static final String LOG_FILE = "sequencing.log";
026:
027: /**
028: *
029: */
030:
031: /**
032: *
033: */
034: public static final String CONFIG_FILE_NAME = "servicelist.xml";
035:
036: /**
037: *
038: */
039:
040: /**
041: *
042: */
043: public static final String SCHEMA_FILE = "servicelist.xsd";
044:
045: /**
046: *
047: */
048:
049: /**
050: *
051: */
052: public static final String APPLICATIONS_FOLDER = "applications";
053:
054: /**
055: *
056: */
057:
058: /**
059: *
060: */
061: public static final String SERVICELIST = "service-list";
062:
063: /**
064: *
065: */
066:
067: /**
068: *
069: */
070: public static final String SERVICE = "service";
071:
072: /**
073: *
074: */
075:
076: /**
077: *
078: */
079: public static final String LIST_SERVICE = "list-service";
080:
081: /**
082: *
083: */
084:
085: /**
086: *
087: */
088: public static final String SERVICE_NAME = "service-name";
089:
090: /**
091: *
092: */
093:
094: /**
095: *
096: */
097: public static final String NAMESPACE_URI = "namespace-uri";
098:
099: /**
100: *
101: */
102:
103: /**
104: *
105: */
106: public static final String LOCAL_PART = "local-part";
107:
108: /**
109: *
110: */
111:
112: /**
113: *
114: */
115: public static final String LIST_OPERATION = "list-operation";
116:
117: /**
118: *
119: */
120:
121: /**
122: *
123: */
124: public static final String SERVICENAME = "name";
125:
126: /**
127: *
128: */
129:
130: /**
131: *
132: */
133: public static final String SERVICE_LOCALNAME = "name";
134:
135: /**
136: *
137: */
138:
139: /**
140: *
141: */
142: public static final String SERVICE_NAMESPACE = "namespace";
143:
144: /**
145: *
146: */
147:
148: /**
149: *
150: */
151: public static final String SERVICEID = "service-id";
152:
153: /**
154: *
155: */
156:
157: /**
158: *
159: */
160: public static final String SERVICELIST_DESCRIPTION = "list-description";
161:
162: /**
163: *
164: */
165:
166: /**
167: *
168: */
169: public static final String SERVICELIST_OPERATION = "list-operation";
170:
171: /**
172: *
173: */
174:
175: /**
176: *
177: */
178: public static final String SERVICE_DESCRIPTION = "description";
179:
180: /**
181: *
182: */
183:
184: /**
185: *
186: */
187: public static final String TIMEOUT = "timeout";
188:
189: /**
190: *
191: */
192:
193: /**
194: *
195: */
196: public static final String OPERATION = "operation";
197:
198: /**
199: *
200: */
201:
202: /**
203: *
204: */
205: public static final String OPERATION_NAMESPACE = "operation-namespace";
206:
207: /**
208: *
209: */
210:
211: /**
212: *
213: */
214: public static final String SERVICELIST_OPERATION_NAMESPACE = "list-operation-namespace";
215:
216: /**
217: *
218: */
219:
220: /**
221: *
222: */
223: public static final String SERVICELISTATTR = "list-attributes";
224:
225: /**
226: * Service list local name.
227: */
228: public static final String SERVICELISTNAME = "service-name";
229:
230: /**
231: * Namespace for tag for servicelist namespace.
232: */
233: public static final String SERVICELISTNAMESPACE = "service-namespace";
234:
235: /**
236: *
237: */
238:
239: /**
240: *
241: */
242: public static final String LOCAL_ENDPOINT = "localendpoint";
243:
244: /**
245: *
246: */
247:
248: /**
249: *
250: */
251: public static final String LIST_MEP = "list-mep";
252:
253: /**
254: *
255: */
256:
257: /**
258: *
259: */
260: public static final String SERVICE_MEP = "mep";
261:
262: /**
263: *
264: */
265: /**
266: *
267: */
268:
269: /**
270: *
271: */
272: public static final String LIST_ENDPOINT = "endpoint-name";
273:
274: /**
275: *
276: */
277: /**
278: *
279: */
280:
281: /**
282: *
283: */
284: public static final String SERVICE_ENDPOINT = "endpoint-name";
285:
286: /**
287: *
288: */
289: /**
290: *
291: */
292:
293: /**
294: *
295: */
296: public static final String SEQ_RESOLVER_ID = "SEQ_RESOLVER_ID";
297:
298: /**
299: *
300: */
301: /**
302: *
303: */
304:
305: /**
306: *
307: */
308: public static final String REQUEST_SEQ_ID = "REQUEST_SEQ_ID";
309:
310: /**
311: *
312: */
313: /**
314: *
315: */
316:
317: /**
318: *
319: */
320: public static final int REQUEST_TYPE = 0;
321:
322: /**
323: *
324: */
325: /**
326: *
327: */
328:
329: /**
330: *
331: */
332: public static final int RESPONSE_TYPE = 1;
333:
334: /**
335: * The name of the jbi schema file for jbi.xml in an SU.
336: */
337: public static final String JBI_SCHEMA_FILE = "jbi.xsd";
338:
339: /**
340: * Deployment descriptor file
341: */
342: public static final String DEPLOY_DESCRIPTOR = "jbi.xml";
343:
344: /**
345: *
346: */
347: /**
348: *
349: */
350:
351: /**
352: *
353: */
354: public static final String RESPONSE_SEQ_ID = "RESPONSE_SEQ_ID";
355:
356: /**
357: * Describes the list interface in the XML document
358: */
359: public static final String LIST_INTERFACE = "list-interface";
360:
361: /**
362: * Describes the interface under service nodes in a document.
363: */
364: public static final String INTERFACE = "interface-name";
365: }
|