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 runtimeRuntimeServices
- Provides useful methods for interacting with
the WebSphere runtimeThis 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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
void |
setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services.
|
void |
setSCAServices(SCAServices scaServices)
Sets the SCA services.
|
init, mediate, setMediationServices
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
void setSCAServices(SCAServices scaServices)
scaServices
- the SCA servicesvoid setRuntimeServices(RuntimeServices runtimeServices)
runtimeServices
- the runtime services