Uses of Class
org.nhindirect.stagent.AddressSource

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 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.
 

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.
 



Copyright © 2010-2015 NHIN Direct. All Rights Reserved.