|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressSource | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| Uses of AddressSource in org.nhindirect.stagent |
|---|
| Methods in org.nhindirect.stagent that return AddressSource | |
|---|---|
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. |
| Methods in org.nhindirect.stagent with parameters of type AddressSource | |
|---|---|
static NHINDAddressCollection |
NHINDAddressCollection.parse(String addressesLine,
AddressSource source)
Parses an message router header to a collection of address. |
void |
NHINDAddress.setSource(AddressSource source)
Sets the source type of the address. |
void |
NHINDAddressCollection.setSource(AddressSource source)
Sets the address source type of all addresses in the collection. |
| Constructors in org.nhindirect.stagent with parameters of type AddressSource | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||