* Sets the reference name for the to-message instance that can be found in
* the registry.
*/
public void setXmlSignature2Message(String xmlSignature2Message) {
if (getCamelContext() != null && xmlSignature2Message != null) {
XmlSignature2Message maper = getCamelContext().getRegistry()
.lookupByNameAndType(xmlSignature2Message,
XmlSignature2Message.class);
if (maper != null) {
setXmlSignature2Message(maper);
}