09-10-2010 03:58 AM
String typeOfDocument = "http://abc:typeXXX";
String [] prefixAndLocalName=QName.splitPrefixedQName(typeOfDocument);
if (typeOfDocument == null){
logger.error("Problem….");
return false;
}
QName typeQName = QName.createQName(prefixAndLocalName[0],prefixAndLocalName[1]);
/* Verify that the QName exist TODO ?????*/
…
09-10-2010 05:12 AM
09-13-2010 05:55 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.