Uses of Class
org.apache.camel.component.mina2.Mina2TextLineDelimiter

Uses of Mina2TextLineDelimiter in org.apache.camel.component.mina2
 

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

Methods in org.apache.camel.component.mina2 with parameters of type Mina2TextLineDelimiter
 void Mina2Configuration.setTextlineDelimiter(Mina2TextLineDelimiter textlineDelimiter)
           
 



Apache Camel