com.ibm.wsspi.sibx.mediation.esb

Interface ESBTerminalType

  • All Superinterfaces:
    TerminalType


    public interface ESBTerminalType
    extends TerminalType
    An ESB specific implementation of the TerminalType interface. This interface defines the following pieces of information that define the terminal type:
    • Body type
    • Correlation context type
    • Transient context type
    These types refer to type information about the three parts of a Service Message Object.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String $sccsid 
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      javax.xml.namespace.QName getBodyType()
      Returns the type of the SMO body.
      javax.xml.namespace.QName getCorrelationContextType()
      Returns the type of the SMO correlation context
      javax.xml.namespace.QName getSharedContextType()
      Returns the type of the SMO shared context.
      javax.xml.namespace.QName getTransientContextType()
      Returns the type of the SMO transient context.
    • Method Detail

      • getBodyType

        javax.xml.namespace.QName getBodyType()
        Returns the type of the SMO body.
        Returns:
        the SMO body type
      • getCorrelationContextType

        javax.xml.namespace.QName getCorrelationContextType()
        Returns the type of the SMO correlation context
        Returns:
        the SMO correlation context type
      • getTransientContextType

        javax.xml.namespace.QName getTransientContextType()
        Returns the type of the SMO transient context.
        Returns:
        the SMO transient context type
      • getSharedContextType

        javax.xml.namespace.QName getSharedContextType()
        Returns the type of the SMO shared context.
        Returns:
        the SMO shared context type
IBM Business Process ManagerTM
Release 8