Can Anyone give me a simple example of @Handlerchain annonation
jatashankar shukla
Greenhorn
Joined: Nov 16, 2008
Posts: 4
posted
0
I want a simple example of how excatly the annotation @handlerchain works and what is the use of this annotation in web service.Why do one will need this annotation?I am using glassfish and eclipse.Can any please give me the source code.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
The @HandlerChain annotation is the JAX-WS way of implementing web service handlers. You can find more information here and here.