- All Implemented Interfaces:
- javax.xml.ws.handler.Handler, javax.xml.ws.handler.soap.SOAPHandler
public class DelegatingJaxWsHandler
extends java.lang.Object
implements javax.xml.ws.handler.soap.SOAPHandler
Some appservers and IDEs (eg Netbeans) only allow you to add web service Handlers if you have the source code. This
class is a simple wrapper for JaxWS style message handlers - it simply delegates to a class contained within
lisaint2.0.jar which does the 'real' LISA integration for your JavaEE web services. For JBoss 4, you may want to
add a global handler.
This source code is intended to be shipped and adapted to your project (you may wish to change the package name)