Javadoc
The @HandlerChain annotation allows you to specify a configuration file that specifies the handler chain for the given web service.
@HandlerChain(file="myhandlerchain.xml") @WebService public class MyWebService { }
Up