org.jboss.test.webservice.samples2
Class OrderProcessImpl

java.lang.Object
  extended byorg.jboss.test.webservice.samples2.OrderProcessImpl
All Implemented Interfaces:
OrderProcess (src) , java.rmi.Remote

public class OrderProcessImpl
extends java.lang.Object
implements OrderProcess (src)

An example of a complex service endpoint impl

Since:
26-Apr-2004

Constructor Summary
OrderProcessImpl()
           
 
Method Summary
 OrderResponse (src) processOrder(OrderItem (src) [] items, Person (src)  person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderProcessImpl

public OrderProcessImpl()
Method Detail

processOrder

public OrderResponse (src)  processOrder(OrderItem (src) [] items,
                                  Person (src)  person)
                           throws OrderException (src) 
Specified by:
processOrder in interface OrderProcess (src)
Throws:
OrderException (src)