*/
protected ServerFacade createServerFacade() {
final Transport transport = createTransport();
final ClientMarshaller marshaller = createMarshaller(transport);
final ClientConnection connection = new ClientConnectionDefault(marshaller);
return new ServerFacadeProxy(connection);
}