Class XmlWriter.ToMarshal<CLZ extends javax.xml.crypto.XMLStructure>
- java.lang.Object
-
- org.apache.jcp.xml.dsig.internal.dom.XmlWriter.ToMarshal<CLZ>
-
- Type Parameters:
CLZ
-
- Enclosing interface:
- XmlWriter
public abstract static class XmlWriter.ToMarshal<CLZ extends javax.xml.crypto.XMLStructure> extends java.lang.Object
Utility class that brings together the class, and the method for marshaling an instance of said class.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Class<CLZ>
clazzToMatch
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
marshalObject(XmlWriter xwriter, CLZ toMarshal, java.lang.String dsPrefix, javax.xml.crypto.XMLCryptoContext context)
-