/* */
/* */ protected void checkConsumerAccess(Invocation invocation)
/* */ throws Throwable
/* */ {
/* 202 */ ConsumerAdvised del = (ConsumerAdvised)invocation.getTargetObject();
/* 203 */ ServerConsumerEndpoint cons = (ServerConsumerEndpoint)del.getEndpoint();
/* 204 */ ServerConnectionEndpoint conn = cons.getSessionEndpoint().getConnectionEndpoint();
/* 205 */ JBossDestination dest = cons.getDestination();
/* */
/* 207 */ check(dest, CheckType.READ, conn);
/* */ }