/** * This enum is intended to simplify identifying different HTTP-methods */ package org.opentosca.bpel4restlight.rest; public enum HttpMethod { PUT, POST, GET, DELETE }