
public interface ProxyManipulator
| Modifier and Type | Method and Description |
|---|---|
void |
init(MessagingTarget messagingTarget) |
void |
manipulate(MessageEnvelope messageEnvelope,
ExecutionContext executionContext)
Manipulate a message envelope.
|
void |
manipulate(MessageResult messageResult,
ExecutionContext executionContext)
Manipulate a message result.
|
void |
shutdown(MessagingTarget messagingTarget) |
void init(MessagingTarget messagingTarget) throws Exception
Exceptionvoid shutdown(MessagingTarget messagingTarget) throws Exception
Exceptionvoid manipulate(MessageEnvelope messageEnvelope, ExecutionContext executionContext) throws Xdi2MessagingException
messageEnvelope - The message envelope to manipulate.executionContext - The current execution context.Xdi2MessagingExceptionvoid manipulate(MessageResult messageResult, ExecutionContext executionContext) throws Xdi2MessagingException
messageResult - The message result to manipulate.executionContext - The current execution context.Xdi2MessagingExceptionCopyright © 2015. All Rights Reserved.