Skip to content

Instantly share code, notes, and snippets.

@edgars
Created January 7, 2010 19:25
Show Gist options
  • Select an option

  • Save edgars/271482 to your computer and use it in GitHub Desktop.

Select an option

Save edgars/271482 to your computer and use it in GitHub Desktop.
Body msgBody = m.getBody();
String contents = null;
String xml = null;
String transaction = null;
if (null != m.getProperties().getProperty(formField)) {
contents = (String) m.getProperties().getProperty(formField);
System.out.println("XML:" + contents);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment