com.ibm.wsspi.sibx.mediation.esb

Interface SCAServices


  1. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

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

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getComponentName

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

getModuleName

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

getParentComponent

  1. com.ibm.websphere.sca.scdl.Component getParentComponent( )
Returns the parent SCA component of this ESB mediation primitive.
Returns:
the parent SCA component