Package com.ibm.websphere.ola
Interface ExecuteLocalBusiness
-
public interface ExecuteLocalBusiness
The 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.
-