| Package | Description |
|---|---|
| org.nhindirect.stagent |
Security and trust agent interface and core messaging and routing structures.
|
| Modifier and Type | Method and Description |
|---|---|
static NHINDAddressCollection |
NHINDAddressCollection.create(Collection<NHINDAddress> source)
Generates an instance of an NHINDAddressCollection from a collection of NHINDAddress addresses.
|
NHINDAddressCollection |
MessageEnvelope.getDomainRecipients()
Gets a list of recipients in the message that are part of the agent's domain.
|
NHINDAddressCollection |
DefaultMessageEnvelope.getDomainRecipients()
Gets a list of recipients in the message that are part of the agent's domain.
|
NHINDAddressCollection |
MessageEnvelope.getRecipients()
The collection of message recipients.
|
NHINDAddressCollection |
DefaultMessageEnvelope.getRecipients()
The collection of message recipients.
|
NHINDAddressCollection |
MessageEnvelope.getRejectedRecipients()
Gets a list of recipients in the message that are not trusted by the address.
|
NHINDAddressCollection |
DefaultMessageEnvelope.getRejectedRecipients()
Gets a list of recipients in the message that are not trusted by the address.
|
static NHINDAddressCollection |
NHINDAddressCollection.parse(String addressesLine,
AddressSource source)
Parses an message router header to a collection of address.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingMessage |
NHINDAgent.processIncoming(String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an incoming message represented by a raw string.
|
IncomingMessage |
DefaultNHINDAgent.processIncoming(String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an incoming message represented by a raw string.
|
OutgoingMessage |
NHINDAgent.processOutgoing(String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an outgoing message represented by a raw string.
|
OutgoingMessage |
DefaultNHINDAgent.processOutgoing(String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an outgoing message represented by a raw string.
|
| Constructor and Description |
|---|
DefaultMessageEnvelope(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an envelope from a message, a list of recipients, and a sender.
|
DefaultMessageEnvelope(String rawMessage,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an envelope from a message represented as a raw string, a list of recipients, and a sender.
|
IncomingMessage(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an incoming envelope from a message, a list of recipients, and a sender.
|
IncomingMessage(String message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an incoming envelope from a message represented as a raw string, a list of recipients, and a sender.
|
OutgoingMessage(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Create an outgoing message from a mime message overriding the routing headers.
|
OutgoingMessage(String message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Create an outgoing message from a raw string.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.