| 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. |
| JsonJaxrsProvider<T> |
Fix for CXF issue: JSONProvider does not enforce JAX-RS (JSON in this case)
depth control properties org.apache.cxf.stax.* (only
innerElementCountThreshold is enforced and only affects JSONObject key-value
pairs, not JSONArray elements!), as of CXF 3.1.8.
|
Copyright © 2012–2017. All rights reserved.