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 TypeClassDescriptionclass
An abstract OutputProcessor class for reusabiltyclass
An 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 TypeMethodDescriptionvoid
OutputProcessorChain.addProcessor
(OutputProcessor outputProcessor) Adds an OutputProcessor to the chain.OutputProcessorChain.createSubChain
(OutputProcessor outputProcessor) Create a new SubChain.OutputProcessorChain.createSubChain
(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) private void
OutboundXMLSec.initializeOutputProcessor
(OutputProcessorChainImpl outputProcessorChain, OutputProcessor outputProcessor, XMLSecurityConstants.Action action) void
OutputProcessorChain.removeProcessor
(OutputProcessor outputProcessor) Removes the specified OutputProcessor from this chain. -
Uses of OutputProcessor in org.apache.xml.security.stax.impl
Fields in org.apache.xml.security.stax.impl with type parameters of type OutputProcessorModifier and TypeFieldDescriptionprivate List<OutputProcessor>
OutputProcessorChainImpl.outputProcessors
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 TypeMethodDescriptionvoid
OutputProcessorChainImpl.addProcessor
(OutputProcessor newOutputProcessor) OutputProcessorChainImpl.createSubChain
(OutputProcessor outputProcessor) OutputProcessorChainImpl.createSubChain
(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement) void
OutputProcessorChainImpl.removeProcessor
(OutputProcessor outputProcessor) Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type OutputProcessorModifierConstructorDescriptionprotected
OutputProcessorChainImpl
(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 TypeClassDescriptionclass
Processor buffers encrypted XMLEvents and forwards them when final is calledclass
Processor to encrypt XML structuresclass
Processor which handles the effective encryption of the dataclass
protected static class
class
class
class
Processor 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 streamclass
Processor to encrypt XML structuresclass
An EndingOutputProcessor for XML Signature.class
An OutputProcessor for XML Signature.