Uses of Interface
javax.xml.registry.infomodel.ExternalIdentifier
-
Packages that use ExternalIdentifier Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of ExternalIdentifier in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return ExternalIdentifier Modifier and Type Method Description ExternalIdentifierLifeCycleManagerImpl. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Create an ExternalIdentifier instance using the specified parameters.ExternalIdentifierLifeCycleManagerImpl. createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value) -
Uses of ExternalIdentifier in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement ExternalIdentifier Modifier and Type Class Description classExternalIdentifierImplImplementation of ExternalIdentifier interfaceMethods in com.sun.xml.registry.uddi.infomodel with parameters of type ExternalIdentifier Modifier and Type Method Description voidRegistryObjectImpl. addExternalIdentifier(ExternalIdentifier identifier)Adds specified ExternalIdentifier to this object.voidRegistryObjectImpl. removeExternalIdentifier(ExternalIdentifier externalIdentifier)Removes specified ExternalIdentifier from this object. -
Uses of ExternalIdentifier in javax.xml.registry
Methods in javax.xml.registry that return ExternalIdentifier Modifier and Type Method Description ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString. -
Uses of ExternalIdentifier in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type ExternalIdentifier Modifier and Type Method Description voidRegistryObject. addExternalIdentifier(ExternalIdentifier externalIdentifier)Adds specified ExternalIdentifier as an external identifier to this object.voidRegistryObject. removeExternalIdentifier(ExternalIdentifier externalIdentifier)Removes specified ExternalIdentifier as an external identifier from this object.
-