org.apache.xml.security.stax.ext
Interface ProcessorChain

All Known Subinterfaces:
InputProcessorChain, OutputProcessorChain
All Known Implementing Classes:
InputProcessorChainImpl, OutputProcessorChainImpl

public interface ProcessorChain

Basic interface for Output- and Input-Processor chains

Version:
$Revision: 1399606 $ $Date: 2012-10-18 13:17:41 +0100 (Thu, 18 Oct 2012) $
Author:
$Author: giger $

Method Summary
 void doFinal()
          Will finally be called when the whole document is processed
 void reset()
          resets the chain so that the next event will go again to the first processor in the chain.
 

Method Detail

reset

void reset()
resets the chain so that the next event will go again to the first processor in the chain.


doFinal

void doFinal()
             throws XMLStreamException,
                    XMLSecurityException
Will finally be called when the whole document is processed

Throws:
XMLStreamException - thrown when a streaming error occurs
XMLSecurityException - thrown when a Security failure occurs


Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.