
public interface StatementHandler
| Modifier and Type | Method and Description |
|---|---|
void |
executeOnStatement(XDIStatement targetStatement,
Operation operation,
Graph operationResultGraph,
ExecutionContext executionContext)
Executes an XDI operation on a statement.
|
void executeOnStatement(XDIStatement targetStatement, Operation operation, Graph operationResultGraph, ExecutionContext executionContext) throws Xdi2MessagingException
targetStatement - The target statement.operation - The operation that is being executed.operationResultGraph - The result graph.executionContext - An "execution context" object for the entire XDI message envelope.Xdi2MessagingExceptionCopyright © 2017. All rights reserved.