Class RemovePropertyDefinition

  • All Implemented Interfaces:
    Block, org.apache.camel.NamedNode, org.apache.camel.spi.HasId, org.apache.camel.spi.IdAware

    @Metadata(label="eip,transformation")
    public class RemovePropertyDefinition
    extends NoOutputDefinition<RemovePropertyDefinition>
    Removes a named property from the message exchange
    • Constructor Detail

      • RemovePropertyDefinition

        public RemovePropertyDefinition()
      • RemovePropertyDefinition

        public RemovePropertyDefinition​(String propertyName)
    • Method Detail

      • getShortName

        public String getShortName()
      • setPropertyName

        public void setPropertyName​(String propertyName)
        Name of property to remove
      • getPropertyName

        public String getPropertyName()