org.codehaus.plexus.security.keys.jdo.v0_9_0.io.stax
Class PlexusSecurityKeyManagementJdoStaxWriter

Package class diagram package PlexusSecurityKeyManagementJdoStaxWriter
java.lang.Object
  extended by org.codehaus.plexus.security.keys.jdo.v0_9_0.io.stax.PlexusSecurityKeyManagementJdoStaxWriter

public class PlexusSecurityKeyManagementJdoStaxWriter
extends java.lang.Object

Class PlexusSecurityKeyManagementJdoStaxWriter.


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

PlexusSecurityKeyManagementJdoStaxWriter

public PlexusSecurityKeyManagementJdoStaxWriter()
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