org.codehaus.plexus.redback.keys.jdo.io.stax
Class RedbackKeyManagementJdoStaxWriter
java.lang.Object
org.codehaus.plexus.redback.keys.jdo.io.stax.RedbackKeyManagementJdoStaxWriter
public class RedbackKeyManagementJdoStaxWriter
- extends java.lang.Object
Class RedbackKeyManagementJdoStaxWriter.
- Version:
- $Revision$ $Date$
|
Method Summary |
void |
write(java.io.Writer writer,
AuthenticationKeyDatabase authenticationKeyDatabase)
Method write |
void |
writeDom(org.codehaus.plexus.util.xml.Xpp3Dom dom,
javax.xml.stream.XMLStreamWriter serializer)
Method writeDom |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedbackKeyManagementJdoStaxWriter
public RedbackKeyManagementJdoStaxWriter()
write
public void write(java.io.Writer writer,
AuthenticationKeyDatabase authenticationKeyDatabase)
throws java.io.IOException,
javax.xml.stream.XMLStreamException
- Method write
- Parameters:
writer - authenticationKeyDatabase -
- Throws:
java.io.IOException
javax.xml.stream.XMLStreamException
writeDom
public void writeDom(org.codehaus.plexus.util.xml.Xpp3Dom dom,
javax.xml.stream.XMLStreamWriter serializer)
throws javax.xml.stream.XMLStreamException
- Method writeDom
- Parameters:
dom - serializer -
- Throws:
javax.xml.stream.XMLStreamException
Copyright © 2001-2007 Codehaus. All Rights Reserved.