|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.sibx.mediation.AbstractMediation
com.ibm.wsspi.sibx.mediation.esb.ESBMediationPrimitive
public abstract class ESBMediationPrimitive
Convenient abstract class for ESB mediation primitive implementors. This
provides an implementation of the
setSCAServices
and
setRuntimeServices
methods of the ESBMediation
interface.
This class also provides
getSCAServices
and
getRuntimeServices
methods
to allow access to the SCA and runtime services set by the engine.
At a minimum, extenders of this class must implement the
mediate
method of the
Mediation
interface.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ESBMediationPrimitive()
|
Method Summary | |
---|---|
RuntimeServices |
getRuntimeServices()
Gets the runtime services for this ESB mediation primitive. |
SCAServices |
getSCAServices()
Gets the SCA services for this ESB mediation primitive. |
void |
setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services for this ESB mediation primitive. |
void |
setSCAServices(SCAServices scaServices)
Sets the SCA services for this ESB mediation primitive. |
Methods inherited from class com.ibm.wsspi.sibx.mediation.AbstractMediation |
---|
getMediationServices, init, setMediationServices |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constructor Detail |
---|
public ESBMediationPrimitive()
Method Detail |
---|
public final SCAServices getSCAServices()
public final void setSCAServices(SCAServices scaServices)
setSCAServices
in interface ESBMediation
scaServices
- the SCA servicespublic final RuntimeServices getRuntimeServices()
public final void setRuntimeServices(RuntimeServices runtimeServices)
setRuntimeServices
in interface ESBMediation
runtimeServices
- the runtime services
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |