org.apache.cxf.binding.http
Class HttpConstants
java.lang.Object
org.apache.cxf.binding.http.HttpConstants
public final class HttpConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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