public class DefaultXMLEncoder extends AbstractXMLEncoder
| Constructor and Description |
|---|
DefaultXMLEncoder(java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding()
gets the encoding supported by this encoder
|
void |
writeEncoded(java.io.Writer writer,
java.lang.String xmlString)
write the encoded version of a given string
|
encode, getInitialByteArraypublic java.lang.String getEncoding()
getEncoding in interface XMLEncoderpublic void writeEncoded(java.io.Writer writer,
java.lang.String xmlString)
throws java.io.IOException
writer - writer to write this string toxmlString - string to be encodedjava.io.IOExceptionCopyright ? 2005 Apache Web Services Project. All Rights Reserved.