Uses of Interface
org.jvnet.staxex.XMLStreamWriterEx

Packages that use XMLStreamWriterEx
com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput and its implementations}. 
com.sun.xml.messaging.saaj.util.stax   
com.sun.xml.security.core.dsig   
com.sun.xml.stream.buffer.stax   
com.sun.xml.ws.encoding   
com.sun.xml.ws.security.opt.impl.util   
 

Uses of XMLStreamWriterEx in com.sun.xml.bind.v2.runtime.output
 

Constructors in com.sun.xml.bind.v2.runtime.output with parameters of type XMLStreamWriterEx
StAXExStreamWriterOutput(XMLStreamWriterEx out)
           
 

Uses of XMLStreamWriterEx in com.sun.xml.messaging.saaj.util.stax
 

Classes in com.sun.xml.messaging.saaj.util.stax that implement XMLStreamWriterEx
 class SaajStaxWriterEx
          SaajStaxWriterEx converts XMLStreamWriterEx calls to build an orasaaj SOAPMessage with BinaryTextImpl.
 

Uses of XMLStreamWriterEx in com.sun.xml.security.core.dsig
 

Classes in com.sun.xml.security.core.dsig that implement XMLStreamWriterEx
 class CustomStreamWriterImpl
           
 

Fields in com.sun.xml.security.core.dsig declared as XMLStreamWriterEx
protected  XMLStreamWriterEx CustomStreamWriterImpl.sw
           
 

Uses of XMLStreamWriterEx in com.sun.xml.stream.buffer.stax
 

Classes in com.sun.xml.stream.buffer.stax that implement XMLStreamWriterEx
 class StreamWriterBufferCreator
          XMLStreamWriter that fills MutableXMLStreamBuffer.
 

Methods in com.sun.xml.stream.buffer.stax with parameters of type XMLStreamWriterEx
 void StreamWriterBufferProcessor.writeFragmentEx(XMLStreamWriterEx writer)
           
 

Uses of XMLStreamWriterEx in com.sun.xml.ws.encoding
 

Classes in com.sun.xml.ws.encoding that implement XMLStreamWriterEx
static class MtomCodec.MtomStreamWriterImpl
           
 

Uses of XMLStreamWriterEx in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type XMLStreamWriterEx
static void StreamUtil.writeCurrentEvent(XMLStreamReaderEx reader, XMLStreamWriterEx writer)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.