org.nanocontainer.testmodel
Class WebServerConfigStub

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

public class WebServerConfigStub
extends java.lang.Object
implements WebServerConfig


Constructor Summary
WebServerConfigStub()
           
 
Method Summary
 java.lang.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 java.lang.String getHost()
Specified by:
getHost in interface WebServerConfig

getPort

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


Copyright © 2003-2009 Codehaus. All Rights Reserved.