Class BatchTransformatorCommon.HttpRequestStatusLine
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchTransformatorCommon.HttpRequestStatusLine
-
- Enclosing class:
- BatchTransformatorCommon
public static class BatchTransformatorCommon.HttpRequestStatusLine extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHttpVersion()intgetLineNumber()ODataHttpMethodgetMethod()PathInfogetPathInfo()voidvalidateHttpMethod(boolean isChangeSet)
-
-
-
Constructor Detail
-
HttpRequestStatusLine
public HttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo) throws BatchException
- Throws:
BatchException
-
-
Method Detail
-
validateHttpMethod
public void validateHttpMethod(boolean isChangeSet) throws BatchException- Throws:
BatchException
-
getMethod
public ODataHttpMethod getMethod()
-
getPathInfo
public PathInfo getPathInfo()
-
getHttpVersion
public String getHttpVersion()
-
getLineNumber
public int getLineNumber()
-
-