createDomainsFactory ( protocol_handler, domains )
create a factory with a given protocol handler and a domains attribute
Return a Factory with a Protocol given as the first argument,
and a domains attribute given as the second.
The domains argument should have a [] operator and .has_key method.
|