Class DefaultXMLEncoder
java.lang.Object
org.apache.axis.components.encoding.AbstractXMLEncoder
org.apache.axis.components.encoding.DefaultXMLEncoder
- All Implemented Interfaces:
XMLEncoder
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongets the encoding supported by this encodervoid
writeEncoded
(Writer writer, String xmlString) write the encoded version of a given stringMethods inherited from class org.apache.axis.components.encoding.AbstractXMLEncoder
encode, getInitialByteArray
-
Constructor Details
-
DefaultXMLEncoder
-
-
Method Details
-
getEncoding
gets the encoding supported by this encoder- Specified by:
getEncoding
in interfaceXMLEncoder
- Returns:
- string
-
writeEncoded
write the encoded version of a given string- Parameters:
writer
- writer to write this string toxmlString
- string to be encoded- Throws:
IOException
-