
@Deprecated public class AbstractAddressHandler extends Object implements AddressHandler
| Constructor and Description |
|---|
AbstractAddressHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeDelOnAddress(XDIAddress targetXDIAddress,
DelOperation operation,
Graph operationResultGraph,
ExecutionContext executionContext)
Deprecated.
|
void |
executeDoOnAddress(XDIAddress targetXDIAddress,
DoOperation operation,
Graph operationResultGraph,
ExecutionContext executionContext)
Deprecated.
|
void |
executeGetOnAddress(XDIAddress targetXDIAddress,
GetOperation operation,
Graph operationResultGraph,
ExecutionContext executionContext)
Deprecated.
|
void |
executeOnAddress(XDIAddress targetXDIAddress,
Operation operation,
Graph operationResultGraph,
ExecutionContext executionContext)
Deprecated.
Executes an XDI operation on an address.
|
void |
executeSetOnAddress(XDIAddress targetXDIAddress,
SetOperation operation,
Graph operationResultGraph,
ExecutionContext executionContext)
Deprecated.
|
public final void executeOnAddress(XDIAddress targetXDIAddress, Operation operation, Graph operationResultGraph, ExecutionContext executionContext) throws Xdi2MessagingException
AddressHandlerexecuteOnAddress in interface AddressHandlertargetXDIAddress - The target address.operation - The operation that is being executed.operationResultGraph - The result graph.executionContext - An "execution context" object for the entire XDI message envelope.Xdi2MessagingExceptionpublic void executeGetOnAddress(XDIAddress targetXDIAddress, GetOperation operation, Graph operationResultGraph, ExecutionContext executionContext) throws Xdi2MessagingException
Xdi2MessagingExceptionpublic void executeSetOnAddress(XDIAddress targetXDIAddress, SetOperation operation, Graph operationResultGraph, ExecutionContext executionContext) throws Xdi2MessagingException
Xdi2MessagingExceptionpublic void executeDelOnAddress(XDIAddress targetXDIAddress, DelOperation operation, Graph operationResultGraph, ExecutionContext executionContext) throws Xdi2MessagingException
Xdi2MessagingExceptionpublic void executeDoOnAddress(XDIAddress targetXDIAddress, DoOperation operation, Graph operationResultGraph, ExecutionContext executionContext) throws Xdi2MessagingException
Xdi2MessagingExceptionCopyright © 2017. All rights reserved.