152153154155156157158159160161162
ProcessConf pconf=engine._store.getProcessConfiguration(processId); try { PartnerChannel channel = endpointManager.createClient(endpointMD, engine , pconf); return new PartnerRoleChannelImpl(channel); } catch (Throwable t) {