I have used the method outlined below to provide my own "pivot" handler.
One question: My handler extends BasicHandler and contains an init() method. But my handler's init() doesn't ever execute. Any clues as to why this might be? (Every handler in the chain should have it's init() method called, right?) TIA. Steve Pannier Jacada, Inc. (763) 201-0002 Ext. 219 [EMAIL PROTECTED] http://www.jacada.com -----Original Message----- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Montag, 11. Februar 2002 17:01 To: '[EMAIL PROTECTED]' Subject: RE: Urgent: Help needed with deployment of my own transport and dynamic provider in the current build The WSDD syntax for deploying a service with a particular Handler as the "pivot" is as follows: <service name="P2plusService" provider="Handler"> <parameter name="handlerClass" value="com.apag.p2plus.p2tools.P2plusServer$AxisDispatcher"/> etc... </service> Steve Pannier Jacada, Inc. (763) 201-0002 Ext. 219 [EMAIL PROTECTED] http://www.jacada.com
