com.ibm.websphere.sibx.smobo
Interface InvocationPathType
- All Known Implementing Classes:
- InvocationPathTypeImpl
- public interface InvocationPathType
A representation of the model object 'Invocation Path Type'.
The following features are supported:
- See Also:
ServiceMessageObjectPackage.getInvocationPathType()
Method Summary |
java.util.List |
getPrimitive()
Returns the value of the 'Primitive' containment reference list. |
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
getPrimitive
public java.util.List getPrimitive()
- Returns the value of the 'Primitive' containment reference list.
The list contents are of type
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.
- Returns:
- the value of the 'Primitive' containment reference list.
- See Also:
ServiceMessageObjectPackage.getInvocationPathType_Primitive()