18#ifndef _ACTIVEMQ_TRANSPORT_TRANSPORTFACTORY_H_
19#define _ACTIVEMQ_TRANSPORT_TRANSPORTFACTORY_H_
#define AMQCPP_API
Definition Config.h:30
Defines the interface for Factories that create Transports or TransportFilters.
Definition TransportFactory.h:42
virtual Pointer< Transport > create(const decaf::net::URI &location)=0
Creates a fully configured Transport instance which could be a chain of filters and transports.
virtual Pointer< Transport > createComposite(const decaf::net::URI &location)=0
Creates a slimed down Transport instance which can be used in composite transport instances.
virtual ~TransportFactory()
Definition TransportFactory.h:45
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
This class represents an instance of a URI as defined by RFC 2396.
Definition URI.h:37
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24