Personal tools
You are here: Home GRIA Documentation Documentation 5.3 FAQs What replaces StateRepository?

What replaces StateRepository?

Up to Table of Contents

This FAQ applies to: 5.3

What replaces StateRepository?
A StateRepository created and stored proxies to remote resources. It has been split into two separate systems: To create a proxy, use a ServiceFactory (if you have a WSDL URL) or a ProxyFactory (if you have an EPR). ServiceFactory uses a ProxyFactory internally. To store EPRs for later, use a PersistentRegistry. Note that this stores EPRs directly, not proxy objects.