org.apache.camel.component.cxf.jaxrs
Interface BeanIdAware

All Known Implementing Classes:
CxfRsSpringEndpoint, SpringJAXRSClientFactoryBean, SpringJAXRSServerFactoryBean

public interface BeanIdAware

We can get and set the BeanId through this interface


Method Summary
 String getBeanId()
           
 void setBeanId(String id)
           
 

Method Detail

getBeanId

String getBeanId()

setBeanId

void setBeanId(String id)


Apache CAMEL