out = new ByteArrayOutputStream();
//XMLStreamWriter writer = XMLOutputFactory.newInstance().createXMLStreamWriter(System.out);
XMLStreamWriter writer = XMLOutputFactory.newInstance().createXMLStreamWriter(out);
//this.symBind.serialize(writer);
AbstractSecurityAssertion a = (AbstractSecurityAssertion) assertionSet.next();
a.serialize(writer);
writer.flush();
writer.close();
/*
String tempPrefix1="",tempPrefix2="";
boolean isNewConfig =(Boolean) hasConfigIterator.next();