org.apache.camel.component.restlet.converter
Class RestletConverter

java.lang.Object
  extended by org.apache.camel.component.restlet.converter.RestletConverter

@Converter
public final class RestletConverter
extends Object

Version:

Method Summary
static org.restlet.data.MediaType toMediaType(String name)
           
static org.restlet.data.Method toMethod(String name)
           
static org.restlet.data.Method[] toMethods(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toMethod

@Converter
public static org.restlet.data.Method toMethod(String name)

toMethods

@Converter
public static org.restlet.data.Method[] toMethods(String name)

toMediaType

@Converter
public static org.restlet.data.MediaType toMediaType(String name)


Apache Camel