Searched refs:processorIterator (Results 1 – 1 of 1) sorted by relevance
2007 Iterator processorIterator; in createRawMessageChannel() local2020 processorIterator = messageProcessors.iterator(); in createRawMessageChannel()2021 while (processorIterator.hasNext() && newChannel == null) { in createRawMessageChannel()2022 nextProcessor = (MessageProcessor) processorIterator.next(); in createRawMessageChannel()