com.iplanet.trustbase.initiator
Class TransportAdapterFactory

java.lang.Object
  |
  +--com.iplanet.trustbase.initiator.TransportAdapterFactory

public class TransportAdapterFactory
extends java.lang.Object


Field Summary
static java.lang.Class[] _argTypes
           
static java.lang.String PROPERTIES_FILE
           
 
Constructor Summary
TransportAdapterFactory()
           
 
Method Summary
static TransportAdapter getTransportAdapterFromLocation(java.lang.String location, ConfigAdapter config)
           
static TransportAdapter getTransportAdapterFromProtocol(java.lang.String protocol, ConfigAdapter config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

public static java.lang.String PROPERTIES_FILE

_argTypes

public static final java.lang.Class[] _argTypes
Constructor Detail

TransportAdapterFactory

public TransportAdapterFactory()
Method Detail

getTransportAdapterFromLocation

public static TransportAdapter getTransportAdapterFromLocation(java.lang.String location,
                                                               ConfigAdapter config)
                                                        throws TransportAdapterException

getTransportAdapterFromProtocol

public static TransportAdapter getTransportAdapterFromProtocol(java.lang.String protocol,
                                                               ConfigAdapter config)
                                                        throws TransportAdapterException