com.meterware.servletunit
Interface InvocationContextFactory
- public interface InvocationContextFactory
An interface for an object which acts as a factory of InvocationContexts
- Author:
- Russell Gold
newInvocation
public InvocationContext newInvocation(ServletUnitClient client,
java.lang.String targetFrame,
WebRequest request,
java.util.Dictionary clientHeaders,
byte[] messageBody)
throws java.io.IOException,
java.net.MalformedURLException
- Creates and returns a new invocation context to test calling of servlet methods.
java.io.IOException
java.net.MalformedURLException