Spring Integration

org.springframework.integration.http
Class HttpHeaders

java.lang.Object
  extended by org.springframework.integration.http.HttpHeaders

public abstract class HttpHeaders
extends Object

Since:
1.0.2
Author:
Mark Fisher

Field Summary
static String REQUEST_METHOD
           
static String REQUEST_URL
           
static String USER_PRINCIPAL
           
 
Constructor Summary
HttpHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_URL

public static final String REQUEST_URL
See Also:
Constant Field Values

REQUEST_METHOD

public static final String REQUEST_METHOD
See Also:
Constant Field Values

USER_PRINCIPAL

public static final String USER_PRINCIPAL
See Also:
Constant Field Values
Constructor Detail

HttpHeaders

public HttpHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.