Source Code Cross Referenced for DeploymentErrorMsgs.java in  » Web-Services-AXIS2 » kernal » org » apache » axis2 » deployment » 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 » Web Services AXIS2 » kernal » org.apache.axis2.deployment 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


01:        /*
02:         * Licensed to the Apache Software Foundation (ASF) under one
03:         * or more contributor license agreements. See the NOTICE file
04:         * distributed with this work for additional information
05:         * regarding copyright ownership. The ASF licenses this file
06:         * to you under the Apache License, Version 2.0 (the
07:         * "License"); you may not use this file except in compliance
08:         * with the License. You may obtain a copy of the License at
09:         *
10:         * http://www.apache.org/licenses/LICENSE-2.0
11:         *
12:         * Unless required by applicable law or agreed to in writing,
13:         * software distributed under the License is distributed on an
14:         * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15:         * KIND, either express or implied. See the License for the
16:         * specific language governing permissions and limitations
17:         * under the License.
18:         */
19:
20:        package org.apache.axis2.deployment;
21:
22:        public class DeploymentErrorMsgs {
23:            public static final String ADDING_NEW_MODULE = "addingnewmodule";
24:            public static final String BAD_MODULE_FROM_OPERATION = "badModuleFromOperation";
25:            public static final String BAD_MODULE_FROM_SERVICE = "badModuleFromService";
26:            public static final String BAD_PARAMETER_ARGUMENT = "badparaagu";
27:            public static final String CONFIG_NOT_FOUND = "confignotfound";
28:            public static final String CLASS_NOT_FOUND = "classnotfound";
29:            public static final String DEPLOYING_MODULE = "deployeingmodule";
30:            public static final String DEPLOYING_WS = "deployingws";
31:            public static final String ELEMENT_IS_NOT_ALLOWED = "elementisnotallow";
32:            public static final String ERROR_IN_LOADING_MESSAGE_RECEIVER = "errorinloadingmr";
33:            public static final String FLOWTYPE_IS_REQUIRED = "flowtypeisrequird";
34:            public static final String FILE_NOT_FOUND = "fileNotFound";
35:            public static final String INFLOW_NOT_ALLOWED_IN_TRS_OUT = "inflownotallowedintrout";
36:            public static final String INVALID_HANDLER = "invalidhandler";
37:            public static final String INVALID_MODULE = "invalidmodule";
38:            public static final String INVALID_MODULE_CONFIG = "invalidmoduleconfig";
39:            public static final String INVALID_MODULE_REF = "invalidmodulerefbyconfig";
40:            public static final String INVALID_OP = "invalid_op";
41:            public static final String INVALID_PHASE = "invalidphase";
42:            public static final String INVALID_SERVICE = "invalidservice";
43:            public static final String INVALID_STORAGE_CLASS = "invalid_storage";
44:            public static final String MODULE_CANNOT_HAVE_BOTH_NAME_AND_REFERENCE = "modulecannothavrbothnameandref";
45:            public static final String DISPATCH_PHASE_NOT_FOUND = "dispatchPhaseNotFoundOnInflow";
46:            public static final String MODULE_NOT_FOUND = "modulenotfound";
47:            public static final String MODULE_VALIDATION_FAILED = "modulevalfailed";
48:            public static final String MODULE_XML_MISSING = "modulexmlnotfound";
49:            public static final String META_INF_MISSING = "noMetaInf";
50:            public static final String OBSERVER_ERROR = "obsererror";
51:            public static final String OPERATION_PROCESS_ERROR = "op_error";
52:            public static final String OUTFLOW_NOT_ALLOWED_IN_TRS_IN = "outflownotallowedintrin";
53:            public static final String PARAMETER_LOCKED = "parameterlockederror";
54:            public static final String PATH_TO_CONFIG_CANNOT_BE_NULL = "pathtoconfigcanotnull";
55:            public static final String REPOSITORY_CANNOT_BE_NULL = "repocannotbebull";
56:            public static final String SERVICE_MODULE_CANNOT_REFER_GLOBAL_PHASE = "servicemodulecannothaveglobal";
57:            public static final String SERVICE_NAME_ERROR = "servicenameeror";
58:            public static final String SERVICE_REMOVED = "serviceremoved";
59:            public static final String SERVICE_XML_NOT_FOUND = "servicexmlnotfound";
60:            public static final String ERROR_SETTING_CLIENT_HOME = "settingcl";
61:            public static final String TRANSPORT_SENDER_ERROR = "transportSenderError";
62:            public static final String XML_STREAM_EXCEPTION = "StreamException";
63:            public static final String ERROR_LOADING_MESSAGE_BUILDER = "errorloadingbuilder";
64:            public static final String ERROR_LOADING_MESSAGE_FORMATTER = "errorloadingformatter";
65:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.