@Component public class DummyTransport extends Object implements Transport, DebugDumpable
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
INDENT_STRING
Constructor and Description |
---|
DummyTransport() |
Modifier and Type | Method and Description |
---|---|
void |
clearMessages() |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
getDefaultRecipientAddress(com.evolveum.midpoint.xml.ns._public.common.common_3.UserType recipient) |
List<Message> |
getMessages(String transportName) |
String |
getName() |
void |
init() |
void |
send(Message message,
String name,
Task task,
OperationResult parentResult) |
public static final String NAME
@PostConstruct public void init()
public void send(Message message, String name, Task task, OperationResult parentResult)
public void clearMessages()
public String getDefaultRecipientAddress(com.evolveum.midpoint.xml.ns._public.common.common_3.UserType recipient)
getDefaultRecipientAddress
in interface Transport
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2016 evolveum. All rights reserved.