• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Doubts on Message Handlers

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. on serverside, if a handler's handleResponse() method returns false, it will skip the remaining chain and sends the reply directly to client. Will it skips the server side handler chain only or client side handler chain also?

2. on serverside, if a handler's handleRequest() method throws SOAPFaultException, it will returns back from the current handler and follows the handler chain with handleFault() method. Is this correct?

3. If JAXRException is thrown from any handler it will stops executing handler chain and returns soap fault message to the client directly. Is this correct?

Please clarify me......

Thanks
Krishna
[ October 25, 2008: Message edited by: Hari Krishna ]
 
Do not meddle in the affairs of dragons - for you are crunchy and good with ketchup. Crunchy tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic