Apache CXF API

Uses of Class
org.apache.cxf.transports.http.configuration.ClientCacheControlType

Packages that use ClientCacheControlType
org.apache.cxf.transports.http.configuration   
 

Uses of ClientCacheControlType in org.apache.cxf.transports.http.configuration
 

Fields in org.apache.cxf.transports.http.configuration declared as ClientCacheControlType
protected  ClientCacheControlType HTTPClientPolicy.cacheControl
           
 

Methods in org.apache.cxf.transports.http.configuration that return ClientCacheControlType
static ClientCacheControlType ClientCacheControlType.fromValue(String v)
           
 ClientCacheControlType HTTPClientPolicy.getCacheControl()
          Gets the value of the cacheControl property.
static ClientCacheControlType ClientCacheControlType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientCacheControlType[] ClientCacheControlType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.transports.http.configuration with parameters of type ClientCacheControlType
 void HTTPClientPolicy.setCacheControl(ClientCacheControlType value)
          Sets the value of the cacheControl property.
 


Apache CXF API

Apache CXF