com.ibm.wsspi.sibx.mediation.esb
Interface ESBTerminalType
All Superinterfaces:
- public interface ESBTerminalType
- extends TerminalType
- Body type
- Correlation context type
- Transient context type
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBodyType()
Returns the type of the SMO body.
|
|
getCorrelationContextType()
Returns the type of the SMO correlation context
|
|
getSharedContextType()
Returns the type of the SMO shared context.
|
|
getTransientContextType()
Returns the type of the SMO transient context.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
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