Package com.ibm.websphere.ola
Interface ExecuteLocalBusiness
-
public interface ExecuteLocalBusinessThe local EJB interface for WOLA EJBs. All WOLA EJBs in Liberty must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]execute(byte[] input)Executes the WOLA EJB request.
-