Uses of Interface
org.apache.xml.security.stax.ext.InputProcessor
Packages that use InputProcessor
Package
Description
-
Uses of InputProcessor in org.apache.xml.security.stax.ext
Classes in org.apache.xml.security.stax.ext that implement InputProcessorModifier and TypeClassDescriptionclass
An abstract InputProcessor class for reusabiltyMethods in org.apache.xml.security.stax.ext that return types with arguments of type InputProcessorModifier and TypeMethodDescriptionXMLSecurityProperties.getInputProcessorList()
Returns the currently registered additional InputProcessorsInputProcessorChain.getProcessors()
Returns a list with the active processors.Methods in org.apache.xml.security.stax.ext with parameters of type InputProcessorModifier and TypeMethodDescriptionvoid
XMLSecurityProperties.addInputProcessor
(InputProcessor inputProcessor) Add an additional, non standard, InputProcessor to the chainvoid
InputProcessorChain.addProcessor
(InputProcessor inputProcessor) Adds an InputProcessor to the chain.InputProcessorChain.createSubChain
(InputProcessor inputProcessor) Create a new SubChain.InputProcessorChain.createSubChain
(InputProcessor inputProcessor, boolean clone) Create a new SubChain.void
InputProcessorChain.removeProcessor
(InputProcessor inputProcessor) Removes the specified InputProcessor from this chain. -
Uses of InputProcessor in org.apache.xml.security.stax.impl
Methods in org.apache.xml.security.stax.impl that return types with arguments of type InputProcessorMethods in org.apache.xml.security.stax.impl with parameters of type InputProcessorModifier and TypeMethodDescriptionvoid
InputProcessorChainImpl.addProcessor
(InputProcessor newInputProcessor) InputProcessorChainImpl.createSubChain
(InputProcessor inputProcessor) InputProcessorChainImpl.createSubChain
(InputProcessor inputProcessor, boolean clone) void
InputProcessorChainImpl.removeProcessor
(InputProcessor inputProcessor) Constructor parameters in org.apache.xml.security.stax.impl with type arguments of type InputProcessorModifierConstructorDescriptionprotected
InputProcessorChainImpl
(InboundSecurityContext inboundSecurityContext, DocumentContextImpl documentContextImpl, int startPos, List<InputProcessor> inputProcessors) -
Uses of InputProcessor in org.apache.xml.security.stax.impl.processor.input
Classes in org.apache.xml.security.stax.impl.processor.input that implement InputProcessorModifier and TypeClassDescriptionclass
Processor for decryption of EncryptedData XML structuresclass
The DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and forwards the generated XMLEventsclass
class
class
class
Processor for decryption of EncryptedData XML structuresclass
The DecryptedEventReaderInputProcessor reads the decrypted stream with a StAX reader and forwards the generated XMLEventsclass
The XMLEventReaderInputProcessor reads requested XMLEvents from the original XMLEventReader and returns them to the requesterclass
Processor for XML Security.class
Temporary Processor to buffer all events until the end of the required actionsstatic class
Temporary processor to replay the buffered eventsclass
A processor to verify XML Signature references.