workaroud for snor issue
[vfc/nfvo/wfengine.git] / wso2 / wso2bpel-ext / wso2bpel-core / BPEL4RESTLight / src / main / java / de / unistuttgart / iaas / bpel / extensions / bpel4restlight / MethodAttribute.java
1 /**
2  * 
3  * Copyright 2011 IAAS University of Stuttgart <br>
4  * <br>
5  * 
6  * This enum is used to decouple DOM-Attribute names from their
7  * String-representation within a certain library (for portability issues)
8  * 
9  * @author uwe.breitenbuecher@iaas.uni-stuttgart.de
10  * 
11  */
12 package de.unistuttgart.iaas.bpel.extensions.bpel4restlight;
13
14
15 public enum MethodAttribute {
16         REQUESTURI, REQUESTPAYLOADVARIABLE, RESPONSEPAYLOADVARIABLE, STATUSCODEVARIABLE, ACCEPTHEADER, CONTENTTYPE;
17 }