com.ibm.wsspi.sibx.mediation.esb
Class ESBMediationPrimitive
- java.lang.Object
com.ibm.wsspi.sibx.mediation.AbstractMediation
com.ibm.wsspi.sibx.mediation.esb.ESBMediationPrimitive
All implemented interfaces:
- public abstract class ESBMediationPrimitive
- extends AbstractMediation
- implements ESBMediation
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
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ESBMediationPrimitive()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getRuntimeServices()
Gets the runtime services for this ESB mediation primitive.
|
|
getSCAServices()
Gets the SCA services for this ESB mediation primitive.
|
|
|
setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services for this ESB mediation primitive.
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
$sccsid
- public static final java.lang.String $sccsid
See Also:
Constructor Detail
ESBMediationPrimitive
- public ESBMediationPrimitive()
Method Detail
getSCAServices
- public final SCAServices getSCAServices( )
Gets the SCA services for this ESB mediation primitive.
Returns:
the SCA services.
setSCAServices
- public final void setSCAServices( SCAServices scaServices)
Sets the SCA services for this ESB mediation primitive.
Specified by:
setSCAServices
in interface ESBMediation
Parameters:
scaServices
- the SCA services getRuntimeServices
- public final RuntimeServices getRuntimeServices( )
Gets the runtime services for this ESB mediation primitive.
Returns:
the runtime services
setRuntimeServices
- public final void setRuntimeServices( RuntimeServices runtimeServices)
Sets the runtime services for this ESB mediation primitive.
Specified by:
setRuntimeServices
in interface ESBMediation
Parameters:
runtimeServices
- the runtime services