Library: Remoting
Package: Remoting
Header: Poco/Remoting/ProxyFactory.h
A ProxyFactory is used to create proxies for the given proxy type.
Member Functions: create
ProxyFactory();
Creates the ProxyFactory.
virtual ~ProxyFactory();
Destroys the ProxyFactory.
virtual Proxy * create(
const Remoting::Identifiable::ObjectId & oid
) const = 0;
Returns an unconnected Proxy with the oid set.