open static fun fromCamel(uri: String): InboundMapping
Creates an InboundMapping from the given Camel endpoint.
uri - the uri - must not be null
Return
the created InboundMapping
open static fun fromCamel(endpoint: Endpoint): InboundMapping
Creates an InboundMapping from the given Camel endpoint.
endpoint - the endpoint - must not be null
Return
the created InboundMapping