|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputProcessor | |
|---|---|
| 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 | |
|---|---|
class |
AbstractBufferingOutputProcessor
An abstract OutputProcessor class for reusabilty |
class |
AbstractOutputProcessor
An abstract OutputProcessor class for reusabilty |
| Methods in org.apache.xml.security.stax.ext that return types with arguments of type OutputProcessor | |
|---|---|
List<OutputProcessor> |
OutputProcessorChain.getProcessors()
Returns a list with the active processors. |
| Methods in org.apache.xml.security.stax.ext with parameters of type OutputProcessor | |
|---|---|
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)
|
void |
OutputProcessorChain.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 OutputProcessor | |
|---|---|
List<OutputProcessor> |
OutputProcessorChainImpl.getProcessors()
|
| Methods in org.apache.xml.security.stax.impl with parameters of type OutputProcessor | |
|---|---|
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 | |
|---|---|
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 OutputProcessor | |
|---|---|
class |
AbstractEncryptEndingOutputProcessor
Processor buffers encrypted XMLEvents and forwards them when final is called |
class |
AbstractEncryptOutputProcessor
Processor to encrypt XML structures |
class |
AbstractEncryptOutputProcessor.AbstractInternalEncryptionOutputProcessor
Processor which handles the effective encryption of the data |
class |
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 stream |
class |
XMLEncryptOutputProcessor
Processor to encrypt XML structures |
class |
XMLSignatureEndingOutputProcessor
An EndingOutputProcessor for XML Signature. |
class |
XMLSignatureOutputProcessor
An OutputProcessor for XML Signature. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||