| Class | Description |
|---|---|
| ErrorHandlerInterceptor |
CXF Interceptor for outbound faults that handles internal server errors.
|
| ExceptionFilter |
Servlet filter that catches any exception to hide it from client, and maps it to HTTP status Bad Request if
NoSuchMethodError, else to Internal Server Error; and logs the error using SLF4J. |
| JAXRSSubResourceCompatibleFIStaxInInterceptor |
This modifies
FIStaxInInterceptor to apply the StaxInEndingInterceptor to phase post-invoke instead of pre-invoke, in order to allow JAXBElementProvider
doUnmarshal(...) method, when called on a JAX-RS subresource operation invocation, to get the StAXDocumentParser created here. |
Copyright © 2012-2016. All Rights Reserved.