|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for an object which acts as a factory of InvocationContexts
Method Summary | |
javax.servlet.http.HttpSession |
getSession(java.lang.String sessionId,
boolean create)
Returns the session with the specified ID; if none exists or the session is invalid, will create a new session if the create flag is true. |
InvocationContext |
newInvocation(ServletUnitClient client,
FrameSelector targetFrame,
WebRequest request,
java.util.Dictionary clientHeaders,
byte[] messageBody)
Creates and returns a new invocation context to test calling of servlet methods. |
Method Detail |
public InvocationContext newInvocation(ServletUnitClient client, FrameSelector targetFrame, WebRequest request, java.util.Dictionary clientHeaders, byte[] messageBody) throws java.io.IOException, java.net.MalformedURLException
java.io.IOException
java.net.MalformedURLException
public javax.servlet.http.HttpSession getSession(java.lang.String sessionId, boolean create)
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |