Uses of Interface
org.apache.xml.security.stax.ext.OutputProcessor
-
Packages that use OutputProcessor Package Description org.apache.xml.security.stax.ext org.apache.xml.security.stax.impl org.apache.xml.security.stax.impl.processor.output -
-
Uses of OutputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement OutputProcessor Modifier and Type Class Description classAbstractBufferingOutputProcessorAn abstract OutputProcessor class for reusabiltyclassAbstractOutputProcessorAn abstract OutputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type OutputProcessor Modifier and Type Method Description java.util.List<OutputProcessor>OutputProcessorChain. getProcessors()Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type OutputProcessor Modifier and Type Method Description voidOutputProcessorChain. addProcessor(OutputProcessor outputProcessor)Adds an OutputProcessor to the chain.OutputProcessorChainOutputProcessorChain. createSubChain(OutputProcessor outputProcessor)Create a new SubChain.OutputProcessorChainOutputProcessorChain. createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement)private voidOutboundXMLSec. initializeOutputProcessor(OutputProcessorChainImpl outputProcessorChain, OutputProcessor outputProcessor, XMLSecurityConstants.Action action)voidOutputProcessorChain. 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 OutputProcessor Modifier and Type Field Description private java.util.List<OutputProcessor>OutputProcessorChainImpl. outputProcessorsMethods in org.apache.xml.security.stax.impl that return types with arguments of type OutputProcessor Modifier and Type Method Description java.util.List<OutputProcessor>OutputProcessorChainImpl. getProcessors()Methods in org.apache.xml.security.stax.impl with parameters of type OutputProcessor Modifier and Type Method Description voidOutputProcessorChainImpl. addProcessor(OutputProcessor newOutputProcessor)OutputProcessorChainOutputProcessorChainImpl. createSubChain(OutputProcessor outputProcessor)OutputProcessorChainOutputProcessorChainImpl. createSubChain(OutputProcessor outputProcessor, XMLSecStartElement parentXMLSecStartElement)voidOutputProcessorChainImpl. removeProcessor(OutputProcessor outputProcessor)Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type OutputProcessor Constructor Description OutputProcessorChainImpl(OutboundSecurityContext outboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, java.util.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 OutputProcessor Modifier and Type Class Description classAbstractEncryptEndingOutputProcessorProcessor buffers encrypted XMLEvents and forwards them when final is calledclassAbstractEncryptOutputProcessorProcessor to encrypt XML structuresclassAbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessorProcessor which handles the effective encryption of the dataclassAbstractSignatureEndingOutputProcessorprotected static classAbstractSignatureEndingOutputProcessor.SignedInfoProcessorclassAbstractSignatureOutputProcessorclassAbstractSignatureOutputProcessor.InternalSignatureOutputProcessorclassFinalOutputProcessorProcessor 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 streamclassXMLEncryptOutputProcessorProcessor to encrypt XML structuresclassXMLSignatureEndingOutputProcessorAn EndingOutputProcessor for XML Signature.classXMLSignatureOutputProcessorAn OutputProcessor for XML Signature.
-