public static class JAXRSClient.TestResponseExceptionMapper extends Object implements org.apache.cxf.jaxrs.client.ResponseExceptionMapper<BookNotFoundFault>
Constructor and Description |
---|
TestResponseExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
BookNotFoundFault |
fromResponse(javax.ws.rs.core.Response r) |
public BookNotFoundFault fromResponse(javax.ws.rs.core.Response r)
fromResponse
in interface org.apache.cxf.jaxrs.client.ResponseExceptionMapper<BookNotFoundFault>
Apache Camel