Added toString() methods.
This commit is contained in:
@@ -77,4 +77,8 @@ public class ServiceActivatingConsumer extends AbstractReplyProducingMessageCons
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "ServiceActivator for [" + this.invoker + "]";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -194,4 +194,8 @@ public class MessageMappingMethodInvoker implements MethodInvoker, InitializingB
|
||||
return new Object[] { message.getPayload() };
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "invoker:" + this.object + "." + this.methodName;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user