public interface ODataHttpHandler
Modifier and Type | Method and Description |
---|---|
void |
process(HttpServletRequest request,
HttpServletResponse response)
Process an OData request.
|
void |
register(Processor processor)
Register additional custom processor implementations for handling OData requests.
|
void |
setSplit(int split)
Sets the split parameter which is used for service resolution.
|
void process(HttpServletRequest request, HttpServletResponse response)
request
- - must be a http OData requestresponse
- - http OData responsevoid register(Processor processor)
void setSplit(int split)
split
- Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.