public OutputStream getOutputStream() throws IOException {
return null;
}
public Document deserialize(InputStream in) throws IOException {
RemoteStub stub = new RemoteStub(null, this.getClass().getClassLoader());
stub.setKey(key);
return stub.process(request);
}