Class XMLEncoderFactory
java.lang.Object
org.apache.axis.components.encoding.XMLEncoderFactory
Factory for XMLEncoder
- Author:
- Jens Schumann, Davanum Srinivas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLEncoder
Returns the default encoderstatic XMLEncoder
getEncoder
(String encoding) Returns the requested encoder
-
Field Details
-
log
protected static org.apache.commons.logging.Log log -
ENCODING_UTF_8
- See Also:
-
ENCODING_UTF_16
- See Also:
-
DEFAULT_ENCODING
- See Also:
-
-
Constructor Details
-
XMLEncoderFactory
public XMLEncoderFactory()
-
-
Method Details
-
getDefaultEncoder
Returns the default encoder- Returns:
-
getEncoder
Returns the requested encoder- Parameters:
encoding
-- Returns:
- Throws:
UnsupportedEncodingException
-