<channel id="simResMsgSndChannel">
<interceptors>
<wire-tap channel="simResLogger" />
</interceptors>
</channel>
<service-activator input-channel="simResLogger"
ref="simResLoggingService" />
<beans:bean id="simResLoggingService" class="com.sds.afi.log.SimResLoggingService" />
クラス「com.sds.afi.log.SimResLoggingService」で、「simResMsgSndChannel」を知りたいです。どうすればこれを解決できますか?