01: package com.xoetrope.service.test; 02: 03: import com.xoetrope.service.XHttpClientServiceProxy; 04: 05: /** 06: * <p>Copyright (c) Xoetrope Ltd. 2001-2004</p> 07: * $Revision: 1.1 $ 08: */ 09: public class XHttpClientSimulator extends XHttpClientServiceProxy { 10: public XHttpClientSimulator() { 11: } 12: 13: }