org.switchyard.quickstarts.demos.orders
Class InventoryServiceBean

java.lang.Object
  extended by org.switchyard.quickstarts.demos.orders.InventoryServiceBean
All Implemented Interfaces:
InventoryService

@Service(value=InventoryService.class)
public class InventoryServiceBean
extends Object
implements InventoryService


Constructor Summary
InventoryServiceBean()
           
 
Method Summary
 Item lookupItem(String itemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryServiceBean

public InventoryServiceBean()
Method Detail

lookupItem

public Item lookupItem(String itemId)
                throws ItemNotFoundException
Specified by:
lookupItem in interface InventoryService
Throws:
ItemNotFoundException


Copyright © 2012. All Rights Reserved.