Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. AggregateUnmarshaller<RequestEnvelope> unmarshaller =
  2.     new AggregateUnmarshaller<RequestEnvelope>(RequestEnvelope.class);       
  3. RequestEnvelope requestEnvelope
  4.     = unmarshaller.unmarshal(new StringReader(ofxString));