Uses of Interface
org.jvnet.staxex.XMLStreamReaderEx

Packages that use XMLStreamReaderEx
com.sun.xml.messaging.saaj.util.stax   
com.sun.xml.stream.buffer.stax   
com.sun.xml.ws.encoding   
com.sun.xml.ws.security.opt.crypto.dsig   
com.sun.xml.ws.security.opt.impl.util   
com.sun.xml.ws.util.xml   
 

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

Classes in com.sun.xml.messaging.saaj.util.stax that implement XMLStreamReaderEx
 class SaajStaxReaderEx
          SaajStaxReaderEx
 

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

Classes in com.sun.xml.stream.buffer.stax that implement XMLStreamReaderEx
 class StreamReaderBufferProcessor
          A processor of a XMLStreamBuffer that reads the XML infoset as XMLStreamReader.
 

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

Classes in com.sun.xml.ws.encoding that implement XMLStreamReaderEx
static class MtomCodec.MtomXMLStreamReaderEx
           
 

Uses of XMLStreamReaderEx in com.sun.xml.ws.security.opt.crypto.dsig
 

Methods in com.sun.xml.ws.security.opt.crypto.dsig that return XMLStreamReaderEx
 XMLStreamReaderEx SignedInfo.getSignedInfo()
           
 

Methods in com.sun.xml.ws.security.opt.crypto.dsig with parameters of type XMLStreamReaderEx
 void Signature.setSignedInfo(XMLStreamReaderEx streamReader)
           
 void SignedInfo.setSignedInfo(XMLStreamReaderEx _streamSI)
           
 

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

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

Uses of XMLStreamReaderEx in com.sun.xml.ws.util.xml
 

Classes in com.sun.xml.ws.util.xml that implement XMLStreamReaderEx
 class XMLReaderComposite
          XMLReaderComposite
 



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