Uses of Class
org.apache.camel.component.jt400.Jt400Configuration.Format
-
-
Uses of Jt400Configuration.Format in org.apache.camel.component.jt400
Methods in org.apache.camel.component.jt400 that return Jt400Configuration.Format Modifier and Type Method Description Jt400Configuration.FormatJt400Configuration. getFormat()Returns the data format for sending messages.Jt400Configuration.FormatJt400Endpoint. getFormat()static Jt400Configuration.FormatJt400Configuration.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static Jt400Configuration.Format[]Jt400Configuration.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.jt400 with parameters of type Jt400Configuration.Format Modifier and Type Method Description voidJt400Configuration. setFormat(Jt400Configuration.Format format)Sets the data format for sending messages.voidJt400Endpoint. setFormat(Jt400Configuration.Format format)
-