org.mule.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

void dummy()
           throws RemoteException
Throws:
RemoteException

reverseString

String reverseString(String string)
                     throws RemoteException
Throws:
RemoteException

upperCaseString

String upperCaseString(String string)
                       throws RemoteException
Throws:
RemoteException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.