* Verfies one of the tenents of our interface -- the Conduit sets up
* an OutputStream on the message after a "prepare".
*/
@Test
public void testConduitOutputStream() throws Exception {
Bus bus = new CXFBusImpl();
EndpointInfo ei = new EndpointInfo();
ei.setAddress("http://nowhere.com/bar/foo");
HTTPConduit conduit = new HTTPConduit(bus, ei, null);
conduit.finalizeConfig();