Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 1 | <%-- |
2 | ~ Licensed to the Apache Software Foundation (ASF) under one |
||
3 | ~ or more contributor license agreements. See the NOTICE file |
||
4 | ~ distributed with this work for additional information |
||
5 | ~ regarding copyright ownership. The ASF licenses this file |
||
6 | ~ to you under the Apache License, Version 2.0 (the |
||
7 | ~ "License"); you may not use this file except in compliance |
||
8 | ~ with the License. You may obtain a copy of the License at |
||
9 | ~ |
||
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 | <%@ page import="org.apache.axis2.Constants" %> |
||
21 | <%@ page import="org.apache.axis2.context.ConfigurationContext" %> |
||
22 | <%@ page import="org.apache.axis2.context.ServiceContext" %> |
||
23 | <%@ page import="org.apache.axis2.context.ServiceGroupContext" %> |
||
24 | <%@ page import="org.apache.axis2.deployment.util.PhasesInfo" %> |
||
25 | <%@ page import="org.apache.axis2.description.AxisModule" %> |
||
26 | <%@ page import="org.apache.axis2.description.AxisOperation" %> |
||
27 | <%@ page import="org.apache.axis2.description.AxisService" %> |
||
28 | <%@ page import="org.apache.axis2.description.AxisServiceGroup" %> |
||
29 | <%@ page import="org.apache.axis2.description.Parameter" %> |
||
30 | <%@ page import="org.apache.axis2.engine.AxisConfiguration" %> |
||
31 | <%@ page import="org.apache.axis2.engine.Handler" %> |
||
32 | <%@ page import="org.apache.axis2.engine.Phase" %> |
||
33 | <%@ page import="org.apache.axis2.util.JavaUtils" %> |
||
34 | <%@ page import="java.util.ArrayList" %> |
||
35 | <%@ page import="java.util.Collection" %> |
||
36 | <%@ page import="java.util.Enumeration" %> |
||
37 | <%@ page import="java.util.HashMap" %> |
||
38 | <%@ page import="java.util.Hashtable" %> |
||
39 | <%@ page import="java.util.Iterator" %> |
||
40 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> |
||
41 | <table width="100%" style="border-right:1px solid #CCCCCC;"> |
||
42 | <tr> |
||
43 | <td colspan="2" > |
||
44 | <b>Tools </b> |
||
45 | </td> |
||
46 | </tr> |
||
47 | <tr> |
||
48 | <td> |
||
49 | |
||
50 | </td> |
||
51 | <td> |
||
52 | <a href="axis2-admin/upload">Upload Service</a> |
||
53 | </td> |
||
54 | </tr> |
||
55 | <tr> |
||
56 | <td colspan="2" > |
||
57 | <b><nobr>System Components </nobr></b> |
||
58 | </td> |
||
59 | </tr> |
||
60 | <tr> |
||
61 | <td> |
||
62 | |
||
63 | </td> |
||
64 | <td > |
||
65 | <a href="axis2-admin/listService">Available Services</a> |
||
66 | </td> |
||
67 | </tr> |
||
68 | <tr> |
||
69 | <td> |
||
70 | |
||
71 | </td> |
||
72 | <td > |
||
73 | <a href="axis2-admin/listServiceGroups">Available Service Groups</a> |
||
74 | </td> |
||
75 | </tr> |
||
76 | <tr> |
||
77 | <td> |
||
78 | |
||
79 | </td> |
||
80 | <td > |
||
81 | <a href="axis2-admin/listModules">Available Modules</a> |
||
82 | </td> |
||
83 | </tr> |
||
84 | <tr> |
||
85 | <td> |
||
86 | |
||
87 | </td> |
||
88 | <td> |
||
89 | <a href="axis2-admin/globalModules">Globally Engaged Modules</a> |
||
90 | </td> |
||
91 | </tr> |
||
92 | <tr> |
||
93 | <td> |
||
94 | |
||
95 | </td> |
||
96 | <td > |
||
97 | <a href="axis2-admin/listPhases">Available Phases</a> |
||
98 | </td> |
||
99 | </tr> |
||
100 | <tr> |
||
101 | <td colspan="2" > |
||
102 | <b>Execution Chains</b> |
||
103 | </td> |
||
104 | </tr> |
||
105 | <tr> |
||
106 | <td> |
||
107 | |
||
108 | </td> |
||
109 | <td> |
||
110 | <a href="axis2-admin/viewGlobalHandlers">Global Chains</a> |
||
111 | </td> |
||
112 | </tr> |
||
113 | <tr> |
||
114 | <td> |
||
115 | |
||
116 | </td> |
||
117 | <td> |
||
118 | <a href="axis2-admin/selectService">Operation Specific Chains</a> |
||
119 | </td> |
||
120 | </tr> |
||
121 | <tr> |
||
122 | <td colspan="2" > |
||
123 | <b>Engage Module</b> |
||
124 | </td> |
||
125 | </tr> |
||
126 | <tr> |
||
127 | <td> |
||
128 | |
||
129 | </td> |
||
130 | <td> |
||
131 | <a href="axis2-admin/engagingglobally">For all Services</a> |
||
132 | </td> |
||
133 | </tr> |
||
134 | <tr> |
||
135 | <td> |
||
136 | |
||
137 | </td> |
||
138 | <td> |
||
139 | <a href="axis2-admin/engageToServiceGroup">For a Service Group</a> |
||
140 | </td> |
||
141 | </tr> |
||
142 | |||
143 | |||
144 | <tr> |
||
145 | <td> |
||
146 | |
||
147 | </td> |
||
148 | <td> |
||
149 | <a href="axis2-admin/engageToService">For a Service</a> |
||
150 | </td> |
||
151 | </tr> |
||
152 | |||
153 | <tr> |
||
154 | <td> |
||
155 | |
||
156 | </td> |
||
157 | <td> |
||
158 | <a href="axis2-admin/listOperation">For an Operation</a> |
||
159 | </td> |
||
160 | </tr> |
||
161 | |||
162 | <tr> |
||
163 | <td colspan="2" > |
||
164 | <b>Services</b> |
||
165 | </td> |
||
166 | </tr> |
||
167 | <tr> |
||
168 | <td> |
||
169 | |
||
170 | </td> |
||
171 | <td> |
||
172 | <a href="axis2-admin/deactivateService">Deactivate Service</a> |
||
173 | </td> |
||
174 | </tr> |
||
175 | <tr> |
||
176 | <td> |
||
177 | |
||
178 | </td> |
||
179 | <td> |
||
180 | <a href="axis2-admin/activateService">Activate Service</a> |
||
181 | </td> |
||
182 | </tr> |
||
183 | <tr> |
||
184 | <td> |
||
185 | |
||
186 | </td> |
||
187 | <td> |
||
188 | <a href="axis2-admin/selectServiceParaEdit">Edit Parameters</a> |
||
189 | </td> |
||
190 | </tr> |
||
191 | <tr> |
||
192 | <td colspan="2" > |
||
193 | <b>Contexts</b> |
||
194 | </td> |
||
195 | </tr> |
||
196 | <tr> |
||
197 | <td> |
||
198 | |
||
199 | </td> |
||
200 | <td> |
||
201 | <a href="axis2-admin/listContexts">View Hierarchy</a> |
||
202 | </td> |
||
203 | </tr> |
||
204 | </table> |