com.ibm.wsspi.sibx.mediation.esb
Interface SCAServices
- public interface SCAServices
Component
meta-data object is also available.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getComponentName()
Gets the name of the SCA component hosting this ESB mediation primitive.
|
|
getModuleName()
Gets the name of the SCA module hosting this ESB mediation primitive.
|
|
getParentComponent()
Returns the parent SCA component of this ESB mediation primitive.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
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