net.sf.jaxme.examples.misc.address
Class AddressPrinter

java.lang.Object
  extended bynet.sf.jaxme.examples.misc.address.AddressPrinter

public class AddressPrinter
extends java.lang.Object

Version:
$Id: AddressPrinter.java,v 1.1 2003/08/29 18:07:58 joe Exp $
Author:
Jochen Wiedmann

Constructor Summary
AddressPrinter()
           
 
Method Summary
static Address getAddress(InputSource pSource)
           
static java.lang.String getAddressAsString(Address pAddress)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPrinter

public AddressPrinter()
Method Detail

getAddress

public static Address getAddress(InputSource pSource)
                          throws JAXBException
Throws:
JAXBException

getAddressAsString

public static java.lang.String getAddressAsString(Address pAddress)
                                           throws JAXBException
Throws:
JAXBException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception