org.apache.camel.example.cxf.jaxrs
Class JAXRSClient.TestResponseExceptionMapper
java.lang.Object
org.apache.camel.example.cxf.jaxrs.JAXRSClient.TestResponseExceptionMapper
- All Implemented Interfaces:
- org.apache.cxf.jaxrs.client.ResponseExceptionMapper<BookNotFoundFault>
- Enclosing class:
- JAXRSClient
public static class JAXRSClient.TestResponseExceptionMapper
- extends Object
- implements org.apache.cxf.jaxrs.client.ResponseExceptionMapper<BookNotFoundFault>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXRSClient.TestResponseExceptionMapper
public JAXRSClient.TestResponseExceptionMapper()
fromResponse
public BookNotFoundFault fromResponse(javax.ws.rs.core.Response r)
- Specified by:
fromResponse in interface org.apache.cxf.jaxrs.client.ResponseExceptionMapper<BookNotFoundFault>
Apache CAMEL