}
private ObjectNamesType toObjectNamesType(List<ObjectName> objectNameList) {
List<String> roles = toStringList(objectNameList);
ObjectNamesType ont = mObjectFactory.createObjectNamesType();
ont.withObjectName(roles);
return ont;
}
private DatatypeFactory getDatatypeFactory() throws DatatypeConfigurationException {
if (mDatatypeFactory == null) {