this.port = httpFactory.getPort();
TransportInDescription httpDescription =
new TransportInDescription(Constants.TRANSPORT_HTTP);
httpDescription.setReceiver(this);
httpFactory.getListenerManager().addListener(httpDescription, true);
sessionManager = new SessionManager();
}