Interface InvocationMessage
public interface InvocationMessage
Describes a method invocation.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOperation
(String value) void
setParameters
(List<Splittable> value) void
setPropertyRefs
(Set<String> value)
-
Field Details
-
OPERATIONS
- See Also:
-
PARAMETERS
- See Also:
-
PROPERTY_REFS
- See Also:
-
-
Method Details
-
getOperation
-
getParameters
-
getPropertyRefs
-
setOperation
-
setParameters
-
setPropertyRefs
-