uk.ac.soton.itinnovation.grid.service.registry
Class XmlRegistryFactory<E>

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.registry.XmlRegistryFactory<E>
All Implemented Interfaces:
RegistryFactory<E>

public class XmlRegistryFactory<E>
extends Object
implements RegistryFactory<E>


Constructor Summary
XmlRegistryFactory()
           
 
Method Summary
 Credential createCredentialFacility()
           
 Registration createRegistrationFacility()
           
 Discovery<E> createRegistryDiscoveryFacility()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRegistryFactory

public XmlRegistryFactory()
Method Detail

createRegistryDiscoveryFacility

public Discovery<E> createRegistryDiscoveryFacility()
Specified by:
createRegistryDiscoveryFacility in interface RegistryFactory<E>

createRegistrationFacility

public Registration createRegistrationFacility()
                                        throws AccessException
Specified by:
createRegistrationFacility in interface RegistryFactory<E>
Throws:
AccessException

createCredentialFacility

public Credential createCredentialFacility()
Specified by:
createCredentialFacility in interface RegistryFactory<E>


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.