org.apache.camel.component.http
Class HttpBinding

java.lang.Object
  extended by org.apache.camel.component.http.HttpBinding

public class HttpBinding
extends Object

Version:
$Revision: 549890 $

Constructor Summary
HttpBinding()
           
 
Method Summary
 Object parseBody(HttpMessage httpMessage)
          Parses the body from a HTTP message
 void writeResponse(HttpExchange exchange)
          Writes the exchange to the servlet response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpBinding

public HttpBinding()
Method Detail

writeResponse

public void writeResponse(HttpExchange exchange)
Writes the exchange to the servlet response


parseBody

public Object parseBody(HttpMessage httpMessage)
                 throws IOException
Parses the body from a HTTP message

Throws:
IOException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.