(!valueItr.hasNext()) ? null : valueItr.next()));
// more values then keys
if (valueItr.hasNext())
{
throw new SOAPMarshallerException("err.rpc.soap.keyValueMismatch",
new Object[]{m_sURI, m_sType});
}
for (Lookup.Iterator/*<Attribute, ObjectInstanceAccessor>*/ itr =
m_attributeMap.iterator();