Returns an instance of the appropriate interface derived from
CORBA.Policy
whose value corresponds to the
specified any.
The ORB calls create_policy
on a registered
PolicyFactory
instance when
CORBA.ORB.create_policy
is called for the
PolicyType
under which the PolicyFactory
has
been registered. The create_policy
operation then
returns an instance of the appropriate interface derived from
CORBA.Policy
whose value corresponds to the specified
any. If it cannot, it shall throw an exception as described for
CORBA.ORB.create_policy
.