com.github.tomakehurst.wiremock
Class WireMockApp

java.lang.Object
  extended by com.github.tomakehurst.wiremock.WireMockApp

public class WireMockApp
extends java.lang.Object


Field Summary
static java.lang.String ADMIN_CONTEXT_ROOT
           
static java.lang.String FILES_ROOT
           
 
Constructor Summary
WireMockApp(FileSource fileSource, Notifier notifier, boolean enableBrowserProxying)
           
 
Method Summary
 void addMockServiceRequestListener(RequestListener listener)
           
 RequestHandler getAdminRequestHandler()
           
 GlobalSettingsHolder getGlobalSettingsHolder()
           
 RequestHandler getMockServiceRequestHandler()
           
 RequestJournal getRequestJournal()
           
 void loadMappingsUsing(MappingsLoader mappingsLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILES_ROOT

public static final java.lang.String FILES_ROOT
See Also:
Constant Field Values

ADMIN_CONTEXT_ROOT

public static final java.lang.String ADMIN_CONTEXT_ROOT
See Also:
Constant Field Values
Constructor Detail

WireMockApp

public WireMockApp(FileSource fileSource,
                   Notifier notifier,
                   boolean enableBrowserProxying)
Method Detail

getMockServiceRequestHandler

public RequestHandler getMockServiceRequestHandler()

getAdminRequestHandler

public RequestHandler getAdminRequestHandler()

getGlobalSettingsHolder

public GlobalSettingsHolder getGlobalSettingsHolder()

getRequestJournal

public RequestJournal getRequestJournal()

loadMappingsUsing

public void loadMappingsUsing(MappingsLoader mappingsLoader)

addMockServiceRequestListener

public void addMockServiceRequestListener(RequestListener listener)