On Wednesday, August 17, 2011 2:41:05 AM GerryChenStarNet wrote: > Hi everyone! > > I have a question of CXF Client Transports.Can I replace the HTTPConduit of > Client with other HTTPConduit?
Sure. You can pretty much always grab the HTTPConduitFactory out of the ConduitInitiatorManager and either wrap it or replace it or anything like that. > For example,I have developed a Endpoint in the server. It used to offer the > service for Client A.Now I want to insert another client(I say it Client B) > to the Server And the Client B use the HTTPConduit of Server. > > I think you can say the requestment is strange.But it is real my request. > Because the principle of TR069 protocol ask to do it. Well, if it's a different protocol, would it make sense to just develop a completely new transport conduit and register that with a different uri scheme? Leave the existing HTTP stuff as is, but create a new transport for this. Dan > > So someone have some sample on replacing the HTTPConduit of Client with > other HTTPConduit. > I would appreciate it if someone can give me some advice. Thanks a lot. > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/A-question-about-CXF-Client-Transports-tp47 > 07468p4707468.html Sent from the cxf-user mailing list archive at > Nabble.com. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
