| Package | Description |
|---|---|
| xdi2.messaging.target |
Base classes for implementing XDI messaging targets.
|
| xdi2.messaging.target.impl | |
| xdi2.messaging.target.impl.echo |
Messaging target that returns the received messages.
|
| xdi2.messaging.target.impl.graph |
Messaging target that allows messages to be applied to the standard graph implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextHandler
A ContextHandler can execute an XDI operation against both addresses and statements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAddressHandler
Deprecated.
Use AbstractContextHandler instead
|
class |
AbstractContextHandler |
| Modifier and Type | Method and Description |
|---|---|
AddressHandler |
AbstractMessagingTarget.getAddressHandler(XDIAddress targetAddress) |
| Modifier and Type | Method and Description |
|---|---|
AddressHandler |
EchoMessagingTarget.getAddressHandler(XDIAddress targetAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphContextHandler |
| Modifier and Type | Method and Description |
|---|---|
AddressHandler |
GraphMessagingTarget.getAddressHandler(XDIAddress XDIaddress) |
Copyright © 2015. All Rights Reserved.