| Package | Description |
|---|---|
| org.apache.axis.components.encoding | |
| org.apache.axis.encoding | |
| org.apache.axis.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLEncoder
Abstract class for XML String encoders.
|
class |
DefaultXMLEncoder |
| Modifier and Type | Method and Description |
|---|---|
static XMLEncoder |
XMLEncoderFactory.getDefaultEncoder()
Returns the default encoder
|
static XMLEncoder |
XMLEncoderFactory.getEncoder(String encoding)
Returns the requested encoder
|
| Modifier and Type | Method and Description |
|---|---|
XMLEncoder |
SerializationContext.getEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static XMLEncoder |
XMLUtils.getXMLEncoder(MessageContext msgContext)
Get the current XMLEncoder
|
static XMLEncoder |
XMLUtils.getXMLEncoder(String encoding)
Get the XMLEncoder for specific encoding
|
| Modifier and Type | Method and Description |
|---|---|
static String |
XMLUtils.getEncoding(Message message,
MessageContext msgContext,
XMLEncoder defaultEncoder) |
Copyright © The Apache Software Foundation. All Rights Reserved.