public class StreamConfigurationSupportRegistry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addSupportHandler(java.lang.String streamBindingId,
StreamConfigurationSupport handler) |
static StreamConfigurationSupportRegistry |
getInstance() |
StreamConfigurationSupport |
getSupportHandler(java.lang.String streamBindingId) |
void |
removeSupportHandler(java.lang.String streamBindingId) |
public static StreamConfigurationSupportRegistry getInstance()
public StreamConfigurationSupport getSupportHandler(java.lang.String streamBindingId)
public void addSupportHandler(java.lang.String streamBindingId,
StreamConfigurationSupport handler)
public void removeSupportHandler(java.lang.String streamBindingId)