Quantcast
Channel: Metro and JAXB Related Items on Java.net
Viewing all articles
Browse latest Browse all 171

Handling/catching exceptions of JAX-WS's internal code.

$
0
0

Does anybody know how to subscribe/handle/catch/be informed about exceptions that happen behind my own code? It's related mostly to those exceptions that cause delivery failures.
For example SocketTimeoutException or OutOfMemoryError on outgoing/response SOAP message. Such exceptions can happen after @WebMethod code is done, and delivery procedure is left to the JAX-WS engine.
It would be perfect to be at least somehow informed about those. Standard output/error are not an option here.

/Daniel


Viewing all articles
Browse latest Browse all 171

Trending Articles