Apache CXF API

org.apache.cxf.binding.http
Class HttpConstants

java.lang.Object
  extended by org.apache.cxf.binding.http.HttpConstants

public final class HttpConstants
extends Object


Field Summary
static String CONTENT_TYPE
           
static String DELETE
           
static String GET
           
static String POST
           
static String PUT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

POST

public static final String POST
See Also:
Constant Field Values

PUT

public static final String PUT
See Also:
Constant Field Values

DELETE

public static final String DELETE
See Also:
Constant Field Values

GET

public static final String GET
See Also:
Constant Field Values

Apache CXF API

Apache CXF