PageRenderTime 31ms CodeModel.GetById 23ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/jboss-as-7.1.1.Final/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ws/wsrm/ws-handler.xml

#
XML | 15 lines | 12 code | 3 blank | 0 comment | 0 complexity | 81c9cfde4e602e80e7f3127b38883b48 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
 1<?xml version="1.0" encoding="UTF-8"?>
 2
 3<handler-chains xmlns="http://java.sun.com/xml/ns/javaee"
 4                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 5                xmlns:ns1="http://org.jboss.ws/jaxws/samples/logicalhandler"
 6                xsi:schemaLocation="http://java.sun.com/xml/ns/javaee javaee_web_services_1_2.xsd">
 7
 8    <handler-chain>
 9        <handler>
10            <handler-name>WSHandler</handler-name>
11            <handler-class>org.jboss.as.test.integration.ws.wsrm.ReliableCheckHandler</handler-class>
12        </handler>
13    </handler-chain>
14
15</handler-chains>