org.apache.xml.security.stax.impl.processor.output
Class XMLSignatureOutputProcessor
java.lang.Object
org.apache.xml.security.stax.ext.AbstractOutputProcessor
org.apache.xml.security.stax.impl.processor.output.AbstractSignatureOutputProcessor
org.apache.xml.security.stax.impl.processor.output.XMLSignatureOutputProcessor
- All Implemented Interfaces:
- OutputProcessor
public class XMLSignatureOutputProcessor
- extends AbstractSignatureOutputProcessor
An OutputProcessor for XML Signature.
| Methods inherited from class org.apache.xml.security.stax.ext.AbstractOutputProcessor |
addAfterProcessor, addAttributes, addBeforeProcessor, createAttribute, createCharacters, createCharacters, createCharactersAndOutputAsEvent, createCharactersAndOutputAsEvent, createEndElement, createEndElementAndOutputAsEvent, createNamespace, createStartElementAndOutputAsEvent, createStartElementAndOutputAsEvent, getAction, getAfterProcessors, getBeforeProcessors, getPhase, getSecurityProperties, outputAsEvent, outputDOMElement, processNextEvent, securePartMatches, securePartMatches, setAction, setPhase, setXMLSecurityProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSignatureOutputProcessor
public XMLSignatureOutputProcessor()
throws XMLSecurityException
- Throws:
XMLSecurityException
init
public void init(OutputProcessorChain outputProcessorChain)
throws XMLSecurityException
- Description copied from interface:
OutputProcessor
- Method will be called after setting the properties
- Specified by:
init in interface OutputProcessor- Overrides:
init in class AbstractOutputProcessor
- Throws:
XMLSecurityException
processEvent
public void processEvent(XMLSecEvent xmlSecEvent,
OutputProcessorChain outputProcessorChain)
throws XMLStreamException,
XMLSecurityException
- Specified by:
processEvent in class AbstractSignatureOutputProcessor
- Throws:
XMLStreamException
XMLSecurityException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.