Hello guys

We are considering groovy dsl using plain vanilla camel coding. All beans
would probably go in as @Autowired into RouteBuilder classes. I just need
some inputs on how following CXF Endpoint config can be written in a Java
class representation.

We were kind of used to Spring XML before. Now we are exploring more on pure
java / groovy style.
 
*
<cxf:cxfEndpoint id="EnterpriseIntegrationService"
                address="${CXF_Endpoint}"
                xmlns:c="http://mySoapServiceWSDL";
                endpointName="c:EnterpriseIntegrationSOAP11port_http"
serviceName="c:EnterpriseIntegrationService"
                wsdlURL="Artifacts/wsdl/BSSApi/ServiceDefinition.wsdl">
                <cxf:properties>
                        <entry key="dataFormat" value="PAYLOAD" />
                        <entry key="ws-security.callback-handler" 
value-ref="passwordCallback" />
                        <entry key="receiveTimeout" value="15000" />
                        <entry key="connectionTimeout" value="2000" />
                </cxf:properties>
                <cxf:inInterceptors>
                        <ref bean="gzipInterceptor" />
                </cxf:inInterceptors>
                <cxf:outInterceptors>
                        <ref bean="passwordCallback_bss" />
                        <ref bean="bssapiWss4jOutInterceptor" />
                </cxf:outInterceptors>
        </cxf:cxfEndpoint>*



-----
Reji Mathews
Sr. Developer - Middleware Integration / SOA ( Open Source - Apache Camel & 
Jboss Fuse ESB | Mule ESB )
LinkedIn - http://in.linkedin.com/pub/reji-mathews/31/9a2/40a
Twitter - reji_mathews
--
View this message in context: 
http://camel.465427.n5.nabble.com/Spring-to-Plain-Vanilla-Camel-tp5772667.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to