C# Class Apache.NMS.ActiveMQ.Transport.TransportFactory

Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
AsyncCompositeConnect ( Uri location, SetTransport setTransport ) : ITransport
CompositeConnect ( Uri location ) : ITransport
CreateTransport ( Uri location ) : ITransport

Creates a normal transport.

HandleException ( Exception ex ) : void
RegisterTransportFactory ( string scheme, Type factoryType ) : void

Private Methods

Méthode Description
CreateTransportFactory ( Uri location ) : ITransportFactory

Create a transport factory for the scheme. If we do not support the transport protocol, an NMSConnectionException will be thrown.

FindTransportFactory ( string scheme ) : Type
NewInstance ( string scheme ) : ITransportFactory

Method Details

AsyncCompositeConnect() public static méthode

public static AsyncCompositeConnect ( Uri location, SetTransport setTransport ) : ITransport
location System.Uri
setTransport SetTransport
Résultat ITransport

CompositeConnect() public static méthode

public static CompositeConnect ( Uri location ) : ITransport
location System.Uri
Résultat ITransport

CreateTransport() public static méthode

Creates a normal transport.
public static CreateTransport ( Uri location ) : ITransport
location System.Uri
Résultat ITransport

HandleException() public static méthode

public static HandleException ( Exception ex ) : void
ex System.Exception
Résultat void

RegisterTransportFactory() public méthode

public RegisterTransportFactory ( string scheme, Type factoryType ) : void
scheme string
factoryType System.Type
Résultat void