Advertisement
Konstantin

Unmarshalling OFX

Mar 26th, 2011
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. AggregateUnmarshaller<RequestEnvelope> unmarshaller =
  2.     new AggregateUnmarshaller<RequestEnvelope>(RequestEnvelope.class);       
  3. RequestEnvelope requestEnvelope
  4.     = unmarshaller.unmarshal(new StringReader(ofxString));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement