|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ESBMediation
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 |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
void setSCAServices(SCAServices scaServices)
scaServices
- the SCA servicesvoid setRuntimeServices(RuntimeServices runtimeServices)
runtimeServices
- the runtime services
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |