
public class SigningProxyManipulator extends AbstractProxyManipulator implements ProxyManipulator
| Constructor and Description |
|---|
SigningProxyManipulator() |
| Modifier and Type | Method and Description |
|---|---|
Signer |
getSigner() |
void |
init(MessagingTarget messagingTarget) |
void |
manipulate(Message message,
ExecutionContext executionContext) |
void |
manipulate(MessageResult messageResult,
ExecutionContext executionContext)
Manipulate a message result.
|
void |
setSigner(Signer signer) |
void |
shutdown(MessagingTarget messagingTarget) |
manipulate, manipulateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmanipulatepublic void init(MessagingTarget messagingTarget) throws Exception
init in interface ProxyManipulatorinit in class AbstractProxyManipulatorExceptionpublic void shutdown(MessagingTarget messagingTarget) throws Exception
shutdown in interface ProxyManipulatorshutdown in class AbstractProxyManipulatorExceptionpublic void manipulate(Message message, ExecutionContext executionContext) throws Xdi2MessagingException
manipulate in class AbstractProxyManipulatorXdi2MessagingExceptionpublic void manipulate(MessageResult messageResult, ExecutionContext executionContext) throws Xdi2MessagingException
ProxyManipulatormanipulate in interface ProxyManipulatormanipulate in class AbstractProxyManipulatormessageResult - The message result to manipulate.executionContext - The current execution context.Xdi2MessagingExceptionpublic Signer getSigner()
public void setSigner(Signer signer)
Copyright © 2015. All Rights Reserved.