com.plumtree.uiinfrastructure.web
Interface IXPPage

All Known Implementing Classes:
Interpreter, Interpreter, SSOLoginPage

public interface IXPPage

Interface that defines the XP DoService method that is the entry point. This is used to bridge the gap from platform code to xp code.


Method Summary
 void DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)
          Translate a native java/.NETrequest into an XP version.
 

Method Detail

DoService

void DoService(IXPRequest request,
               IXPResponse response,
               ISessionManager session,
               IApplication application)
Translate a native java/.NETrequest into an XP version.

Parameters:
request -
response -
session -
application -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.