Federico Mariani created CAMEL-21683:
----------------------------------------

             Summary: Configure jax-rs consumer via CxfRsEndpoint bean
                 Key: CAMEL-21683
                 URL: https://issues.apache.org/jira/browse/CAMEL-21683
             Project: Camel
          Issue Type: Improvement
            Reporter: Federico Mariani


Right now, Cxf Services (SOAP) can be configured via CxfEndpoint myEndpoint, 
from("cxf:bean:myEndpoint")...

The CxfRs follows another strategy that may break the interoperability with Cxf 
SOAP services, moreover, it would be nice to have the CXFs behaviour aligned.


{code:java}
@Bean
CxfRsEndpoint myCxfRsEndpoint() { ... }

from("cxfrs:bean:myCxfRsEndpoint")...
{code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to