Uses of Class
org.apache.camel.example.cxf.jaxrs.resources.BookNotFoundFault

Packages that use BookNotFoundFault
org.apache.camel.example.cxf.jaxrs   
org.apache.camel.example.cxf.jaxrs.resources   
 

Uses of BookNotFoundFault in org.apache.camel.example.cxf.jaxrs
 

Methods in org.apache.camel.example.cxf.jaxrs that return BookNotFoundFault
 BookNotFoundFault JAXRSClient.TestResponseExceptionMapper.fromResponse(javax.ws.rs.core.Response r)
           
 

Uses of BookNotFoundFault in org.apache.camel.example.cxf.jaxrs.resources
 

Methods in org.apache.camel.example.cxf.jaxrs.resources that throw BookNotFoundFault
 Book BookStoreImpl.getBook(Long id)
           
 Book BookStore.getBook(Long id)
           
 



Apache CAMEL