|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NHINDAddressCollection | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| Uses of NHINDAddressCollection in org.nhindirect.stagent |
|---|
| Methods in org.nhindirect.stagent that return NHINDAddressCollection | |
|---|---|
static NHINDAddressCollection |
NHINDAddressCollection.create(java.util.Collection<NHINDAddress> source)
Generates an instance of an NHINDAddressCollection from a collection of NHINDAddress addresses. |
NHINDAddressCollection |
DefaultMessageEnvelope.getDomainRecipients()
Gets a list of recipients in the message that are part of the agent's domain. |
NHINDAddressCollection |
MessageEnvelope.getDomainRecipients()
Gets a list of recipients in the message that are part of the agent's domain. |
NHINDAddressCollection |
DefaultMessageEnvelope.getRecipients()
The collection of message recipients. |
NHINDAddressCollection |
MessageEnvelope.getRecipients()
The collection of message recipients. |
NHINDAddressCollection |
DefaultMessageEnvelope.getRejectedRecipients()
Gets a list of recipients in the message that are not trusted by the address. |
NHINDAddressCollection |
MessageEnvelope.getRejectedRecipients()
Gets a list of recipients in the message that are not trusted by the address. |
static NHINDAddressCollection |
NHINDAddressCollection.parse(java.lang.String addressesLine,
AddressSource source)
Parses an message router header to a collection of address. |
| Methods in org.nhindirect.stagent with parameters of type NHINDAddressCollection | |
|---|---|
IncomingMessage |
NHINDAgent.processIncoming(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an incoming message represented by a raw string. |
IncomingMessage |
DefaultNHINDAgent.processIncoming(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an incoming message represented by a raw string. |
OutgoingMessage |
NHINDAgent.processOutgoing(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an outgoing message represented by a raw string. |
OutgoingMessage |
DefaultNHINDAgent.processOutgoing(java.lang.String messageText,
NHINDAddressCollection recipients,
NHINDAddress sender)
Processes an outgoing message represented by a raw string. |
| Constructors in org.nhindirect.stagent with parameters of type NHINDAddressCollection | |
|---|---|
DefaultMessageEnvelope(Message message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Constructs an envelope from a message, a list of recipients, and a sender. |
|
DefaultMessageEnvelope(java.lang.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(java.lang.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(java.lang.String message,
NHINDAddressCollection recipients,
NHINDAddress sender)
Create an outgoing message from a raw string. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||