com.sun.xml.ws.encoding
Interface HasEncoding

All Known Implementing Classes:
MtomCodec.MtomStreamWriterImpl

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

Method Summary
 String getEncoding()
           
 

Method Detail

getEncoding

String getEncoding()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.