org.apache.jcp.xml.dsig.internal.dom
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazzToMatch
public final Class<CLZ extends XMLStructure> clazzToMatch
XmlWriter.ToMarshal
public XmlWriter.ToMarshal(Class<CLZ> clazzToMatch)
marshalObject
public abstract void marshalObject(XmlWriter xwriter,
CLZ toMarshal,
String dsPrefix,
XMLCryptoContext context)
throws MarshalException
- Throws:
MarshalException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.