summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/BPEL4RESTLight/src/main/java/de/unistuttgart/iaas/bpel/extensions/bpel4restlight/MethodAttribute.java
blob: ce80c163e39f680f837247c827de172f68b3c22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * 
 * Copyright 2011 IAAS University of Stuttgart <br>
 * <br>
 * 
 * This enum is used to decouple DOM-Attribute names from their
 * String-representation within a certain library (for portability issues)
 * 
 * @author uwe.breitenbuecher@iaas.uni-stuttgart.de
 * 
 */
package de.unistuttgart.iaas.bpel.extensions.bpel4restlight;


public enum MethodAttribute {
	REQUESTURI, REQUESTPAYLOADVARIABLE, RESPONSEPAYLOADVARIABLE, STATUSCODEVARIABLE, ACCEPTHEADER, CONTENTTYPE;
}