}
_factory = (ThreadPoolFactory) helper.getProperties().get(
THREAD_POOL_FACTORY);
if (_factory == null) {
_factory = new DefaultThreadPoolFactory(null);
}
try {
_manager = createConnectionManager(new Handler(), authenticator);
} catch (ResourceException exception) {