| Package | Description |
|---|---|
| org.nhindirect.stagent |
Security and trust agent interface and core messaging and routing structures.
|
| Modifier and Type | Method and Description |
|---|---|
AddressSource |
NHINDAddress.getSource()
Gets the source type of the address such as TO, CC, and BCC.
|
static AddressSource |
AddressSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressSource[] |
AddressSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NHINDAddressCollection |
NHINDAddressCollection.parse(String addressesLine,
AddressSource source)
Parses an message router header to a collection of address.
|
void |
NHINDAddressCollection.setSource(AddressSource source)
Sets the address source type of all addresses in the collection.
|
void |
NHINDAddress.setSource(AddressSource source)
Sets the source type of the address.
|
| Constructor and Description |
|---|
NHINDAddress(javax.mail.internet.InternetAddress address,
AddressSource source)
Constructs an address from an
InternetAddress. |
NHINDAddress(String address,
AddressSource source)
Constructs an address from a string representation.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.