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 classAbstractXMLEncoderAbstract class for XML String encoders.classDefaultXMLEncoderMethods in org.apache.axis.components.encoding that return XMLEncoder Modifier and Type Method Description static XMLEncoderXMLEncoderFactory. getDefaultEncoder()Returns the default encoderstatic XMLEncoderXMLEncoderFactory. 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 XMLEncoderSerializationContext. getEncoder() -
Uses of XMLEncoder in org.apache.axis.utils
Methods in org.apache.axis.utils that return XMLEncoder Modifier and Type Method Description static XMLEncoderXMLUtils. getXMLEncoder(java.lang.String encoding)Get the XMLEncoder for specific encodingstatic XMLEncoderXMLUtils. 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.StringXMLUtils. getEncoding(Message message, MessageContext msgContext, XMLEncoder defaultEncoder)
-