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 class
AbstractBufferingOutputProcessor
An abstract OutputProcessor class for reusabiltyclass
AbstractOutputProcessor
An 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 void
OutputProcessorChain. addProcessor(OutputProcessor outputProcessor)
Adds an OutputProcessor to the chain.OutputProcessorChain
OutputProcessorChain. createSubChain(OutputProcessor outputProcessor)
Create a new SubChain.OutputProcessorChain
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 OutputProcessor Modifier and Type Field Description private java.util.List<OutputProcessor>
OutputProcessorChainImpl. outputProcessors
Methods 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 void
OutputProcessorChainImpl. addProcessor(OutputProcessor newOutputProcessor)
OutputProcessorChain
OutputProcessorChainImpl. createSubChain(OutputProcessor outputProcessor)
OutputProcessorChain
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 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 class
AbstractEncryptEndingOutputProcessor
Processor buffers encrypted XMLEvents and forwards them when final is calledclass
AbstractEncryptOutputProcessor
Processor to encrypt XML structuresclass
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor
Processor which handles the effective encryption of the dataclass
AbstractSignatureEndingOutputProcessor
protected static class
AbstractSignatureEndingOutputProcessor.SignedInfoProcessor
class
AbstractSignatureOutputProcessor
class
AbstractSignatureOutputProcessor.InternalSignatureOutputProcessor
class
FinalOutputProcessor
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
XMLEncryptOutputProcessor
Processor to encrypt XML structuresclass
XMLSignatureEndingOutputProcessor
An EndingOutputProcessor for XML Signature.class
XMLSignatureOutputProcessor
An OutputProcessor for XML Signature.
-