示例#1
0
 public InternalQueryPipeline(final ComponentId componentId) {
   super(componentId);
   this.servicePath = componentId.getServicePath();
   this.internalServicePath = componentId.getInternalServicePath();
   this.serviceName = componentId.getFullName().toString();
 }