This is used by GeoServer to represent a contact person or organization associated with the Service.
The configuration file represents Contact information using the following XML fragment (at the time of writing):
{ContactInformation} {ContactPersonPrimary} {ContactPerson}Chris Holmes{/ContactPerson} {ContactOrganization}TOPP{/ContactOrganization} {/ContactPersonPrimary} {ContactPosition}Computer Scientist{/ContactPosition} {ContactAddress} {AddressType}postal{/AddressType} {Address}Street addresss here{/Address} {City}New York{/City} {StateOrProvince}New York{/StateOrProvince} {PostCode}0001{/PostCode} {Country}USA{/Country} {/ContactAddress} {ContactVoiceTelephone}+1 301 283-1569{/ContactVoiceTelephone} {ContactFacsimileTelephone}+1 301 283-1569{/ContactFacsimileTelephone} {/ContactInformation}
To communicate with the running GeoServer application, represented by the classes in global, the Contact information will need to be placed into the ContactDTO.
@author David Zwiers, Refractions Research, Inc. @version $Id: ContactConfig.java,v 1.8 2004/02/20 17:03:11 jive Exp $
|
|
|
|