Class StaxBridge

java.lang.Object
com.sun.xml.messaging.saaj.soap.StaxBridge
Direct Known Subclasses:
StaxLazySourceBridge, StaxReaderBridge

public abstract class StaxBridge extends Object
StaxBridge builds Envelope using a XMLStreamReaderToXMLStreamWriter
Author:
shih-chang.chen@oracle.com
  • Field Details

    • saajWriter

      protected SaajStaxWriter saajWriter
    • readerToWriter

      protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter readerToWriter
    • breakpoint

      protected org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter.Breakpoint breakpoint
  • Constructor Details

    • StaxBridge

      public StaxBridge(SOAPPartImpl soapPart) throws jakarta.xml.soap.SOAPException
      Throws:
      jakarta.xml.soap.SOAPException
  • Method Details