Package com.sun.xml.registry.uddi
Class UDDIMapper
- java.lang.Object
-
- com.sun.xml.registry.uddi.JAXRConstants
-
- com.sun.xml.registry.uddi.UDDIMapper
-
public class UDDIMapper extends JAXRConstants
- Version:
- 1.0.5
- Author:
- kwalsh
-
-
Field Summary
-
Fields inherited from class com.sun.xml.registry.uddi.JAXRConstants
AUTHORIZED_NAME
-
-
Constructor Summary
Constructors Constructor Description UDDIMapper(RegistryService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkResponsefindAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes)BulkResponsefindCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes)CollectiongetChildConcepts(ClassificationScheme scheme)UDDIObjectCachegetObjectManager()BulkResponsegetRegistryObjects(String objectType)Not yet implemented.BulkResponsesaveAllAssociations(Collection associations, boolean replace)Not yet implemented.BulkResponsesaveAssociations(Collection associations, boolean replace)Not yet implemented.
-
-
-
Constructor Detail
-
UDDIMapper
public UDDIMapper(RegistryService service)
-
-
Method Detail
-
getObjectManager
public UDDIObjectCache getObjectManager()
-
getChildConcepts
public Collection getChildConcepts(ClassificationScheme scheme) throws JAXRException
- Throws:
JAXRException
-
saveAssociations
public BulkResponse saveAssociations(Collection associations, boolean replace) throws JAXRException
Not yet implemented.- Throws:
JAXRException
-
saveAllAssociations
public BulkResponse saveAllAssociations(Collection associations, boolean replace) throws JAXRException
Not yet implemented.- Throws:
JAXRException
-
findAssociations
public BulkResponse findAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes) throws JAXRException
- Throws:
JAXRException
-
findCallerAssociations
public BulkResponse findCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes) throws JAXRException
- Throws:
JAXRException
-
getRegistryObjects
public BulkResponse getRegistryObjects(String objectType) throws JAXRException
Not yet implemented.- Throws:
JAXRException
-
-