329330331332333334335336337338339
{ methodMatch = true; if (invoker.doesConsume(contentType)) { consumeMatch = true; if (invoker.doesProduce(weightedAccepts)) { list.add(match); } }