org.apache.camel.spi
Interface HasBinding

All Known Implementing Classes:
BindingEndpoint

public interface HasBinding

Allows objects such as Endpoints to expose that they have a Binding. For example bean or cxf endpoints can expose the internal binding metadata at runtime


Method Summary
 Binding getBinding()
          Returns the binding for this endpoint if one can be deduced or is associated
 

Method Detail

getBinding

Binding getBinding()
Returns the binding for this endpoint if one can be deduced or is associated



Apache Camel