org.apache.camel.impl
Class HeadersSupport

java.lang.Object
  extended by org.apache.camel.impl.HeadersSupport
All Implemented Interfaces:
Headers
Direct Known Subclasses:
DefaultHeaders

public abstract class HeadersSupport
extends Object
implements Headers

Version:
$Revision: 520502 $

Constructor Summary
HeadersSupport()
           
 
Method Summary
 Headers copy()
          Creates a copy of the headers so that we can append them to another exchange
 Headers newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Headers
getHeader, getHeaders, setHeader
 

Constructor Detail

HeadersSupport

public HeadersSupport()
Method Detail

copy

public Headers copy()
Description copied from interface: Headers
Creates a copy of the headers so that we can append them to another exchange

Specified by:
copy in interface Headers

newInstance

public Headers newInstance()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.