Uses of Interface
org.apache.axis.components.encoding.XMLEncoder
-
Packages that use XMLEncoder Package Description org.apache.axis.components.encoding org.apache.axis.encoding org.apache.axis.utils -
-
Uses of XMLEncoder in org.apache.axis.components.encoding
Classes in org.apache.axis.components.encoding that implement XMLEncoder Modifier and Type Class Description class
AbstractXMLEncoder
Abstract class for XML String encoders.class
DefaultXMLEncoder
Methods in org.apache.axis.components.encoding that return XMLEncoder Modifier and Type Method Description static XMLEncoder
XMLEncoderFactory. getDefaultEncoder()
Returns the default encoderstatic XMLEncoder
XMLEncoderFactory. getEncoder(java.lang.String encoding)
Returns the requested encoder -
Uses of XMLEncoder in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return XMLEncoder Modifier and Type Method Description XMLEncoder
SerializationContext. getEncoder()
-
Uses of XMLEncoder in org.apache.axis.utils
Methods in org.apache.axis.utils that return XMLEncoder Modifier and Type Method Description static XMLEncoder
XMLUtils. getXMLEncoder(java.lang.String encoding)
Get the XMLEncoder for specific encodingstatic XMLEncoder
XMLUtils. getXMLEncoder(MessageContext msgContext)
Get the current XMLEncoderMethods in org.apache.axis.utils with parameters of type XMLEncoder Modifier and Type Method Description static java.lang.String
XMLUtils. getEncoding(Message message, MessageContext msgContext, XMLEncoder defaultEncoder)
-