org.superbiz.inheritance
Interface WakeRiderWs

All Known Implementing Classes:
WakeRiderImpl

public interface WakeRiderWs

This is an EJB 3 webservice interface that uses inheritance.


Method Summary
 void addItem(Item item)
           
 void deleteMovie(Item item)
           
 List<Item> getItems()
           
 

Method Detail

addItem

void addItem(Item item)
             throws Exception
Throws:
Exception

deleteMovie

void deleteMovie(Item item)
                 throws Exception
Throws:
Exception

getItems

List<Item> getItems()
                    throws Exception
Throws:
Exception


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.