Exemplo n.º 1
0
 public CxfBeanDestination(
     CxfBeanComponent cxfBeanComponent,
     Bus bus,
     ConduitInitiator conduitInitiator,
     EndpointInfo endpointInfo)
     throws IOException {
   super(cxfBeanComponent.getCamelContext(), bus, conduitInitiator, endpointInfo);
   this.cxfBeanComponent = cxfBeanComponent;
 }