Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public void handleData(String uri, String objType, String language, String versionLabel,
  2. PropertyList<Property> objProps, BrokerContext context) {
  3.  
  4. try {
  5. IVersionableXMLPO po = PluginObjectFactory.getPluginObject(objType, context);
  6. Document doc = po.load(uri);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement