/* */ private Service.Mode mode;
/* 104 */ private Map<UnifiedHandlerMetaData.HandlerType, HandlerChainExecutor> executorMap = new HashMap();
/* */
/* */ public DispatchImpl(ExecutorService executor, EndpointMetaData epMetaData, Class<T> type, Service.Mode mode)
/* */ {
/* 108 */ this.bindingProvider = new BindingProviderImpl(epMetaData);
/* 109 */ this.epMetaData = ((ClientEndpointMetaData)epMetaData);
/* 110 */ this.executor = executor;
/* 111 */ this.type = type;
/* 112 */ this.mode = mode;
/* 113 */ initDispatch();