Uses of Class
org.apache.camel.builder.ProxyBuilder

Packages that use ProxyBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of ProxyBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return ProxyBuilder
 ProxyBuilder ProxyBuilder.endpoint(Endpoint endpoint)
          Send the proxied message to this endpoint
 ProxyBuilder ProxyBuilder.endpoint(String url)
          Send the proxied message to this endpoint
 



Apache Camel