com.togethersoft.testing.shared.http
Class HttpServerFactoryAccess


public class HttpServerFactoryAccess

Provides access to http server factory.


Field Summary
 private static IHttpServerFactorymyFactory
           

Method Summary
 static IHttpServerFactorygetHttpServerFactory()
          Returns the current http server factory
 protected voidsetHttpServerFactory(IHttpServerFactory httpServerFactory)
          Sets the current http server factory

Field Detail

myFactory

private static IHttpServerFactory myFactory
Method Detail

getHttpServerFactory

public static IHttpServerFactory getHttpServerFactory()
Returns the current http server factory

setHttpServerFactory

protected void setHttpServerFactory(IHttpServerFactory httpServerFactory)
Sets the current http server factory

Association Links

to Class com.togethersoft.testing.shared.http.IHttpServerFactory