org.mule.impl.container
Interface DummyEjb

All Superinterfaces:
EJBObject, Remote
All Known Implementing Classes:
DummyEjbBean

public interface DummyEjb
extends EJBObject

A test EJB object


Method Summary
 void dummy()
           
 String reverseString(String string)
           
 String upperCaseString(String string)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

dummy

public void dummy()
           throws RemoteException
Throws:
RemoteException

reverseString

public String reverseString(String string)
                     throws RemoteException
Throws:
RemoteException

upperCaseString

public String upperCaseString(String string)
                       throws RemoteException
Throws:
RemoteException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.