org.apache.ecs.wml
Class Method

java.lang.Object
  |
  +--org.apache.ecs.wml.Method

public class Method
extends java.lang.Object

This class defines HTTP submission method values for the go task

Author:
Written by Anders.Samuelson, Modifications by Örjan Petersson

Field Summary
static Method GET
           
static Method POST
           
private  java.lang.String value
           
 
Constructor Summary
private Method(java.lang.String value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

POST

public static final Method POST

GET

public static final Method GET

value

private java.lang.String value
Constructor Detail

Method

private Method(java.lang.String value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.