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