1 /* ****************************************************************************2 * LZXmlRpcRequestProcessor.java3 * ****************************************************************************/4 5 /* J_LZ_COPYRIGHT_BEGIN *******************************************************6 * Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. *7 * Use is subject to license terms. *8 * J_LZ_COPYRIGHT_END *********************************************************/9 10 package org.openlaszlo.remote;11 12 import org.apache.xmlrpc.*;13 14 public class LZXmlRpcRequestProcessor extends XmlRpcRequestProcessor15 {16 public LZXmlRpcRequestProcessor() {17 super();18 }19 }20