Interface HasEncoding

All Known Implementing Classes:
MtomCodec.MtomStreamWriterImpl, XMLStreamWriterFactory.HasEncodingWriter

public interface HasEncoding
A XMLStreamWriter doesn'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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getEncoding

      String getEncoding()