*/
public class MetadataUnmarshaller extends AbstractWSAddressingObjectUnmarshaller {
/** {@inheritDoc} */
protected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException {
Metadata metadata = (Metadata) xmlObject;
XMLHelper.unmarshallToAttributeMap(metadata.getUnknownAttributes(), attribute);
}