Class BookServiceJerseyClient
- java.lang.Object
-
- org.mockserver.examples.proxy.service.jerseyclient.BookServiceJerseyClient
-
- All Implemented Interfaces:
BookService
@Component public class BookServiceJerseyClient extends Object implements BookService
- Author:
- jamesdbloom
-
-
Field Summary
-
Fields inherited from interface org.mockserver.examples.proxy.service.BookService
logger
-
-
Constructor Summary
Constructors Constructor Description BookServiceJerseyClient()
-
-
-
Method Detail
-
getAllBooks
public Book[] getAllBooks()
- Specified by:
getAllBooksin interfaceBookService
-
getBook
public Book getBook(String id)
- Specified by:
getBookin interfaceBookService
-
-