com.sun.xml.registry.uddi
Class UDDIMapper

java.lang.Object
  extended by com.sun.xml.registry.uddi.JAXRConstants
      extended by 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
UDDIMapper(RegistryService service)
           
 
Method Summary
 BulkResponse findAssociations(Collection findQualifiers, String sourceKeyId, String targetKeyId, Collection associationTypes)
           
 BulkResponse findCallerAssociations(Collection findQualifiers, Boolean callerIsConfirmed, Boolean otherIsConfirmed, Collection associationTypes)
           
 Collection getChildConcepts(ClassificationScheme scheme)
           
 UDDIObjectCache getObjectManager()
           
 BulkResponse getRegistryObjects(String objectType)
          Not yet implemented.
 BulkResponse saveAllAssociations(Collection associations, boolean replace)
          Not yet implemented.
 BulkResponse saveAssociations(Collection associations, boolean replace)
          Not yet implemented.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIMapper

public UDDIMapper(RegistryService service)
Parameters:
-
Throws:
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


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.