Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 61610 invoked from network); 29 Apr 2006 12:07:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2006 12:07:48 -0000 Received: (qmail 21151 invoked by uid 500); 29 Apr 2006 12:07:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 20870 invoked by uid 500); 29 Apr 2006 12:07:46 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 20856 invoked by uid 500); 29 Apr 2006 12:07:46 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 20841 invoked by uid 99); 29 Apr 2006 12:07:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Apr 2006 05:07:46 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 29 Apr 2006 05:07:44 -0700 Received: (qmail 61299 invoked by uid 65534); 29 Apr 2006 12:07:24 -0000 Message-ID: <20060429120724.61291.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r398126 - in /webservices/axis2/trunk/java/modules/webapp: ActivateService.jsp InActivateService.jsp SelectService.jsp ViewGlobalHandlers.jsp ViewServiceHandlers.jsp listService.jsp viewphases.jsp Date: Sat, 29 Apr 2006 12:07:22 -0000 To: axis2-cvs@ws.apache.org From: chatra@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chatra Date: Sat Apr 29 05:07:19 2006 New Revision: 398126 URL: http://svn.apache.org/viewcvs?rev=398126&view=rev Log: made corrections and improvements to web app UT text Modified: webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp webservices/axis2/trunk/java/modules/webapp/SelectService.jsp webservices/axis2/trunk/java/modules/webapp/ViewGlobalHandlers.jsp webservices/axis2/trunk/java/modules/webapp/ViewServiceHandlers.jsp webservices/axis2/trunk/java/modules/webapp/listService.jsp webservices/axis2/trunk/java/modules/webapp/viewphases.jsp Modified: webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/ActivateService.jsp Sat Apr 29 05:07:19 2006 @@ -1,52 +1,52 @@ -<%@ page import="org.apache.axis2.Constants, - org.apache.axis2.description.AxisService, - java.util.Collection, - java.util.HashMap, - java.util.Iterator"%> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - -

Turn on Axis Service

-
- - - - - - - - - - - - - - - - - -
-

The Axis Service will be marked as active , and only display the in-active services

-<%-- Remove Service : The selected axisService will be removed from the file system and if the--%> -<%--   system restart it wont be there next time--%> -
Select Service : -
Activate Service -
  - - -
-
- +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Turn On Service

+
+ + + + + + + + + + + + + + + + + +
+

The services that are inactive are listed below. Although you can activate the services from this page, once system is restarted the services will be inactive again

+<%-- Remove Service : The selected axisService will be removed from the file system and if the--%> +<%--   system restart it wont be there next time--%> +
Select Service : +
Activate Service +
  + + +
+
+ Modified: webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/InActivateService.jsp Sat Apr 29 05:07:19 2006 @@ -1,52 +1,52 @@ -<%@ page import="org.apache.axis2.Constants, - org.apache.axis2.description.AxisService, - java.util.Collection, - java.util.HashMap, - java.util.Iterator"%> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - -

Turn off Axis Service

-
- - - - - - - - - - - - - - - - - -
-

The Axis Service will be marked as in-active , but if the system restarts then the Axis Service will be active again

-<%-- Remove Service : The selected axisService will be removed from the file system and if the--%> -<%--   system restart it wont be there next time--%> -
Select Service : -
In-activate Service -
  - - -
-
- +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Turn Off Service

+
+ + + + + + + + + + + + + + + + + +
+

Only the services that are active are listed below. Note that although you can activate a service from this page,once system is restarted the service will be active again

+<%-- Remove Service : The selected axisService will be removed from the file system and if the--%> +<%--   system restart it wont be there next time--%> +
Select Service : +
Inactivate Service +
  + + +
+
+ Modified: webservices/axis2/trunk/java/modules/webapp/SelectService.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/SelectService.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/SelectService.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/SelectService.jsp Sat Apr 29 05:07:19 2006 @@ -1,85 +1,85 @@ -<%@ page import="org.apache.axis2.Constants, - org.apache.axis2.description.AxisService, - java.util.Collection, - java.util.HashMap, - java.util.Iterator"%> - <% - /* -* Copyright 2004,2005 The Apache Software Foundation. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -* -*/ - -/** - * Author : Deepal Jayasinghe - * Date: May 26, 2005 - * Time: 7:14:26 PM - */ -%> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - - - <% - String action =""; - String buttonName="" ; - String status = (String)request.getSession().getAttribute(Constants.SELECT_SERVICE_TYPE); - String heading = ""; - String disc = ""; - if(status != null && status.equals("MODULE")) { - action = "listOperations"; - buttonName = " View Operations"; - heading = "Select a Service to view Operation specific Chains"; - disc = "Select a axisService from the combo and click on the 'View Operations' button to view Operation specific Chains."; - } else if(status != null && status.equals("VIEW")){ - buttonName = " View "; - action = "viewServiceHandlers"; - heading = "Select a Service to view Service Handlers"; - disc = "Select a axisService from the combo and click on the 'View' button to view Service Handlers."; - } else if (status != null && status.equals("SERVICE_PARAMETER")){ - buttonName = " Edit Parameters "; - action = Constants.EDIR_SERVICE_PARA; - heading = "Select a Service to Edit Parameters"; - disc = "Select a axisService from the combo and click on the 'Edit Parameters' button to Edit Parameters."; - } - %> -

<%=heading%>

-

<%=disc%>

-
- - - - - - - - -
Select a Service : -
 
  - -
-
- +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> + <% + /* +* Copyright 2004,2005 The Apache Software Foundation. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +*/ + +/** + * Author : Deepal Jayasinghe + * Date: May 26, 2005 + * Time: 7:14:26 PM + */ +%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + <% + String action =""; + String buttonName="" ; + String status = (String)request.getSession().getAttribute(Constants.SELECT_SERVICE_TYPE); + String heading = ""; + String disc = ""; + if(status != null && status.equals("MODULE")) { + action = "listOperations"; + buttonName = " View Operations"; + heading = "Select a Service to View Operation Specific Chains"; + disc = "Select a axisService from the combo and click on the 'View Operations' button to view Operation specific Chains."; + } else if(status != null && status.equals("VIEW")){ + buttonName = " View "; + action = "viewServiceHandlers"; + heading = "Select a Service to View Service Handlers"; + disc = "Select a axisService from the combo and click on the 'View' button to view Service Handlers."; + } else if (status != null && status.equals("SERVICE_PARAMETER")){ + buttonName = " Edit Parameters "; + action = Constants.EDIR_SERVICE_PARA; + heading = "Select a Service to Edit Parameters"; + disc = "Select a axisService from the combo and click on the 'Edit Parameters' button to Edit Parameters."; + } + %> +

<%=heading%>

+

<%=disc%>

+
+ + + + + + + + +
Select a Service : +
 
  + +
+
+ Modified: webservices/axis2/trunk/java/modules/webapp/ViewGlobalHandlers.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/ViewGlobalHandlers.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/ViewGlobalHandlers.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/ViewGlobalHandlers.jsp Sat Apr 29 05:07:19 2006 @@ -1,143 +1,143 @@ -<%@ page import="org.apache.axis2.Constants, - org.apache.axis2.engine.AxisConfiguration, - org.apache.axis2.engine.Handler, - org.apache.axis2.engine.Phase, - java.util.ArrayList"%> - <%-- - /* -* Copyright 2004,2005 The Apache Software Foundation. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -* -*/ - -/** - * Author : Deepal Jayasinghe - * Date: May 26, 2005 - * Time: 7:14:26 PM - */ ---%> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - -

View Global Execution Chains

- <% - AxisConfiguration axisConfig = (AxisConfiguration)request.getSession(). - getAttribute(Constants.GLOBAL_HANDLERS); - if(axisConfig != null ){ - ArrayList handlers ; - ArrayList phases = axisConfig.getGlobalInFlow(); - %> -

In Flow up to and including dispatcher

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - phases = axisConfig.getInFaultFlow(); - %> -

In Fault Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - - phases = axisConfig.getGlobalOutPhases(); - %> -

Out Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - phases = axisConfig.getOutFaultFlow(); - %> -

Out Fault Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - - } - %> - +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.engine.AxisConfiguration, + org.apache.axis2.engine.Handler, + org.apache.axis2.engine.Phase, + java.util.ArrayList"%> + <%-- + /* +* Copyright 2004,2005 The Apache Software Foundation. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +*/ + +/** + * Author : Deepal Jayasinghe + * Date: May 26, 2005 + * Time: 7:14:26 PM + */ +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

View Global Execution Chains

+ <% + AxisConfiguration axisConfig = (AxisConfiguration)request.getSession(). + getAttribute(Constants.GLOBAL_HANDLERS); + if(axisConfig != null ){ + ArrayList handlers ; + ArrayList phases = axisConfig.getGlobalInFlow(); + %> +

In Flow Up To and Including Dispatcher

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisConfig.getInFaultFlow(); + %> +

In Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + phases = axisConfig.getGlobalOutPhases(); + %> +

Out Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisConfig.getOutFaultFlow(); + %> +

Out Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + } + %> + Modified: webservices/axis2/trunk/java/modules/webapp/ViewServiceHandlers.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/ViewServiceHandlers.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/ViewServiceHandlers.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/ViewServiceHandlers.jsp Sat Apr 29 05:07:19 2006 @@ -1,152 +1,152 @@ -<%@ page import="org.apache.axis2.Constants, - org.apache.axis2.description.AxisOperation, - org.apache.axis2.description.AxisService, - org.apache.axis2.engine.Handler, - org.apache.axis2.engine.Phase, - java.util.ArrayList, - java.util.Iterator"%> -<% - /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * - */ - -/** -* Author : Deepal Jayasinghe -* Date: May 26, 2005 -* Time: 7:14:26 PM -*/ - %> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - - -

View Operation specific Chains

- <% - AxisService axisService = (AxisService)request.getSession(). - getAttribute(Constants.SERVICE_HANDLERS); - if(axisService != null ){ - ArrayList handlers ; - Iterator operations = axisService.getOperations(); - while (operations.hasNext()) { - AxisOperation axisOperationon = (AxisOperation) operations.next(); - %>

Operation Name : <%=axisOperationon.getName().getLocalPart()%>

<% - ArrayList phases = axisOperationon.getRemainingPhasesInFlow(); - %> -

In Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - phases = axisOperationon.getPhasesInFaultFlow(); - %> -

In Fault Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - - phases = axisOperationon.getPhasesOutFlow(); - %> -

Out Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - phases = axisOperationon.getPhasesOutFaultFlow(); - %> -

Out Fault Flow

-
    - <% - for (int i = 0; i < phases.size(); i++) { - Phase phase = (Phase) phases.get(i); - %> -
  • Phase Name : <%=phase.getPhaseName()%>
  • -
      - <% - handlers = phase.getHandlers(); - for (int j = 0; j < handlers.size(); j++) { - Handler handler = (Handler) handlers.get(j); - %> -
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • - <% - } - %> -
    - <% - } - %> -
- <% - - } - } - - %> +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisOperation, + org.apache.axis2.description.AxisService, + org.apache.axis2.engine.Handler, + org.apache.axis2.engine.Phase, + java.util.ArrayList, + java.util.Iterator"%> +<% + /* + * Copyright 2004,2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * + */ + +/** +* Author : Deepal Jayasinghe +* Date: May 26, 2005 +* Time: 7:14:26 PM +*/ + %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + +

View Operation Specific Chains

+ <% + AxisService axisService = (AxisService)request.getSession(). + getAttribute(Constants.SERVICE_HANDLERS); + if(axisService != null ){ + ArrayList handlers ; + Iterator operations = axisService.getOperations(); + while (operations.hasNext()) { + AxisOperation axisOperationon = (AxisOperation) operations.next(); + %>

Operation Name : <%=axisOperationon.getName().getLocalPart()%>

<% + ArrayList phases = axisOperationon.getRemainingPhasesInFlow(); + %> +

In Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisOperationon.getPhasesInFaultFlow(); + %> +

In Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + phases = axisOperationon.getPhasesOutFlow(); + %> +

Out Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisOperationon.getPhasesOutFaultFlow(); + %> +

Out Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName().getLocalPart()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + } + } + + %> Modified: webservices/axis2/trunk/java/modules/webapp/listService.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/listService.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/listService.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/listService.jsp Sat Apr 29 05:07:19 2006 @@ -35,7 +35,7 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> -

Available services

+

Available Services

<% String prifix = request.getAttribute("frontendHostUrl") + "services/"; String restprefix = request.getAttribute("frontendHostUrl") + "rest/"; %> Modified: webservices/axis2/trunk/java/modules/webapp/viewphases.jsp URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/webapp/viewphases.jsp?rev=398126&r1=398125&r2=398126&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/webapp/viewphases.jsp (original) +++ webservices/axis2/trunk/java/modules/webapp/viewphases.jsp Sat Apr 29 05:07:19 2006 @@ -33,7 +33,7 @@ ArrayList phases = (ArrayList)request.getSession().getAttribute(Constants.PHASE_LIST); request.getSession().setAttribute(Constants.PHASE_LIST,null); ArrayList tempList; - %>

System pre-defined phases

+ %>

System Pre-defined Phases

InFlow Up to Dispatcher
<% @@ -75,7 +75,7 @@ <%-- %>--%>

-

User defined phases

+

User Defined Phases

Inflow after Dispatcher
<%