org.mule.example.bookstore
Interface OrderService

All Known Implementing Classes:
OrderServiceImpl

public interface OrderService

Interface for placing a book order


Field Summary
static String URL
          The order service will be accesible as a web service at this URL
 
Method Summary
 Order orderBook(Book book, int quantity, String address, String email)
          Place a book order
 

Field Detail

URL

static final String URL
The order service will be accesible as a web service at this URL

See Also:
Constant Field Values
Method Detail

orderBook

Order orderBook(Book book,
                int quantity,
                String address,
                String email)
Place a book order



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.