IBM WebSphere Application ServerTM
Release 7

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
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 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.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
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 WebSphere Application ServerTM
Release 7