You can configure individual JAX-WS HTTP web services to invoke the SOA Agent JAX-WS Handler.
To configure an individual web service to invoke the SOA Agent JAX-WS Handler
<?xml version="1.0" encoding="UTF-8"?>
<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
<handler-chain>
<handler>
<handler-name>JBoss JAX-WS PEP Interceptor</handler-name>
<handler-class>com.ca.soa.agent.jaxwsplugin.JaxWsHandler</handler-class>
</handler>
</handler-chain>
</handler-chains>
@HandlerChain(file = "Services_handler.xml")
The JBoss SOA Agent JAX-WS Handler will be invoked only for this web service.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |