org.mule.impl.container
Interface DummyEjb
- All Superinterfaces:
- EJBObject, Remote
- All Known Implementing Classes:
- DummyEjbBean
- public interface DummyEjb
- extends EJBObject
A test EJB object
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.