The Proxy Provider Factories Interface
The proxy provider factories interface maintains a collection of all the registered proxy provider factory objects in the system.
A proxy provider factory object provides a standard interface that gives Jancy the ability to create proxy providers.
There is only one proxy provider factories interface and it can always be found at jancy.proxyProviderFactories.
Methods
proxyProviderFactories.addFactory(factory)
factory(Proxy provider factory object)
Adds a factory object to the system.
proxyProviderFactories.removeFactory(factoryId)
factoryId(string)
Removes a factory object from the system.