Class BindingDescriptor

All Implemented Interfaces:
Predicate<ProfileRequestContext>, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class BindingDescriptor extends BindingDescriptor
Subclass that adds awareness of a Spring bean ID for a binding's MessageEncoder.
  • Field Details

    • encoderBeanId

      @Nullable private String encoderBeanId
      Spring bean ID of message encoder.
  • Constructor Details

    • BindingDescriptor

      public BindingDescriptor()
  • Method Details

    • getEncoderBeanId

      @Nullable public String getEncoderBeanId()
      Get the Spring bean ID of the binding's MessageEncoder.
      Returns:
      bean ID of message encoder
    • setEncoderBeanId

      public void setEncoderBeanId(@Nullable String id)
      Set the Spring bean ID of the binding's MessageEncoder.
      Parameters:
      id - bean ID of message encoder