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