*/
public class SecurityUnmarshaller extends AbstractWSSecurityObjectUnmarshaller {
/** {@inheritDoc} */
protected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException {
Security security = (Security) xmlObject;
XMLHelper.unmarshallToAttributeMap(security.getUnknownAttributes(), attribute);
}