Package com.sun.xml.registry.uddi
Class UDDIObjectCache
- java.lang.Object
-
- com.sun.xml.registry.uddi.UDDIObjectCache
-
public class UDDIObjectCache extends Object
- Version:
- 1.4, 01/11/00
-
-
Constructor Summary
Constructors Constructor Description UDDIObjectCache(RegistryServiceImpl service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfetchAssociations(RegistryObjectImpl registryObject, String serviceId)voidfetchObject(RegistryObjectImpl registryObject, String serviceId)RegistryServiceImplgetService(String id)
-
-
-
Constructor Detail
-
UDDIObjectCache
public UDDIObjectCache(RegistryServiceImpl service)
-
-
Method Detail
-
fetchObject
public void fetchObject(RegistryObjectImpl registryObject, String serviceId) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
fetchAssociations
public void fetchAssociations(RegistryObjectImpl registryObject, String serviceId) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
getService
public RegistryServiceImpl getService(String id)
-
-