[jboss-user] [JBossWS] - Handlers - reference to service endpoints

2007-05-18 Thread maciej.machulak
Hi, Is there ANY way to get information in a handler about the class/method that is being executed (when a message comes)? I'm not asking about the web-method name that can be obtained from the SOAP message but I it is possible to get a reference to the method itself (somehow:) ). Thanks in adv

[jboss-user] [JBossWS] - Handlers

2007-04-04 Thread KoniKoni
I want to use Statefull Webservice for that i saw a example. If i add follo code: @SOAPMessageHandlers( { | @SOAPMessageHandler(className = "org.jboss.ws.addressing.soap.SOAPServerHandler"), | @SOAPMessageHandler(className = "org.jboss.test.ws.samples.wsaddr.ServerHandler") Neatb

[jboss-user] [JBossWS] - Handlers

2006-12-18 Thread Redhopter
Hi All! I have written JBossWS web service and client class for it. Client and service work successfully. Also I have written Handler class such as | public class MHandler extends GenericHandler{ | public boolean handleRequest(MessageContext context) { | SOAPMessageContext sctx