...
This method must return a new initialized transport handler. Typically, the constructor is called. When using PQL the options map is generated automatically from the option field (e.g. PQL ACCESS)
Code Block | ||||
---|---|---|---|---|
| ||||
@Override public ITransportHandler createInstance( IProtocolHandler<?> protocolHandler, Map<String, String> options) { return new FileHandler(protocolHandler, options); } |
...