de.schlund.pfixcore.webservice.jaxws |
|
Java Source File Name | Type | Comment |
ErrorHandler.java | Class | Handles exceptions by calling the configured FaultHandler and
and removing error details (stacktraces) from the response. |
JAXWSContext.java | Class | Request processing context stored threadlocal to get access to internal
information (invocation time, exception). |
JAXWSProcessor.java | Class | |
ProxyInvocationException.java | Class | RuntimeException wrapping the exception thrown by a webservice. |
RecordingHandler.java | Class | Records SOAP requests and responses for monitoring (only appropriate to development mode). |