/*
* Configure a MessageCollector - this is responsible for noticing incoming
* messages of a particular type and creating/publishing new messages that
* describe the work that needs to be done as a result.
*/
collector = new MessageCollector() {
@Override
protected Set<Message> generateWork(Message incoming)
throws MessageProcessingException
{
return AbstractResponderWS.this.generateWork(incoming);