Uses of Class
org.apache.camel.component.mina.TextLineDelimiter

Uses of TextLineDelimiter in org.apache.camel.component.mina
 

Methods in org.apache.camel.component.mina that return TextLineDelimiter
 TextLineDelimiter MinaConfiguration.getTextlineDelimiter()
           
static TextLineDelimiter TextLineDelimiter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextLineDelimiter[] TextLineDelimiter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.mina with parameters of type TextLineDelimiter
 void MinaConfiguration.setTextlineDelimiter(TextLineDelimiter textlineDelimiter)
           
 



Apache Camel