Skip to content

Commit

Permalink
CAMEL-2738 Commit the exchange part change that I forgot
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@946164 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
WillemJiang committed May 19, 2010
1 parent fe962c8 commit 14ee869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion camel-core/src/main/java/org/apache/camel/Exchange.java
Expand Up @@ -56,6 +56,8 @@ public interface Exchange {

String DATASET_INDEX = "CamelDataSetIndex";
String DEFAULT_CHARSET_PROPERTY = "org.apache.camel.default.charset";

String DISABLE_STREAM_CACHE = "CamelDisableStreamCache";

String EXCEPTION_CAUGHT = "CamelExceptionCaught";
String ERRORHANDLER_HANDLED = "CamelErrorHandlerHandled";
Expand Down Expand Up @@ -107,7 +109,7 @@ public interface Exchange {
String ROLLBACK_ONLY_LAST = "CamelRollbackOnlyLast";

String SKIP_GZIP_ENCODING = "CamelSkipGzipEncoding";

String SOAP_ACTION = "CamelSoapAction";
String SPLIT_INDEX = "CamelSplitIndex";
String SPLIT_SIZE = "CamelSplitSize";
Expand Down

0 comments on commit 14ee869

Please sign in to comment.