FileDocCategorySizeDatePackage
OrderService.javaAPI DocExample627Tue Dec 30 02:12:46 GMT 2003org.springframework.samples.jpetstore.domain.logic

OrderService

public interface OrderService
Separate OrderService interface, implemented by PetStoreImpl in addition to PetStoreFacade.

Mainly targetted at usage as remote service interface.

author
Juergen Hoeller
since
26.12.2003
see
PetStoreFacade
see
PetStoreImpl
see
org.springframework.samples.jpetstore.service.RemoteOrderService
see
org.springframework.samples.jpetstore.service.server.JaxRpcOrderService

Fields Summary
Constructors Summary
Methods Summary
public org.springframework.samples.jpetstore.domain.OrdergetOrder(int orderId)