Uses of Interface
biz.janux.people.net.Uri

Packages that use Uri
biz.janux.people The biz.janux.people package represents Persons and Organizations using the key concept of a Party, which makes it possible to treat Person and Organizations interchangeably in the context of a contract, a business relationship or other relationships that may be entered between people and organization. 
biz.janux.people.net The biz.janux.people.net package that contains classes representing the network-based forms of ContactMethods, namely Uniform Resource Identifiers (URI), and its subclasses Email and Uniform Resource Locators (URL)
 

Uses of Uri in biz.janux.people
 

Methods in biz.janux.people that return Uri
 Uri Contacteable.getEmailAddress(String kind)
          return the email address of the kind indicated
 

Uses of Uri in biz.janux.people.net
 

Subinterfaces of Uri in biz.janux.people.net
 interface Email
          Marker interface to denote that a specific URI happens to be an email address, as of this writing the URI that is most commonly used as a ContactMethod
 interface Url
          sub-interface of ContactMethod and Uri that generically represents an electronic address or Uniform Resource Locator; this interface provides a string 'address' that can be used to persist a string representation of the URL, and a getUrl method that parses the string and returns a java.net.URL instance
 



Copyright © 2005-2013 Janux. All Rights Reserved.