Skip to content

Instantly share code, notes, and snippets.

@kartikshah
Created February 1, 2012 20:53
Show Gist options
  • Save kartikshah/1719247 to your computer and use it in GitHub Desktop.
Save kartikshah/1719247 to your computer and use it in GitHub Desktop.
ObjectFactory class allows a specific tag to be the root tag
@XmlRegistry
public class ObjectFactory {
// ...
private final static QName Query1_QNAME = new QName("urn:Account-WSDL", "query");
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment