Uses of Interface
org.apache.xml.security.stax.ext.OutputProcessor
Packages that use OutputProcessor
Package
Description
-
Uses of OutputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement OutputProcessorModifier and TypeClassDescriptionclassAn abstract OutputProcessor class for reusabiltyclassAn abstract OutputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type OutputProcessorModifier and TypeMethodDescriptionOutputProcessorChain.getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type OutputProcessorModifier and TypeMethodDescriptionvoidOutputProcessorChain.addProcessor(OutputProcessor outputProcessor) Adds an OutputProcessor to the chain.OutputProcessorChain.createSubChain(OutputProcessor outputProcessor) Create a new SubChain.OutputProcessorChain.createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) voidOutputProcessorChain.removeProcessor(OutputProcessor outputProcessor) Removes the specified OutputProcessor from this chain. -
Uses of OutputProcessor in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl that return types with arguments of type OutputProcessorMethods in org.apache.xml.security.stax.impl with parameters of type OutputProcessorModifier and TypeMethodDescriptionvoidOutputProcessorChainImpl.addProcessor(OutputProcessor newOutputProcessor) OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor) OutputProcessorChainImpl.createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) voidOutputProcessorChainImpl.removeProcessor(OutputProcessor outputProcessor) Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type OutputProcessorModifierConstructorDescriptionprotectedOutputProcessorChainImpl(OutboundSecurityContext outboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, List<OutputProcessor> outputProcessors) -
Uses of OutputProcessor in org.apache.xml.security.stax.impl.processor.output
Classes in org.apache.xml.security.stax.impl.processor.output that implement OutputProcessorModifier and TypeClassDescriptionclassProcessor buffers encrypted XMLEvents and forwards them when final is calledclassProcessor to encrypt XML structuresclassProcessor which handles the effective encryption of the dataclassprotected static classclassclassclassProcessor which outputs the XMLEvents to an outputStream This Processor can be extended to allow to write to a StAX writer instead of directly to an output streamclassProcessor to encrypt XML structuresclassAn EndingOutputProcessor for XML Signature.classAn OutputProcessor for XML Signature.