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