Source Code Cross Referenced for HelpUrls.java in  » Web-Services » soapui-1.7.5 » com » eviware » soapui » impl » wsdl » support » 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 » soapui 1.7.5 » com.eviware.soapui.impl.wsdl.support 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         *  soapUI, copyright (C) 2004-2007 eviware.com 
003:         *
004:         *  soapUI is free software; you can redistribute it and/or modify it under the 
005:         *  terms of version 2.1 of the GNU Lesser General Public License as published by 
006:         *  the Free Software Foundation.
007:         *
008:         *  soapUI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 
009:         *  even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
010:         *  See the GNU Lesser General Public License for more details at gnu.org.
011:         */
012:
013:        package com.eviware.soapui.impl.wsdl.support;
014:
015:        /**
016:         * Help URLS in soapUI documentation
017:         * 
018:         * @author ole.matzura
019:         */
020:
021:        public interface HelpUrls {
022:            public static final String HELP_URL_ROOT = "http://www.soapui.org/userguide/";
023:
024:            public static final String OVERVIEW_HELP_URL = HELP_URL_ROOT
025:                    + "overview.html";
026:            public static final String WORKSPACE_HELP_URL = HELP_URL_ROOT
027:                    + "projects.html";
028:            public static final String INTERFACE_HELP_URL = HELP_URL_ROOT
029:                    + "interfaces.html";
030:            public static final String OPERATION_HELP_URL = HELP_URL_ROOT
031:                    + "operations.html";
032:            public static final String HEADERS_HELP_URL = HELP_URL_ROOT
033:                    + "requests.html#HTTP_Headers";
034:            public static final String PROJECT_HELP_URL = HELP_URL_ROOT
035:                    + "projects.html#soapui_WSDL_Projects";
036:            public static final String REQUEST_HELP_URL = HELP_URL_ROOT
037:                    + "requests.html";
038:            public static final String ATTACHMENTS_HELP_URL = HELP_URL_ROOT
039:                    + "attachments.html";
040:
041:            public static final String TESTSUITE_HELP_URL = HELP_URL_ROOT
042:                    + "functional/testsuites.html";
043:            public static final String TESTCASE_HELP_URL = HELP_URL_ROOT
044:                    + "functional/testcases.html";
045:            public static final String PROPERTYTRANSFER_HELP_URL = HELP_URL_ROOT
046:                    + "functional/propertytransfers.html";
047:            public static final String DELAYSTEP_HELP_URL = HELP_URL_ROOT
048:                    + "functional/testcases.html#Delay_Test_Step";
049:            public static final String GOTOSTEP_HELP_URL = HELP_URL_ROOT
050:                    + "functional/gotostep.html";
051:            public static final String PROPERTIESSTEP_HELP_URL = HELP_URL_ROOT
052:                    + "functional/propertiesstep.html";
053:            public static final String GROOVYSTEP_HELP_URL = HELP_URL_ROOT
054:                    + "functional/groovystep.html";
055:            public static final String TESTREQUEST_HELP_URL = HELP_URL_ROOT
056:                    + "functional/testrequests.html";
057:            public static final String LOADTEST_HELP_URL = HELP_URL_ROOT
058:                    + "loadtest/index.html";
059:
060:            public static final String USERGUIDE_HELP_URL = HELP_URL_ROOT
061:                    + "index.html";
062:            public static final String GETTINGSTARTED_HELP_URL = "http://www.soapui.org/gettingstarted/index.html";
063:            public static final String GOTOSTEPEDITOR_HELP_URL = HELP_URL_ROOT
064:                    + "functional/gotostep.html#The_Conditional_Goto_Editor";
065:            public static final String GROOVYSTEPEDITOR_HELP_URL = HELP_URL_ROOT
066:                    + "functional/groovystep.html#The_Groovy_Script_Editor";
067:            public static final String PROPERTIESSTEPEDITOR_HELP_URL = HELP_URL_ROOT
068:                    + "functional/propertiesstep.html#Properties_Editor";
069:            public static final String TRANSFERSTEPEDITOR_HELP_URL = HELP_URL_ROOT
070:                    + "functional/propertytransfers.html#The_PropertyTransfer_Editor";
071:            public static final String TESTCASEEDITOR_HELP_URL = HELP_URL_ROOT
072:                    + "functional/testcases.html#The_TestCase_Editor";
073:            public static final String TESTSUITEEDITOR_HELP_URL = HELP_URL_ROOT
074:                    + "functional/testsuites.html#TestSuite_Runner";
075:            public static final String LOADTESTEDITOR_HELP_URL = HELP_URL_ROOT
076:                    + "loadtest/index.html#The_LoadTest_Editor";
077:            public static final String STATISTICSGRAPH_HELP_URL = HELP_URL_ROOT
078:                    + "loadtest/diagrams.html#The_Statistics_Diagram";
079:            public static final String STATISTICSHISTORYGRAPH_HELP_URL = HELP_URL_ROOT
080:                    + "loadtest/diagrams.html#The_Statistics_History_Diagram";
081:            public static final String REQUESTEDITOR_HELP_URL = HELP_URL_ROOT
082:                    + "requests.html#The_Request_Editor";
083:            public static final String TESTREQUESTEDITOR_HELP_URL = HELP_URL_ROOT
084:                    + "functional/testrequests.html#The_TestRequest_Editor";
085:            public static final String PREFERENCES_HELP_URL = HELP_URL_ROOT
086:                    + "preferences.html";
087:            public static final String TESTCASEOPTIONS_HELP_URL = HELP_URL_ROOT
088:                    + "functional/testcases.html#TestCase_Options";
089:            public static final String LOADTESTOPTIONS_HELP_URL = HELP_URL_ROOT
090:                    + "loadtest/index.html#LoadTest_Options";
091:            public static final String XPATHASSERTIONEDITOR_HELP_URL = HELP_URL_ROOT
092:                    + "functional/response-assertions.html#XPath_Match";
093:
094:            public static final String ENDPOINTSEDITOR_HELP_URL = HELP_URL_ROOT
095:                    + "interfaces.html#Service_Endpoints";
096:
097:            public static final String AXIS1X_HELP_URL = "http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference";
098:            public static final String AXIS2X_HELP_URL = "http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html";
099:            public static final String DOTNET_HELP_URL = "http://msdn2.microsoft.com/en-us/library/7h3ystb6.aspx";
100:            public static final String GSOAP_HELP_URL = "http://www.cs.fsu.edu/~engelen/soap.html";
101:
102:            public static final String JABXJC_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html";
103:            public static final String WSTOOLS_HELP_URL = "http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html";
104:            public static final String TCPMON_HELP_URL = "http://ws.apache.org/commons/tcpmon/";
105:            public static final String WSCOMPILE_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxrpc/jaxrpc-tools.html#wp80809";
106:            public static final String WSIMPORT_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxws/wsimport.html";
107:            public static final String XFIRE_HELP_URL = "http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL";
108:            public static final String XMLBEANS_HELP_URL = "http://xmlbeans.apache.org/docs/2.0.0/guide/tools.html#scomp";
109:            public static final String ORACLEWSA_HELP_URL = HELP_URL_ROOT
110:                    + "tools/topdown.html#Oracle_WSA";
111:            public static final String JBOSSWS_WSCONSUME_HELP_URL = "http://jbws.dyndns.org/mediawiki/index.php/Wsconsume";
112:
113:            public static final String MAX_ERRORS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
114:                    + "loadtest/assertions.html#Max_Errors_Assertion";
115:            public static final String STEP_MAXIMUM_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
116:                    + "loadtest/assertions.html#Step_Maximum_Assertion";
117:            public static final String STEP_STATUS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
118:                    + "loadtest/assertions.html#Step_Status_Assertion";
119:            public static final String STEP_TPS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
120:                    + "loadtest/assertions.html#Step_TPS_Assertion";
121:            public static final String STEP_AVERAGE_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
122:                    + "loadtest/assertions.html#Step_Average_Assertion";
123:
124:            public static final String SIMPLE_CONTAINS_HELP_URL = HELP_URL_ROOT
125:                    + "functional/response-assertions.html#Simple_Contains";
126:            public static final String SIMPLE_NOT_CONTAINS_HELP_URL = HELP_URL_ROOT
127:                    + "functional/response-assertions.html#Simple_NotContains";
128:            public static final String GROOVYASSERTION_HELP_URL = HELP_URL_ROOT
129:                    + "functional/response-assertions.html#Script_Assertion";
130:
131:            public static final String MOCKRESPONSE_HELP_URL = HELP_URL_ROOT
132:                    + "mock/responses.html";
133:            public static final String MOCKSERVICE_HELP_URL = HELP_URL_ROOT
134:                    + "mock/services.html";
135:            public static final String MOCKRESPONSE_SCRIPT_HELP_URL = HELP_URL_ROOT
136:                    + "mock/responses.html#Response_Scripts";
137:
138:            public static final String MOCKOPERATION_HELP_URL = HELP_URL_ROOT
139:                    + "mock/operations.html";
140:            public static final String MOCKOPERATION_SCRIPTDISPATCH_HELP_URL = HELP_URL_ROOT
141:                    + "mock/operations.html#Script_Dispatching";
142:            public static final String MOCKOPERATION_XPATHDISPATCH_HELP_URL = HELP_URL_ROOT
143:                    + "mock/operations.html#XPath_Dispatching";
144:
145:            public static final String RESPONSE_ASSERTIONS_HELP_URL = HELP_URL_ROOT
146:                    + "functional/response-assertions.html";
147:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.