com.cloudcontrolled.api.client.util
Class Header

java.lang.Object
  extended by com.cloudcontrolled.api.client.util.Header

public class Header
extends Object

Header class.

Author:
Denis Neuling (denisneuling@gmail.com)

Field Summary
static String PROPERTIESLOACTION
          Constant PROPERTIESLOACTION="header.properties"
 
Method Summary
static Header getInstance()
           getInstance.
static org.apache.cxf.jaxrs.client.WebClient setHeader(org.apache.cxf.jaxrs.client.WebClient webClient)
           Setter for the field header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIESLOACTION

public static final String PROPERTIESLOACTION
Constant PROPERTIESLOACTION="header.properties"

See Also:
Constant Field Values
Method Detail

getInstance

public static Header getInstance()

getInstance.

Returns:
a Header object.

setHeader

public static org.apache.cxf.jaxrs.client.WebClient setHeader(org.apache.cxf.jaxrs.client.WebClient webClient)

Setter for the field header.

Parameters:
webClient - a WebClient object.
Returns:
a WebClient object.


Copyright © 2012. All Rights Reserved.