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(javax.xml.registry.RegistryService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.registry.BulkResponsefindAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes)javax.xml.registry.BulkResponsefindCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes)CollectiongetChildConcepts(javax.xml.registry.infomodel.ClassificationScheme scheme)UDDIObjectCachegetObjectManager()javax.xml.registry.BulkResponsegetRegistryObjects(String objectType)Not yet implemented.javax.xml.registry.BulkResponsesaveAllAssociations(Collection associations, boolean replace)Not yet implemented.javax.xml.registry.BulkResponsesaveAssociations(Collection associations, boolean replace)Not yet implemented.
-
-
-
Method Detail
-
getObjectManager
public UDDIObjectCache getObjectManager()
-
getChildConcepts
public Collection getChildConcepts(javax.xml.registry.infomodel.ClassificationScheme scheme) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
saveAssociations
public javax.xml.registry.BulkResponse saveAssociations(Collection associations, boolean replace) throws javax.xml.registry.JAXRException
Not yet implemented.- Throws:
javax.xml.registry.JAXRException
-
saveAllAssociations
public javax.xml.registry.BulkResponse saveAllAssociations(Collection associations, boolean replace) throws javax.xml.registry.JAXRException
Not yet implemented.- Throws:
javax.xml.registry.JAXRException
-
findAssociations
public javax.xml.registry.BulkResponse findAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
findCallerAssociations
public javax.xml.registry.BulkResponse findCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes) throws javax.xml.registry.JAXRException
- Throws:
javax.xml.registry.JAXRException
-
getRegistryObjects
public javax.xml.registry.BulkResponse getRegistryObjects(String objectType) throws javax.xml.registry.JAXRException
Not yet implemented.- Throws:
javax.xml.registry.JAXRException
-
-