we are using a 3rd party transport that I'd like to develop a contract first
xml service against. The 3rd party app deploys it's own servlet and
supplies the xml messages to our code via a call-back object we implement.
I could use Xstream to get the request and route requests based on the xml
but I'd like to develop this as a contract first service. How hard is it to
write my own custom transport that takes in xml strings and routes to
different endpoints?
--
View this message in context:
http://www.nabble.com/custom-transport-tp17260625p17260625.html
Sent from the cxf-user mailing list archive at Nabble.com.