Author: jliu
Date: Wed Jan  3 18:13:09 2007
New Revision: 492382

URL: http://svn.apache.org/viewvc?view=rev&rev=492382
Log:
Added missing file for test

Added:
    
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
   (with props)

Added: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml?view=auto&rev=492382
==============================================================================
--- 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
 (added)
+++ 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
 Wed Jan  3 18:13:09 2007
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you 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.
+-->
+<handler-chains xmlns="http://java.sun.com/xml/ns/javaee"; 
+xmlns:cfg="http://cxf.apache.org/configuration/cfg"; 
+xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+xsi:schemaLocation="http://java.sun.com/xml/ns/javaee";>
+    <handler-chain>
+        <handler>
+               <handler-name>Handler1</handler-name>
+               
<handler-class>org.apache.cxf.systest.handlers.TestHandler</handler-class>
+       </handler>
+        <handler>
+               <handler-name>Handler2</handler-name>
+               
<handler-class>org.apache.cxf.systest.handlers.TestHandler</handler-class>
+       </handler>
+        <handler>
+               <handler-name>ProtocolHandler1</handler-name>
+               
<handler-class>org.apache.cxf.systest.handlers.TestSOAPHandler</handler-class>
+       </handler>
+        <handler>
+               <handler-name>ProtocolHandler2</handler-name>
+               
<handler-class>org.apache.cxf.systest.handlers.TestSOAPHandler</handler-class>
+       </handler>
+    </handler-chain>
+</handler-chains>    
+    
+

Propchange: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/handlers/handlers_invocation.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml


Reply via email to