Class ManagedConvertVariable

All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance, org.apache.camel.api.management.mbean.ManagedConvertVariableMBean, org.apache.camel.api.management.mbean.ManagedCounterMBean, org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean, org.apache.camel.api.management.mbean.ManagedProcessorAware, org.apache.camel.api.management.mbean.ManagedProcessorMBean, PerformanceCounter

@ManagedResource(description="Managed ConvertVariable") public class ManagedConvertVariable extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedConvertVariableMBean
  • Constructor Details

    • ManagedConvertVariable

      public ManagedConvertVariable(org.apache.camel.CamelContext context, org.apache.camel.support.processor.ConvertVariableProcessor processor, org.apache.camel.model.ProcessorDefinition<?> definition)
  • Method Details

    • getProcessor

      public org.apache.camel.support.processor.ConvertVariableProcessor getProcessor()
      Specified by:
      getProcessor in interface org.apache.camel.api.management.mbean.ManagedProcessorAware
      Overrides:
      getProcessor in class ManagedProcessor
    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.camel.api.management.mbean.ManagedConvertVariableMBean
    • getToName

      public String getToName()
      Specified by:
      getToName in interface org.apache.camel.api.management.mbean.ManagedConvertVariableMBean
    • getType

      public String getType()
      Specified by:
      getType in interface org.apache.camel.api.management.mbean.ManagedConvertVariableMBean
    • getCharset

      public String getCharset()
      Specified by:
      getCharset in interface org.apache.camel.api.management.mbean.ManagedConvertVariableMBean