/**
 * HTTPMethod.java
 * Created Apr 27, 2006
 * Copyright (C) Tandberg Television 2006
 */
package com.tandbergtv.workflow.message;

/**
 * A list of HTTP methods relevant to the workflow communication
 * @author Sahil Verma
 */
public enum HTTPMethod {
	GET,
	POST
}
