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)
           
 java.util.List<Item> getItems()
           
 

Method Detail

addItem

void addItem(Item item)
             throws java.lang.Exception
Throws:
java.lang.Exception

deleteMovie

void deleteMovie(Item item)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getItems

java.util.List<Item> getItems()
                              throws java.lang.Exception
Throws:
java.lang.Exception


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