net.sf.ofx4j.server
Interface OFXServer


public interface OFXServer

Basic interface for an OFX server.

Author:
Ryan Heaton

Method Summary
 ResponseEnvelope getResponse(RequestEnvelope request)
          Get a response for the given request.
 

Method Detail

getResponse

ResponseEnvelope getResponse(RequestEnvelope request)
Get a response for the given request.

Parameters:
request - The request.
Returns:
The response.


Copyright © 2008. All Rights Reserved.