com.programix.da2.bridge
Class DABridgeFactory
java.lang.Object
com.programix.da2.bridge.DABridgeFactory
public class DABridgeFactory
- extends Object
Used to create common bridge implementations for the client side.
- Author:
- Paul Hyde
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createHttpBridgeDASource
public static DASource createHttpBridgeDASource(String url)
throws DAException
- Throws:
DAException
createNoSecurityProcessor
public static DABridgeProcessor createNoSecurityProcessor(DASource daSource)
throws DAException
- Creates a
DABridgeProcessor that has NO security and
NO sessions (all requests are honored) and uses the
specified daSource for completing the processing
of the requests.
See DABridgeNoSecurityNoSessionProcessor.
- Throws:
DAException
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.