Enum Class ContentTypeConverter

java.lang.Object
java.lang.Enum<ContentTypeConverter>
org.apache.camel.component.as2.converter.ContentTypeConverter
All Implemented Interfaces:
Serializable, Comparable<ContentTypeConverter>, Constable

@Converter(generateLoader=true) public enum ContentTypeConverter extends Enum<ContentTypeConverter>
Content type related converters.
  • Enum Constant Details

  • Method Details

    • values

      public static ContentTypeConverter[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ContentTypeConverter valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toContentType

      @Converter public static org.apache.http.entity.ContentType toContentType(String contentTypeString) throws org.apache.camel.CamelException
      Throws:
      org.apache.camel.CamelException