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

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

public class RestletConverter
extends Object

Version:
$Revision: 740599 $

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

Constructor Detail

RestletConverter

public RestletConverter()
Method Detail

toMethod

public org.restlet.data.Method toMethod(String name)

toMediaType

public org.restlet.data.MediaType toMediaType(String name)


Apache CAMEL