org.ws4d.java.configuration
Class HTTPBindingProperties

java.lang.Object
  extended by org.ws4d.java.configuration.HTTPBindingProperties
All Implemented Interfaces:
PropertiesHandler

public class HTTPBindingProperties
extends java.lang.Object
implements PropertiesHandler


Field Summary
static PropertyHeader HEADER_SUBSECTION_HTTP_BINDINGS
           
static PropertyHeader HEADER_SUBSUBSECTION_HTTP_BINDING
           
static java.lang.String PROP_ADDRESS
           
static java.lang.String PROP_ADDRESS_GROUP
           
static java.lang.String PROP_ADDRESS_GROUP_ALL
           
static java.lang.String PROP_ADDRESS_GROUP_INET4
           
static java.lang.String PROP_ADDRESS_GROUP_INET6
           
static java.lang.String PROP_ADDRESS_GROUP_LO
           
static java.lang.String PROP_PORT
           
static java.lang.String PROP_SUFFIX
           
static java.lang.String SUBSECTION_HTTP_BINDINGS
           
static java.lang.String SUBSUBSECTION_HTTP_BINDING
           
 
Fields inherited from interface org.ws4d.java.configuration.PropertiesHandler
FALSE, TRUE
 
Method Summary
 void finishedSection(int depth)
          This method indicates the PropertiesHandler, that the last section with the given depth has been read completely.
 void setProperties(PropertyHeader header, Property property)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_ADDRESS

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

PROP_PORT

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

PROP_SUFFIX

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

PROP_ADDRESS_GROUP

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

SUBSECTION_HTTP_BINDINGS

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

SUBSUBSECTION_HTTP_BINDING

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

PROP_ADDRESS_GROUP_INET6

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

PROP_ADDRESS_GROUP_INET4

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

PROP_ADDRESS_GROUP_ALL

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

PROP_ADDRESS_GROUP_LO

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

HEADER_SUBSECTION_HTTP_BINDINGS

public static final PropertyHeader HEADER_SUBSECTION_HTTP_BINDINGS

HEADER_SUBSUBSECTION_HTTP_BINDING

public static final PropertyHeader HEADER_SUBSUBSECTION_HTTP_BINDING
Method Detail

setProperties

public void setProperties(PropertyHeader header,
                          Property property)
Specified by:
setProperties in interface PropertiesHandler
Parameters:
header - header of section
property - property within section

finishedSection

public void finishedSection(int depth)
Description copied from interface: PropertiesHandler
This method indicates the PropertiesHandler, that the last section with the given depth has been read completely.

Specified by:
finishedSection in interface PropertiesHandler
Parameters:
depth - depth of section.