org.apache.axis.components.encoding

Class XMLEncoderFactory

public class XMLEncoderFactory extends Object

Factory for XMLEncoder

Author: Jens Schumann Davanum Srinivas

Field Summary
static StringDEFAULT_ENCODING
static StringENCODING_UTF_16
static StringENCODING_UTF_8
protected static Loglog
Method Summary
static XMLEncodergetDefaultEncoder()
Returns the default encoder
static XMLEncodergetEncoder(String encoding)
Returns the requested encoder

Field Detail

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING

ENCODING_UTF_16

public static final String ENCODING_UTF_16

ENCODING_UTF_8

public static final String ENCODING_UTF_8

log

protected static Log log

Method Detail

getDefaultEncoder

public static XMLEncoder getDefaultEncoder()
Returns the default encoder

Returns:

getEncoder

public static XMLEncoder getEncoder(String encoding)
Returns the requested encoder

Parameters: encoding

Returns:

Throws: UnsupportedEncodingException

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.