com.ibm.websphere.sibx.smobo
Interface InvocationPathType
- public interface InvocationPathType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPrimitive()
Returns the value of the 'Primitive' containment reference list.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getPrimitive
- java.util.List<PrimitiveType> getPrimitive( )
Returns:
the value of the 'Primitive' containment reference list.
PrimitiveType
.This is a list of the primitives involved in processing the message up to (and including) the failing primitive. Each entry will have a triplet consisting of an in terminal, a named primitive (named after the primitives' display name) and an out terminal. With the exception that the point of failure will not name an out terminal.