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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ESBMediationPrimitive() |
Modifier and Type | Method and Description |
---|---|
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.
|
getMediationServices, init, setMediationServices
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, mediate, setMediationServices
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
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