org.apache.muse.core.platform.mini
Class MiniIsolationLayer

java.lang.Object
  extended by org.apache.muse.core.platform.AbstractIsolationLayer
      extended by org.apache.muse.core.platform.mini.MiniIsolationLayer
All Implemented Interfaces:
Initialization, InitializationFailure, IsolationLayer, Shutdown
Direct Known Subclasses:
OSGiMiniIsolationLayer

public class MiniIsolationLayer
extends AbstractIsolationLayer

Author:
Dan Jemiolo (danjemiolo)

Constructor Summary
MiniIsolationLayer(javax.servlet.http.HttpServletRequest initialRequest, javax.servlet.ServletContext initialContext)
           
 
Method Summary
protected  Environment createEnvironment()
           
protected  javax.servlet.ServletContext getInitialContext()
           
protected  javax.servlet.http.HttpServletRequest getInitialRequest()
           
 Document handleRequest(Document request)
           
 
Methods inherited from class org.apache.muse.core.platform.AbstractIsolationLayer
createDeploymentDescriptor, getCauseOfFailure, getRouter, hasBeenInitialized, hasBeenShutdown, hasFailedToInitialize, initialize, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiniIsolationLayer

public MiniIsolationLayer(javax.servlet.http.HttpServletRequest initialRequest,
                          javax.servlet.ServletContext initialContext)
Method Detail

createEnvironment

protected Environment createEnvironment()
Specified by:
createEnvironment in class AbstractIsolationLayer
Returns:
A concrete instance of the Environment class, specific to the deployment platform.
See Also:
Environment

getInitialContext

protected javax.servlet.ServletContext getInitialContext()

getInitialRequest

protected javax.servlet.http.HttpServletRequest getInitialRequest()

handleRequest

public Document handleRequest(Document request)


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.