package com.nokia.mid.s40.io;

import java.io.IOException;

public interface ServiceArchitectureServerConnection extends LocalProtocolServerConnection
{

 public void registerWithServiceRegistry(String string_1, String string_2, String string_3, byte[] bytes_1) throws IOException;
 
}