
public class EchoMessagingContainer extends AbstractMessagingContainer
| Constructor and Description |
|---|
EchoMessagingContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(MessageEnvelope messageEnvelope,
ExecutionContext executionContext,
ExecutionResult executionResult)
Executes a messaging request against this messaging container.
|
AddressHandler |
getAddressHandler(XDIAddress targetAddress) |
StatementHandler |
getStatementHandler(XDIStatement targetStatement) |
addStandardExtensions, after, after, after, before, before, before, exception, execute, execute, execute, execute, execute, getContributors, getInterceptors, getOwnerPeerRootXDIArc, getOwnerXDIAddress, init, setContributors, setInterceptors, setOwnerPeerRootXDIArc, setOwnerXDIAddress, shutdownpublic void execute(MessageEnvelope messageEnvelope, ExecutionContext executionContext, ExecutionResult executionResult) throws Xdi2MessagingException
AbstractMessagingContainerexecute in interface MessagingContainerexecute in class AbstractMessagingContainermessageEnvelope - The XDI message envelope to be executed.executionContext - An "execution context" object that carries state between
messaging containers, interceptors and contributors.executionResult - The execution result produced by executing the messaging request.Xdi2MessagingExceptionpublic AddressHandler getAddressHandler(XDIAddress targetAddress) throws Xdi2MessagingException
getAddressHandler in class AbstractMessagingContainerXdi2MessagingExceptionpublic StatementHandler getStatementHandler(XDIStatement targetStatement) throws Xdi2MessagingException
getStatementHandler in class AbstractMessagingContainerXdi2MessagingExceptionCopyright © 2017. All rights reserved.