public class org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy extends java.lang.Object implements org.apache.camel.component.jms.JmsKeyFormatStrategy
{
public void <init>()
{
org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy v;
v := @this: org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.String encodeKey(java.lang.String)
{
java.lang.String v;
org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy v;
v := @this: org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy;
v := @parameter: java.lang.String;
return v;
}
public java.lang.String decodeKey(java.lang.String)
{
java.lang.String v;
org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy v;
v := @this: org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy;
v := @parameter: java.lang.String;
return v;
}
}