*/
public class EntropyMarshaller extends AbstractWSTrustObjectMarshaller {
/** {@inheritDoc} */
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
Entropy entropy = (Entropy) xmlObject;
XMLHelper.marshallAttributeMap(entropy.getUnknownAttributes(), domElement);
}