
public interface AddressHandler
| Modifier and Type | Method and Description |
|---|---|
void |
executeOnAddress(XDIAddress targetXDIAddress,
Operation operation,
MessageResult messageResult,
ExecutionContext executionContext)
Executes an XDI operation on an address.
|
void executeOnAddress(XDIAddress targetXDIAddress, Operation operation, MessageResult messageResult, ExecutionContext executionContext) throws Xdi2MessagingException
targetXDIAddress - The target address.operation - The operation that is being executed.messageResult - The message result to fill.executionContext - An "execution context" object for the entire XDI message envelope.Xdi2MessagingExceptionCopyright © 2015. All Rights Reserved.