Apache CXF API

org.apache.cxf.binding.http
Class HttpConstants

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

public class HttpConstants
extends java.lang.Object


Field Summary
static java.lang.String CONTENT_TYPE
           
static java.lang.String DELETE
           
static java.lang.String GET
           
static java.lang.String POST
           
static java.lang.String PUT
           
 
Constructor Summary
HttpConstants()
           
 
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 java.lang.String CONTENT_TYPE
See Also:
Constant Field Values

POST

public static final java.lang.String POST
See Also:
Constant Field Values

PUT

public static final java.lang.String PUT
See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
See Also:
Constant Field Values

GET

public static final java.lang.String GET
See Also:
Constant Field Values
Constructor Detail

HttpConstants

public HttpConstants()

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.