Source Code Cross Referenced for LocalStringKeys.java in  » ESB » open-esb » com » sun » jbi » messaging » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ESB » open esb » com.sun.jbi.messaging 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * BEGIN_HEADER - DO NOT EDIT
003:         *
004:         * The contents of this file are subject to the terms
005:         * of the Common Development and Distribution License
006:         * (the "License").  You may not use this file except
007:         * in compliance with the License.
008:         *
009:         * You can obtain a copy of the license at
010:         * https://open-esb.dev.java.net/public/CDDLv1.0.html.
011:         * See the License for the specific language governing
012:         * permissions and limitations under the License.
013:         *
014:         * When distributing Covered Code, include this CDDL
015:         * HEADER in each file and include the License file at
016:         * https://open-esb.dev.java.net/public/CDDLv1.0.html.
017:         * If applicable add the following below this CDDL HEADER,
018:         * with the fields enclosed by brackets "[]" replaced with
019:         * your own identifying information: Portions Copyright
020:         * [year] [name of copyright owner]
021:         */
022:
023:        /*
024:         * @(#)LocalStringKeys.java
025:         * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved.
026:         *
027:         * END_HEADER - DO NOT EDIT
028:         */
029:        package com.sun.jbi.messaging;
030:
031:        /** i18n Message Keys.
032:         * @author Sun Microsystems, Inc.
033:         */
034:        public interface LocalStringKeys {
035:            /** Message. */
036:            String FAULT_ON_MSG = "FAULT_ON_MSG";
037:
038:            /** Message. */
039:            String STATUS_ON_MSG = "STATUS_ON_MSG";
040:
041:            /** Message. */
042:            String ERROR_STATUS = "ERROR_STATUS";
043:
044:            /** Message.*/
045:            String ACTIVE_CHANNEL = "ACTIVE_CHANNEL";
046:
047:            /** Message.*/
048:            String ADDR_NO_ENDPOINT = "ADDR_NO_ENDPOINT";
049:
050:            /** Message.*/
051:            String ADDR_NO_SERVICE = "ADDR_NO_SERVICE";
052:
053:            /** Message.*/
054:            String ADDR_NO_OPERATION = "ADDR_NO_OPERATION";
055:
056:            /** Message.*/
057:            String BAD_ENDPOINT = "BAD_ENDPOINT";
058:
059:            /** Message.*/
060:            String BAD_SERVICE = "BAD_SERVICE";
061:
062:            /** Message.*/
063:            String INCOMPAT_SERVICE_ENDPOINT = "INCOMPAT_SERVICE_ENDPOINT";
064:
065:            /** Message. */
066:            String CANT_FIND_ENDPOINT_FOR_SERVICE = "CANT_FIND_ENDPOINT_FOR_SERVICE";
067:
068:            /** Message. */
069:            String CANT_FIND_ENDPOINT_FOR_INTERFACE = "CANT_FIND_ENDPOINT_FOR_INTERFACE";
070:
071:            /** Message. */
072:            String DUPLICATE_ENDPOINT = "DUPLICATE_ENDPOINT";
073:
074:            /** Message.*/
075:            String INACTIVE_ENDPOINT = "INACTIVE_ENDPOINT";
076:
077:            /** Message.*/
078:            String INACTIVE_SERVICE = "INACTIVE_SERVICE";
079:
080:            /** Message.*/
081:            String INVALID_MEP_URI = "INVALID_MEP_URI";
082:
083:            /** Message.*/
084:            String SEND_INVALID_STATUS = "SEND_INVALID_STATUS";
085:
086:            /** Message.*/
087:            String NO_ENDPOINTS = "NO_ENDPOINTS";
088:
089:            /** Message.*/
090:            String INVALID_DESTINATION = "INVALID_DESTINATION";
091:
092:            /** Message.*/
093:            String FAULT_NOT_SUPPORTED = "FAULT_NOT_SUPPORTED";
094:
095:            /** Message.*/
096:            String MSG_NOT_IN_PATTERN = "MSG_NOT_IN_PATTERN";
097:
098:            /** Message.*/
099:            String PATTERN_COMPLETE = "PATTERN_COMPLETE";
100:
101:            /** Message.*/
102:            String PATTERN_INCONSISTENT = "PATTERN_INCONSISTENT";
103:
104:            /** Message.*/
105:            String CHANNEL_CLOSED = "CHANNEL_CLOSED";
106:
107:            /** Message.*/
108:            String SEND_NOT_LEGAL = "SEND_NOT_LEGAL";
109:
110:            /** Message.*/
111:            String SENDSYNCH_NOT_LEGAL = "SENDSYNCH_NOT_LEGAL";
112:
113:            /** Message.*/
114:            String ILLEGAL_STATE_CHANGE = "ILLEGAL_STATE_CHANGE";
115:
116:            /** Message.*/
117:            String CANT_GET_DEFAULT_TRANSACTION = "CANT_GET_DEFAULT_TRANSACTION";
118:
119:            /** Message.*/
120:            String CANT_SUSPEND = "CANT_SUSPEND";
121:
122:            /** Message.*/
123:            String MUST_SUSPEND = "MUST_SUSPEND";
124:
125:            /** Message.*/
126:            String CANT_RESUME = "CANT_RESUME";
127:
128:            /** Message.*/
129:            String CANT_RESUME_INVALID = "CANT_RESUME_INVALID";
130:
131:            /** Message. */
132:            String CANT_GET_TRANSACTION_MANAGER = "CANT_GET_TRANSACTION_MANAGER";
133:
134:            /** Used when a channel attempts to deactivate an endpoint it didn't register. */
135:            String DEACTIVATE_NOT_OWNER = "DEACTIVATE_NOT_OWNER";
136:
137:            /** Used when a null or empty service/endpoint name is used. */
138:            String ACTIVATE_NOT_NULL = "ACTIVATE_NOT_NULL";
139:
140:            /** Used when sending a MessageExchange that has timed out.     */
141:            String MESSAGE_TIMEOUT = "MESSAGE_TIMEOUT";
142:
143:            /** Message. */
144:            String ENDPOINT_REGISTER = "ENDPOINT_REGISTER";
145:
146:            /** Message. */
147:            String ENDPOINT_DUPLICATE_OK = "ENDPOINT_DUPLICATE_OK";
148:
149:            /** Message. */
150:            String ENDPOINT_REMOVED = "ENDPOINT_REMOVED";
151:
152:            /** Message. */
153:            String EXCHANGE_ACCEPTED = "EXCHANGE_ACCEPTED";
154:
155:            /** Message. */
156:            String EXCHANGE_SEND = "EXCHANGE_SEND";
157:
158:            /** Message. */
159:            String RESOLVER_ERROR = "RESOLVER_ERROR";
160:
161:            /** Message. */
162:            String EXCHANGE_SUSPEND_TX = "EXCHANGE_SUSPEND_TX";
163:
164:            /** Message. */
165:            String EXCHANGE_RESUME_TX = "EXCHANGE_RESUME_TX";
166:
167:            /** Message. */
168:            String EXCHANGE_STATE_CHANGED = "EXCHANGE_STATE_CHANGED";
169:
170:            /** Message. */
171:            String CHANNEL_CREATED = "CHANNEL_CREATED";
172:
173:            /** Message. */
174:            String WSDL_IMPORT_ERROR = "WSDL_IMPORT_ERROR";
175:
176:            /** Message. */
177:            String CREATE_EXCHANGE_SERVICE_OPERATION = "CREATE_EXCHANGE_SERVICE_OPERATION";
178:
179:            /** Message. */
180:            String ENDPOINT_NO_DESCRIPTOR = "ENDPOINT_NO_DESCRIPTOR";
181:
182:            /** Message. */
183:            String NONEXISTENT_OPERATION = "NONEXISTENT_OPERATION";
184:
185:            /** Message. */
186:            String CAPABILITY_NO_MATCH = "CAPABILITY_NO_MATCH";
187:
188:            /** Message. */
189:            String CAPABILITY_CONSUMER_REJECT = "CAPABILITY_CONSUMER_REJECT";
190:
191:            /** Message. */
192:            String CAPABILITY_PROVIDER_REJECT = "CAPABILITY_PROVIDER_REJECT";
193:
194:            /** Message. */
195:            String ADD_INTERFACE_CONNECTION = "ADD_INTERFACE_CONNECTION";
196:
197:            /** Message. */
198:            String REMOVE_INTERFACE_CONNECTION = "REMOVE_INTERFACE_CONNECTION";
199:
200:            /** Message. */
201:            String ADD_ENDPOINT_CONNECTION = "ADD_ENDPOINT_CONNECTION";
202:
203:            /** Message. */
204:            String REMOVE_ENDPOINT_CONNECTION = "REMOVE_ENDPOINT_CONNECTION";
205:
206:            /** Message. */
207:            String ENDPOINT_CONNECTION_EXISTS = "ENDPOINT_CONNECTION_EXISTS";
208:
209:            /** Message. */
210:            String INTERFACE_CONNECTION_EXISTS = "INTERFACE_CONNECTION_EXISTS";
211:
212:            /** Message. */
213:            String BAD_INTERFACE_CONNECTION = "BAD_INTERFACE_CONNECTION";
214:
215:            /** Message. */
216:            String BAD_SERVICE_CONNECTION = "BAD_SERVICE_CONNECTION";
217:
218:            /** Message. */
219:            String OPERATIONS_FOUND_FOR_SERVICE = "OPERATIONS_FOUND_FOR_SERVICE";
220:
221:            /** Message. */
222:            String INTERFACES_FOUND_FOR_SERVICE = "INTERFACES_FOUND_FOR_SERVICE";
223:
224:            /** Message. */
225:            String WSDL_NS_MISMATCH = "WSDL_NS_MISMATCH";
226:
227:            /** Message. */
228:            String WSDL_11_SERVICE_FOUND = "WSDL_11_SERVICE_FOUND";
229:
230:            /** Message. */
231:            String WSDL_11_BINDINGS_FOUND = "WSDL_11_BINDINGS_FOUND";
232:
233:            /** Message. */
234:            String WSDL_11_PORT_TYPES_FOUND = "WSDL_11_PORT_TYPES_FOUND";
235:
236:            /** Message. */
237:            String SERVICE_CONNECTION_NO_ENDPOINT = "SERVICE_CONNECTION_NO_ENDPOINT";
238:
239:            /** Exception occured message. */
240:            String EXCEPTION_LOG = "EXCEPTION_LOG";
241:
242:            /** Message. */
243:            String SOURCE = "SOURCE";
244:
245:            /** Message. */
246:            String TARGET = "TARGET";
247:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.