javax.xml.registry.infomodel

Interface SpecificationLink

  • All Superinterfaces:
    ExtensibleObject, RegistryObject

    public interface SpecificationLink
    extends RegistryObject
    A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding. For example, a ServiceBinding may have a SpecificationLink instance that describes how to access the service using a technical specification in the form of a WSDL document or a CORBA IDL document. It serves the same purpose as the union of the tModelInstanceInfo and instanceDetails structures in UDDI.
    Author:
    Farrukh S. Najmi
    See Also:
    Concept
    • Method Detail

      • getSpecificationObject

        RegistryObject getSpecificationObject()
                                       throws JAXRException
        Gets the specification object for this object.

        Capability Level: 0
        Returns:
        the RegistryObject that is the specification object. For a UDDI provider the specification object must be a Concept with no parent. For an ebXML provider it is likely to be an ExtrinsicObject.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setSpecificationObject

        void setSpecificationObject(RegistryObject obj)
                             throws JAXRException
        Sets the specification object for this object.

        Capability Level: 0
        Parameters:
        obj - the RegistryObject that is the specification object. For a UDDI provider the specification object must be a Concept with no parent. For an ebXML provider it is likely to be an ExtrinsicObject.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getUsageDescription

        InternationalString getUsageDescription()
                                         throws JAXRException
        Gets the description of usage parameters. Default is an empty String.

        Capability Level: 0
        Returns:
        the usage description for this object, which must not be null
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setUsageDescription

        void setUsageDescription(InternationalString usageDescription)
                          throws JAXRException
        Sets the description of usage parameters.

        Capability Level: 0
        Parameters:
        usageDescription - the description of usage parameters for this object
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getUsageParameters

        Collection getUsageParameters()
                               throws JAXRException
        Gets any usage parameters. A usage parameter is an arbitrary String that describes how to use the technical specification accessed via this SpecificationLink. Each parameter is a String.

        Capability Level: 0
        Returns:
        the Collection of String instances. The Collection may be empty but not null.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • setUsageParameters

        void setUsageParameters(Collection usageParameters)
                         throws JAXRException
        Sets any usage parameters. Each parameter is a String

        Capability Level: 0
        Parameters:
        usageParameters - the Collection of usage parameter Strings
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getServiceBinding

        ServiceBinding getServiceBinding()
                                  throws JAXRException
        Gets the parent ServiceBinding for this SpecificationLink.

        Capability Level: 0
        Returns:
        the parent ServiceBinding within which this object is composed
        Throws:
        JAXRException - If the JAXR provider encounters an internal error

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Version en cache

21/08/2025 18:35:38 Cette version de la page est en cache (à la date du 21/08/2025 18:35:38) afin d'accélérer le traitement.
Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.

Document créé le 18/04/2008, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/xml/registry/infomodel/SpecificationLink.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, SpecificationLink (Java(TM) EE 7 Specification APIs)

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.