org.ws4d.java.configuration
Interface PropertiesHandler

All Known Implementing Classes:
AttachmentProperties, BindingProperties, DevicesPropertiesHandler, DispatchingProperties, DPWSProperties, EventingProperties, FrameworkProperties, GlobalPropertiesHandler, HTTPBindingProperties, SecurityProperties, ServicesPropertiesHandler

public interface PropertiesHandler

Interface for classes that should handle properties read.


Field Summary
static java.lang.String FALSE
           
static java.lang.String 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)
           
 

Field Detail

TRUE

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

FALSE

static final java.lang.String FALSE
See Also:
Constant Field Values
Method Detail

setProperties

void setProperties(PropertyHeader header,
                   Property property)
Parameters:
header - header of section
property - property within section

finishedSection

void finishedSection(int depth)
This method indicates the PropertiesHandler, that the last section with the given depth has been read completely.

Parameters:
depth - depth of section.