Download
FAQ History |
![]() ![]() ![]() |
API
Search Feedback |
Common Code
The Coffee Break server and JAX-RPC and SAAJ services share a number of JavaBeans components. The source code for these components resides in the
<
INSTALL
>/jwstutorial13/examples/cb/common/src/
directory:
AddressBean
--shipping information for customerConfirmationBean
--order id and ship dateCustomerBean
--customer contact informationLineItemBean
--order itemOrderBean
--order id, customer, address, list of line items, total pricePriceItemBean
--price list entry (coffee name and wholesale price)PriceListBean
--price list.In addition, the common directory contains the
CoffeeBreak.properties
file, which contains the URLs exposed by the Registry Server and the JAX-RPC and SAAJ distributors, theURLHelper
class, which is used by the server and client classes to retrieve the URLs, and theDateHelper
utility class.
Download
FAQ History |
![]() ![]() ![]() |
API
Search Feedback |
All of the material in The Java(TM) Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.