transportIn = new TransportInDescription("null");
transportIn2 = new TransportInDescription("always");
transportIn3 = new TransportInDescription("thebest");
transportIn.setReceiver(new SimpleHTTPServer());
transportIn2.setReceiver(new SimpleHTTPServer());
transportIn3.setReceiver(new SimpleHTTPServer());
saveAxisConfiguration.addTransportIn(transportIn2);
saveAxisConfiguration.addTransportIn(transportIn);
saveAxisConfiguration.addTransportIn(transportIn3);