Library: UPnP/SOAP
Package: SOAP
Header: Poco/UPnP/SOAP/TransportFactory.h
The TransportFactory for UPnP SOAP Transport objects.
Direct Base Classes: Poco::RemotingNG::TransportFactory
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::TransportFactory
Member Functions: createTransport, registerFactory, unregisterFactory
Inherited Functions: createTransport, duplicate, referenceCount, release
TransportFactory(
bool keepAlive = false
);
Creates a TransportFactory.
~TransportFactory();
Destroys the TransportFactory.
Poco::RemotingNG::Transport * createTransport();
static void registerFactory(
bool keepAlive = false
);
Helper function to register the factory with the manager.
static void unregisterFactory();
Helper function to unregister the factory with the manager.