com.ibm.wsspi.sibx.mediation.esb
Interface ESBMediation
All Superinterfaces:
All known implementing classes:
- public interface ESBMediation
- extends Mediation
Mediation
interface to support additional services
for ESB mediation primitives.
ESB mediation primitives have access to two additional services:
-
SCAServices
- Provides useful methods for interacting with the SCA runtime -
RuntimeServices
- Provides useful methods for interacting with the WebSphere runtime
This interface adds setter methods that allow the engine to supply this
mediation primitive with the additional services. ESB mediation primitives
do not have to implement ESBMediation
if they do not need the
extra services.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services.
|
|
setSCAServices(SCAServices scaServices)
Sets the SCA services.
|
Methods inherited from interface com.ibm.wsspi.sibx.mediation.Mediation |
---|
init, mediate, setMediationServices |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
setSCAServices
- void setSCAServices(SCAServices scaServices)
Sets the SCA services.
Parameters:
scaServices
- the SCA services setRuntimeServices
- void setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services.
Parameters:
runtimeServices
- the runtime services