com.programix.da2.bridge
Class DABridgeNoSecurityNoSessionProcessor
java.lang.Object
com.programix.da2.bridge.DABridgeNoSecurityNoSessionProcessor
- All Implemented Interfaces:
- DABridgeProcessor
public class DABridgeNoSecurityNoSessionProcessor
- extends Object
- implements DABridgeProcessor
This DABridgeProcessor does no security checking and does not
keep track of any sessions.
The only required key is for a DASource stored under
the full class name for DASource (you can use
DASource.class.getName() to dynamically get the key.
- Author:
- Paul Hyde
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DABridgeNoSecurityNoSessionProcessor
public DABridgeNoSecurityNoSessionProcessor()
init
public void init(ValueMap config)
throws DAException
- Specified by:
init in interface DABridgeProcessor
- Throws:
DAException
shutdown
public void shutdown()
- Specified by:
shutdown in interface DABridgeProcessor
process
public DABridgeResponse process(DABridgeRequest req)
throws DAException
- Specified by:
process in interface DABridgeProcessor
- Throws:
DAException
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.