Package com.sun.xml.ws.encoding
Interface HasEncoding
-
- All Known Implementing Classes:
MtomCodec.MtomStreamWriterImpl,XMLStreamWriterFactory.HasEncodingWriter
public interface HasEncodingAXMLStreamWriterdoesn't expose any method to give encoding. An implementation of writer may implement this interface to give the encoding with which the writer is created.- Since:
- JAX-WS RI 2.2.6
- Author:
- Jitendra Kotamraju
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()
-
-
-
Method Detail
-
getEncoding
String getEncoding()
-
-