Class WSSecurityStreamReader

java.lang.Object
org.apache.xml.security.stax.impl.XMLSecurityStreamReader
org.apache.wss4j.stax.impl.WSSecurityStreamReader
All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader

public class WSSecurityStreamReader extends org.apache.xml.security.stax.impl.XMLSecurityStreamReader
  • Field Summary

  • Constructor Summary

    Constructors
    Constructor
    Description
    WSSecurityStreamReader(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain, org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties, boolean initiator, boolean returnSecurityError)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class org.apache.xml.security.stax.impl.XMLSecurityStreamReader

    close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WSSecurityStreamReader

      public WSSecurityStreamReader(org.apache.xml.security.stax.ext.InputProcessorChain inputProcessorChain, org.apache.xml.security.stax.ext.XMLSecurityProperties securityProperties, boolean initiator, boolean returnSecurityError)
  • Method Details