|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControlFactory<C extends Control,D extends CodecControl<C>>
Implementors of new codec control extensions must implement a factory using this factory interface, Factory implementations for specific controls are then registered with the codec and used by the codec to encode and decode those controls.
| Method Summary | |
|---|---|
String |
getOid()
|
D |
newCodecControl()
Creates and returns a decorated version of the Control. |
D |
newCodecControl(C control)
Decorates an existing control. |
| Method Detail |
|---|
String getOid()
D newCodecControl()
CodecControl decorated version of the Control.D newCodecControl(C control)
control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||