Package org.symphonyoss.s2.canon.runtime
Interface IAsyncEntityHandler
-
- All Superinterfaces:
IAbstractEntityHandler
public interface IAsyncEntityHandler extends IAbstractEntityHandler
Interface for synchronous entity handlers.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(IAsyncRequestContext context)-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IAbstractEntityHandler
getPartsLength, getPath
-
-
-
-
Method Detail
-
handle
boolean handle(IAsyncRequestContext context) throws IOException
- Throws:
IOException
-
-