46474849505152
return "http"; } protected ServerInvocationHandler getServerInvocationHandler() { return new WebInvocationHandler(); }
444546474849505152
public void setUp() throws Exception { connector = new Connector(locatorUrl); connector.create(); connector.addInvocationHandler("test", new WebInvocationHandler()); connector.start(); }