Interface ODataProcessorHandler<P,R>
- Type Parameters:
P- Parameter typeR- Return type
- All Known Implementing Classes:
BatchPersistenceHandler,ChangeSetPersistenceHandler,DeleteHandler,PatchPersistenceHandler,PersistenceHandler,ReadHandler
public interface ODataProcessorHandler<P,R>
An ODataProcessorHandler handles an operation defined in the
ODataSingleProcessor,
such as createEntity.-
Method Summary
-
Method Details
-
handle
- Throws:
org.apache.olingo.odata2.api.exception.ODataException
-