Spring DSL is out of sync with Java DSL
---------------------------------------

                 Key: CAMEL-745
                 URL: https://issues.apache.org/activemq/browse/CAMEL-745
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core, camel-spring
    Affects Versions: 1.4.0
            Reporter: Jonathan Anstey
             Fix For: 1.5.0


I looked through the ProcessorType and came up with this initial list of 
methods that we need represented in the Spring DSL. More to come...

org.apache.camel.model.ProcessorType.convertFaultBodyTo(Class)
org.apache.camel.model.ProcessorType.convertOutBodyTo(Class)

org.apache.camel.model.ProcessorType.end()
org.apache.camel.model.ProcessorType.policies()
org.apache.camel.model.ProcessorType.removeFaultHeader(String)

org.apache.camel.model.ProcessorType.removeHeader(String)

org.apache.camel.model.ProcessorType.removeOutHeader(String)

org.apache.camel.model.ProcessorType.removeProperty(String)

org.apache.camel.model.ProcessorType.setFaultBody(Expression)

org.apache.camel.model.ProcessorType.setFaultHeader(String, Expression)
org.apache.camel.model.ProcessorType.setOutHeader(String)

org.apache.camel.model.ProcessorType.setOutHeader(String, Expression)

org.apache.camel.model.ProcessorType.setOutHeader(String, String)

org.apache.camel.model.ProcessorType.setProperty(String)

org.apache.camel.model.ProcessorType.setProperty(String, Expression)

org.apache.camel.model.ProcessorType.stop()
org.apache.camel.model.ProcessorType.trace()

org.apache.camel.model.ProcessorType.trace(String)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to