Uses of Class
org.apache.camel.spi.Required

Packages that use Required
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.language The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration
 

Uses of Required in org.apache.camel.model
 

Methods in org.apache.camel.model with annotations of type Required
 void ExpressionNode.setExpression(ExpressionDefinition expression)
           
 void SetOutHeaderDefinition.setHeaderName(String headerName)
          Deprecated.  
 void SetHeaderDefinition.setHeaderName(String headerName)
           
 void SetPropertyDefinition.setPropertyName(String propertyName)
           
 void ProcessDefinition.setRef(String ref)
           
 void ConvertBodyDefinition.setType(String type)
           
 void SendDefinition.setUri(String uri)
           
 void FromDefinition.setUri(String uri)
          Sets the URI of the endpoint to use
 

Uses of Required in org.apache.camel.model.language
 

Methods in org.apache.camel.model.language with annotations of type Required
 void ExpressionDefinition.setExpression(String expression)
           
 



Apache CAMEL