Class TransportFactory
- Namespace
- Apache.NMS.ActiveMQ.Transport
- Assembly
- Apache.NMS.ActiveMQ.dll
public class TransportFactory
- Inheritance
-
TransportFactory
- Inherited Members
-
Constructors
TransportFactory()
public TransportFactory()
Methods
CompositeConnect(Uri)
public static ITransport CompositeConnect(Uri location)
Parameters
location
Uri
Returns
- ITransport
CreateTransport(Uri)
public static ITransport CreateTransport(Uri location)
Parameters
location
Uri
Returns
- ITransport
HandleException(Exception)
public static void HandleException(Exception ex)
Parameters
ex
Exception
RegisterTransportFactory(string, Type)
public void RegisterTransportFactory(string scheme, Type factoryType)
Parameters
scheme
string
factoryType
Type
Events
OnException
public static event ExceptionListener OnException
Event Type
- ExceptionListener