Class ODataSubLocator
- java.lang.Object
-
- org.apache.olingo.odata2.core.rest.ODataSubLocator
-
public final class ODataSubLocator extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ODataSubLocatorcreate(SubLocatorParameter param)javax.ws.rs.core.ResponsehandleDelete()javax.ws.rs.core.ResponsehandleGet()javax.ws.rs.core.ResponsehandleHead()javax.ws.rs.core.ResponsehandleMerge()javax.ws.rs.core.ResponsehandleOptions()javax.ws.rs.core.ResponsehandlePatch()javax.ws.rs.core.ResponsehandlePost(String xHttpMethod)javax.ws.rs.core.ResponsehandlePut()
-
-
-
Method Detail
-
handleGet
public javax.ws.rs.core.Response handleGet() throws ODataException- Throws:
ODataException
-
handlePut
public javax.ws.rs.core.Response handlePut() throws ODataException- Throws:
ODataException
-
handlePatch
public javax.ws.rs.core.Response handlePatch() throws ODataException- Throws:
ODataException
-
handleMerge
public javax.ws.rs.core.Response handleMerge() throws ODataException- Throws:
ODataException
-
handleDelete
public javax.ws.rs.core.Response handleDelete() throws ODataException- Throws:
ODataException
-
handlePost
public javax.ws.rs.core.Response handlePost(@HeaderParam("X-HTTP-Method") String xHttpMethod) throws ODataException- Throws:
ODataException
-
handleOptions
public javax.ws.rs.core.Response handleOptions() throws ODataException- Throws:
ODataException
-
handleHead
public javax.ws.rs.core.Response handleHead() throws ODataException- Throws:
ODataException
-
create
public static ODataSubLocator create(SubLocatorParameter param) throws ODataException
- Throws:
ODataException
-
-