public interface SecurityElementWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(OutputStream os) |
void |
writeTo(XMLStreamWriter streamWriter)
Writes out the header.
|
void |
writeTo(XMLStreamWriter streamWriter,
HashMap props) |
void writeTo(XMLStreamWriter streamWriter) throws XMLStreamException
XMLStreamException - if the operation fails for some reason. This leaves the
writer to an undefined state.void writeTo(XMLStreamWriter streamWriter, HashMap props) throws XMLStreamException
streamWriter - props - XMLStreamExceptionvoid writeTo(OutputStream os)
os - Copyright © 2005–2018 Oracle Corporation. All rights reserved.