PageRenderTime 38ms CodeModel.GetById 16ms 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. <handler-chains xmlns="http://java.sun.com/xml/ns/javaee"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:ns1="http://org.jboss.ws/jaxws/samples/logicalhandler"
  5. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee javaee_web_services_1_2.xsd">
  6. <handler-chain>
  7. <handler>
  8. <handler-name>WSHandler</handler-name>
  9. <handler-class>org.jboss.as.test.integration.ws.wsrm.ReliableCheckHandler</handler-class>
  10. </handler>
  11. </handler-chain>
  12. </handler-chains>