public class StreamingConfigurationPropertiesHandler
extends java.lang.Object
implements org.ws4d.java.configuration.PropertiesHandler
| Modifier and Type | Field and Description |
|---|---|
static org.ws4d.java.configuration.PropertyHeader |
HEADER_SECTION_STREAMING |
static org.ws4d.java.configuration.PropertyHeader |
HEADER_SUBSECTION_STREAM |
| Constructor and Description |
|---|
StreamingConfigurationPropertiesHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishedSection(int depth) |
static StreamingConfigurationPropertiesHandler |
getInstance() |
StreamConfiguration |
getStreamConfiguration(java.lang.String configId) |
org.ws4d.java.structures.Iterator |
getStreamConfigurations() |
void |
setProperties(org.ws4d.java.configuration.PropertyHeader header,
org.ws4d.java.configuration.Property property) |
public static final org.ws4d.java.configuration.PropertyHeader HEADER_SECTION_STREAMING
public static final org.ws4d.java.configuration.PropertyHeader HEADER_SUBSECTION_STREAM
public StreamingConfigurationPropertiesHandler()
public static StreamingConfigurationPropertiesHandler getInstance()
public void setProperties(org.ws4d.java.configuration.PropertyHeader header,
org.ws4d.java.configuration.Property property)
setProperties in interface org.ws4d.java.configuration.PropertiesHandlerpublic void finishedSection(int depth)
finishedSection in interface org.ws4d.java.configuration.PropertiesHandlerpublic StreamConfiguration getStreamConfiguration(java.lang.String configId)
public org.ws4d.java.structures.Iterator getStreamConfigurations()