Class XmlWriter.ToMarshal<CLZ extends 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 XMLStructure> extends 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 Class<CLZ>
clazzToMatch
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
marshalObject(XmlWriter xwriter, CLZ toMarshal, String dsPrefix, XMLCryptoContext context)
-
-
-
Field Detail
-
clazzToMatch
public final Class<CLZ extends XMLStructure> clazzToMatch
-
-
Method Detail
-
marshalObject
public abstract void marshalObject(XmlWriter xwriter, CLZ toMarshal, String dsPrefix, XMLCryptoContext context) throws MarshalException
- Throws:
MarshalException
-
-