Uses of Interface
net.sf.ofx4j.io.OFXWriter

Packages that use OFXWriter
net.sf.ofx4j.client.net   
net.sf.ofx4j.io   
net.sf.ofx4j.io.v1   
net.sf.ofx4j.io.v2   
net.sf.ofx4j.server   
 

Uses of OFXWriter in net.sf.ofx4j.client.net
 

Methods in net.sf.ofx4j.client.net that return OFXWriter
protected  OFXWriter OFXV1Connection.newOFXWriter(java.io.OutputStream out)
          Create a new OFX writer.
protected  OFXWriter OFXV2Connection.newOFXWriter(java.io.OutputStream out)
           
 

Uses of OFXWriter in net.sf.ofx4j.io
 

Methods in net.sf.ofx4j.io with parameters of type OFXWriter
 void AggregateMarshaller.marshal(java.lang.Object aggregate, OFXWriter writer)
          Marshal the specified aggregate object.
protected  void AggregateMarshaller.writeAggregateAttributes(java.lang.Object aggregate, OFXWriter writer, java.util.SortedSet<AggregateAttribute> aggregateAttributes)
          Write the aggregate attributes for the specified aggregate.
 

Uses of OFXWriter in net.sf.ofx4j.io.v1
 

Classes in net.sf.ofx4j.io.v1 that implement OFXWriter
 class OFXV1Writer
          OFX writer to SGML, suitable for OFX versions < 2.0.
 

Uses of OFXWriter in net.sf.ofx4j.io.v2
 

Classes in net.sf.ofx4j.io.v2 that implement OFXWriter
 class OFXV2Writer
          OFX writer to XML, suitable for OFX version 2.0.
 

Uses of OFXWriter in net.sf.ofx4j.server
 

Methods in net.sf.ofx4j.server that return OFXWriter
protected  OFXWriter OFXServlet.createOFXWriter(java.io.OutputStream out)
          Create the OFX writer.
 



Copyright © 2008. All Rights Reserved.