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