Uses of Interface
javax.xml.registry.infomodel.ExternalIdentifier

Packages that use ExternalIdentifier
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of ExternalIdentifier in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return ExternalIdentifier
 ExternalIdentifier LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)
           
 ExternalIdentifier LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)
          Create an ExternalIdentifier instance using the specified parameters.
 

Uses of ExternalIdentifier in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement ExternalIdentifier
 class ExternalIdentifierImpl
          Implementation of ExternalIdentifier interface
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type ExternalIdentifier
 void RegistryObjectImpl.addExternalIdentifier(ExternalIdentifier identifier)
          Adds specified ExternalIdentifier to this object.
 void RegistryObjectImpl.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
          Removes specified ExternalIdentifier from this object.
 

Uses of ExternalIdentifier in javax.xml.registry
 

Methods in javax.xml.registry that return ExternalIdentifier
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)
          Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)
          Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.
 

Uses of ExternalIdentifier in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel with parameters of type ExternalIdentifier
 void RegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier)
          Adds specified ExternalIdentifier as an external identifier to this object.
 void RegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
          Removes specified ExternalIdentifier as an external identifier from this object.
 



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