|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Mediation primitive interface for ESB mediation primitives. This interface
extends the 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.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services. |
void |
setSCAServices(SCAServices scaServices)
Sets the SCA services. |
Methods inherited from interface com.ibm.wsspi.sibx.mediation.Mediation |
---|
init, mediate, setMediationServices |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public void setSCAServices(SCAServices scaServices)
scaServices
- the SCA servicespublic void setRuntimeServices(RuntimeServices runtimeServices)
runtimeServices
- the runtime services
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |