Poco::Remoting

class ProxyFactory

Library: Remoting
Package: Remoting
Header: Poco/Remoting/ProxyFactory.h

Description

A ProxyFactory is used to create proxies for the given proxy type.

Inheritance

Known Derived Classes: Poco::Netconf::ConfigurationServiceProxyFactory

Member Summary

Member Functions: create

Constructors

ProxyFactory

ProxyFactory();

Creates the ProxyFactory.

Destructor

~ProxyFactory virtual

virtual ~ProxyFactory();

Destroys the ProxyFactory.

Member Functions

create virtual

virtual Proxy * create(
    const Remoting::Identifiable::ObjectId & oid
) const = 0;

Returns an unconnected Proxy with the oid set.