com.ibm.wsspi.sibx.mediation.esb

Class ESBMediationPrimitive

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.AbstractMediation
  3. extended bycom.ibm.wsspi.sibx.mediation.esb.ESBMediationPrimitive
All implemented interfaces:
ESBMediation, Mediation

  1. public abstract class ESBMediationPrimitive
  2. extends AbstractMediation
  3. implements ESBMediation
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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
ESBMediationPrimitive()

Method Summary

Modifier and Type Method and Description
  1. RuntimeServices
getRuntimeServices()
Gets the runtime services for this ESB mediation primitive.
  1. SCAServices
getSCAServices()
Gets the SCA services for this ESB mediation primitive.
  1. void
setRuntimeServices(RuntimeServices runtimeServices)
Sets the runtime services for this ESB mediation primitive.
  1. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. public static final java.lang.String $sccsid
See Also:

Constructor Detail

ESBMediationPrimitive

  1. public ESBMediationPrimitive()

Method Detail

getSCAServices

  1. public final SCAServices getSCAServices( )
Gets the SCA services for this ESB mediation primitive.
Returns:
the SCA services.

setSCAServices

  1. public final void setSCAServices( SCAServices scaServices)
Sets the SCA services for this ESB mediation primitive.
Specified by:
Parameters:
scaServices - the SCA services

getRuntimeServices

  1. public final RuntimeServices getRuntimeServices( )
Gets the runtime services for this ESB mediation primitive.
Returns:
the runtime services

setRuntimeServices

  1. public final void setRuntimeServices( RuntimeServices runtimeServices)
Sets the runtime services for this ESB mediation primitive.
Specified by:
Parameters:
runtimeServices - the runtime services