org.picocontainer.script.testmodel
Class WebServerConfigStub

java.lang.Object
  extended by org.picocontainer.script.testmodel.WebServerConfigStub
All Implemented Interfaces:
WebServerConfig

public class WebServerConfigStub
extends Object
implements WebServerConfig


Constructor Summary
WebServerConfigStub()
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServerConfigStub

public WebServerConfigStub()
Method Detail

getHost

public String getHost()
Specified by:
getHost in interface WebServerConfig

getPort

public int getPort()
Specified by:
getPort in interface WebServerConfig


Copyright © 2003-2010 Codehaus. All Rights Reserved.