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:

These types refer to type information about the three parts of a Service Message Object.


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 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 getTransientContextType()
          Returns the type of the SMO transient context.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getBodyType

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

Returns:
the SMO body type

getCorrelationContextType

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

Returns:
the SMO correlation context type

getTransientContextType

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

Returns:
the SMO transient context type