ace91c9f62978a144e2c605051ae516b9ed2f5f4
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / BPEL4RESTLight / src / main / java / org / opentosca / bpel4restlight / rest / HttpMethod.java
1 /**
2  * This enum is intended to simplify identifying different HTTP-methods
3  */
4 package org.opentosca.bpel4restlight.rest;
5
6
7 public enum HttpMethod {
8         PUT, POST, GET, DELETE
9 }