org.openspml.v2.provider
Interface SPMLExecutor

All Known Implementing Classes:
NVPObjectStoreExecutor

public interface SPMLExecutor

Author:
kent.spaulding@sun.com

Date: Jan 26, 2006


Method Summary
 Response execute(Request request)
          And away we go - we saw a request.
 java.lang.String getUniqueName()
          A unique name (per servlet) can be used to pass in arguments, for example
 void init(java.util.Map params)
          Called once, during initilazation.
 

Method Detail

init

public void init(java.util.Map params)
          throws Spml2Exception
Called once, during initilazation. The map might have keys of interest. The protocol of key names is private, between the Dispatcher and the implementations it expects to use.

Parameters:
params -
Throws:
Spml2Exception

execute

public Response execute(Request request)
                 throws Spml2Exception
And away we go - we saw a request.

Parameters:
request - The request to be executed.
Returns:
The response after handling the request.
Throws:
Spml2Exception

getUniqueName

public java.lang.String getUniqueName()
A unique name (per servlet) can be used to pass in arguments, for example



Copyright © Sun Microsystems, Inc. All Rights Reserved.