com.ibm.wsspi.sibx.mediation.esb

Interface ESBMediation

  • All Superinterfaces:
    Mediation
    All Known Implementing Classes:
    ESBMediationPrimitive


    public interface ESBMediation
    extends Mediation
    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 runtime
    • RuntimeServices - Provides useful methods for interacting with the WebSphere runtime

    This 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.

    • Method Detail

      • setSCAServices

        void setSCAServices(SCAServices scaServices)
        Sets the SCA services.
        Parameters:
        scaServices - the SCA services
      • setRuntimeServices

        void setRuntimeServices(RuntimeServices runtimeServices)
        Sets the runtime services.
        Parameters:
        runtimeServices - the runtime services
IBM Business Process ManagerTM
Release 8