private AxisServiceExecutor contentGenerator;
@Before
public void setUp() throws Exception {
StandaloneSession session = new StandaloneSession( "test" );
StubServiceSetup serviceSetup = new StubServiceSetup();
serviceSetup.setSession( session );
AxisConfiguration axisCfg = serviceSetup.getAxisConfiguration();
ConfigurationContext configContext = new ConfigurationContext( axisCfg );
serviceSetup.loadServices();
TransportInDescription tIn = new TransportInDescription( DEAFULT_TRANSPOT_PROTOCOL );
StubTransportListener receiver = new StubTransportListener();
tIn.setReceiver( receiver );
axisCfg.addTransportIn( tIn );