com.ibm.wsspi.sca.metadata

Interface ComponentInfo

  • All Superinterfaces:
    ItemInfo
    All Known Subinterfaces:
    BFMComponentInfo, HTMComponentInfo


    public interface ComponentInfo
    extends ItemInfo
    Interface that represent the information from a SCA component. This interface provide access to the generic information available in the SCA component and will be extended by specific implementation that extend the generic information with implementation specific information.
    Since:
    7.5.1.0
    See Also:
    ItemInfo
    • Method Detail

      • getImplementationType

        java.lang.String getImplementationType()
        Method returns the type of implementation of the component.
        Returns:
        String Type of implementation of the component.
      • getReferences

        java.util.List<Reference> getReferences()
        Method returns the list of references of the component.
        Returns:
        List List of references of the component.
IBM Business Process ManagerTM
Release 8