com.ibm.wsspi.sibx.mediation.esb

Interface ESBTerminalType

All Superinterfaces:
TerminalType

  1. public interface ESBTerminalType
  2. extends TerminalType
An ESB specific implementation of the TerminalType interface. This interface defines the following pieces of information that define the terminal type: These types refer to type information about the three parts of a Service Message Object.

Field Summary

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

Method Summary

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

Field Detail

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

$sccsid

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

Method Detail

getBodyType

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

getCorrelationContextType

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

getTransientContextType

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

getSharedContextType

  1. javax.xml.namespace.QName getSharedContextType( )
Returns the type of the SMO shared context.
Returns:
the SMO shared context type