Uses of Interface
org.jvnet.staxex.XMLStreamReaderEx

Packages that use XMLStreamReaderEx
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   
 

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 SignedInfo.setSignedInfo(XMLStreamReaderEx _streamSI)
           
 void Signature.setSignedInfo(XMLStreamReaderEx streamReader)
           
 

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)
           
 



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