com.ibm.wsspi.sibx.mediation.esb

Interface SCAServices



  • public interface SCAServices
    Provides SCA related services to ESB mediation primitives. Makes available the name of the SCA component and SCA module hosting the flow in which this ESB mediation primitive participates. The SCA Component meta-data object is also available.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String $sccsid 
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getComponentName()
      Gets the name of the SCA component hosting this ESB mediation primitive.
      java.lang.String getModuleName()
      Gets the name of the SCA module hosting this ESB mediation primitive.
      com.ibm.websphere.sca.scdl.Component getParentComponent()
      Returns the parent SCA component of this ESB mediation primitive.
    • Method Detail

      • getComponentName

        java.lang.String getComponentName()
        Gets the name of the SCA component hosting this ESB mediation primitive.
        Returns:
        the name of the SCA component
      • getModuleName

        java.lang.String getModuleName()
        Gets the name of the SCA module hosting this ESB mediation primitive.
        Returns:
        the name of the SCA module
      • getParentComponent

        com.ibm.websphere.sca.scdl.Component getParentComponent()
        Returns the parent SCA component of this ESB mediation primitive.
        Returns:
        the parent SCA component
IBM Business Process ManagerTM
Release 8