public class DefaultEndpointConfiguration extends Object implements EndpointConfiguration
| Constructor and Description |
|---|
DefaultEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<Decoder> |
getDecoders()
Return the Decoder implementations configured.
|
List<Encoder> |
getEncoders()
Return the Encoder implementations configured.
|
void |
setModel(Model model)
Set the
Model for this endpoint configuration. |
public List<Encoder> getEncoders()
EndpointConfigurationgetEncoders in interface EndpointConfigurationpublic List<Decoder> getDecoders()
EndpointConfigurationgetDecoders in interface EndpointConfigurationCopyright © 2012. All Rights Reserved.