net.sf.ofx4j.io
Class AggregateUnmarshaller<A>

java.lang.Object
  extended by net.sf.ofx4j.io.AggregateUnmarshaller<A>

public class AggregateUnmarshaller<A>
extends java.lang.Object

Unmarshaller for aggregate objects.

Author:
Ryan Heaton

Constructor Summary
AggregateUnmarshaller(java.lang.Class<A> clazz)
           
 
Method Summary
 StringConversion getConversion()
          The conversion.
protected  OFXReader newReader()
          New OFX reader.
 void setConversion(StringConversion conversion)
          The conversion.
 A unmarshal(java.io.InputStream stream)
           
 A unmarshal(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateUnmarshaller

public AggregateUnmarshaller(java.lang.Class<A> clazz)
Method Detail

unmarshal

public A unmarshal(java.io.InputStream stream)
            throws java.io.IOException,
                   OFXParseException
Throws:
java.io.IOException
OFXParseException

unmarshal

public A unmarshal(java.io.Reader reader)
            throws java.io.IOException,
                   OFXParseException
Throws:
java.io.IOException
OFXParseException

newReader

protected OFXReader newReader()
New OFX reader.

Returns:
new OFX reader.

getConversion

public StringConversion getConversion()
The conversion.

Returns:
The conversion.

setConversion

public void setConversion(StringConversion conversion)
The conversion.

Parameters:
conversion - The conversion.


Copyright © 2008. All Rights Reserved.