Apache CXF 2.3 to 3.0 migration ... where is ServletTransportFactory? -


i'm trying migrate cxf 2.3 cxf 3.0.3, , found this 2.3 class no longer in 3.0.3's cxf-rt-transports-http project:

org.apache.cxf.transport.servlet.servlettransportfactory 

question: class (or alternative) in 3.0.3?

the xml snippet is:

<bean class="org.apache.cxf.transport.servlet.servlettransportfactory"   id="org.apache.cxf.transport.servlet.servlettransportfactory">     <property name="bus" ref="cxf"/>     <property name="transportids">         <list>             <value>http://cxf.apache.org/bindings/xformat</value>             <value>http://schemas.xmlsoap.org/soap/http</value>             <value>http://schemas.xmlsoap.org/wsdl/http/</value>             <value>http://schemas.xmlsoap.org/wsdl/soap/http</value>             <value>http://www.w3.org/2003/05/soap/bindings/http/</value>           <value>http://cxf.apache.org/transports/http/configuration</value>                         </list>     </property> </bean> 

here article changes of transport factories in version 2.4.0:

http://www.liquid-reality.de/display/liquid/2011/04/14/introducing+the+unified+http+transport+available+in+cxf+2.4.0


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -