org.codehaus.plexus.redback.keys.jdo.io.stax
Class RedbackKeyManagementJdoStaxWriter

java.lang.Object
  extended by org.codehaus.plexus.redback.keys.jdo.io.stax.RedbackKeyManagementJdoStaxWriter

public class RedbackKeyManagementJdoStaxWriter
extends java.lang.Object

Class RedbackKeyManagementJdoStaxWriter.

Version:
$Revision$ $Date$

Constructor Summary
RedbackKeyManagementJdoStaxWriter()
           
 
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
 

Constructor Detail

RedbackKeyManagementJdoStaxWriter

public RedbackKeyManagementJdoStaxWriter()
Method Detail

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.