AbstractPipe |
|
Base64Pipe |
Pipe that performs base64 encoding and decoding.
|
BytesOutputPipe |
Output bytes as specified by the input XML.
|
ChecksumPipe |
Pipe to calculate checksum on input.
|
ChecksumPipe.MessageDigestChecksumGenerator |
|
ChecksumPipe.ZipChecksumGenerator |
|
CleanupOldFilesPipe |
Pipe for deleting files.
|
CompareIntegerPipe |
Pipe that compares the two integer values.
|
CompareStringPipe |
Pipe that lexicographically compares two strings, that must NOT be empty.
|
CompressPipe |
Pipe to zip or unzip a message or file.
|
CounterSwitchPipe |
Selects an exitState, based on the number of received messages by this pipe.
|
CredentialCheckingPipe |
Pipe to check the the CredentialFactory (for testing only).
|
CrlPipe |
Pipe that reads a CRL from an input stream and transforms it to an XML.
|
CsvParserPipe |
Reads a message in CSV format, and turns it into XML.
|
DelayPipe |
Pipe that sleeps for a specified time, which defaults to 5000 msecs.
|
DomainTransformerPipe |
Pipe that performs domain transforming on the basis of a database table.
|
EchoPipe |
Returns simply the input message.
|
EscapePipe |
Pipe that performs translations between special characters and their xml equivalents.
|
EtagHandlerPipe |
Deprecated. |
ExceptionPipe |
Pipe that throws an exception, based on the input message.
|
FileLineIteratorPipe |
Deprecated. |
FilenameSwitch |
Deprecated. |
FilePipe |
Deprecated.
|
FixedForwardPipe |
Provides a base-class for a Pipe that always has the same forward.
|
FixedResult |
Deprecated. |
FixedResultPipe |
Produces a fixed result that does not depend on the input message.
|
ForEachChildElementPipe |
Sends a message to a Sender for each child element of the input XML.
|
GenericMessageSendingPipe |
Deprecated. |
GetFromSession |
|
GetPrincipalPipe |
Returns the name of the user executing the request.
|
HashPipe |
Pipe that hashes the input message.
|
IfMultipart |
Selects an exitState, based on the content-type of a httpServletRequest
object as input.
|
IncreaseIntegerPipe |
Pipe that increases the integer value of a session variable.
|
IsUserInRolePipe |
Pipe that checks if the calling user has a specified role.
|
IsXmlIfPipe |
Deprecated. |
IsXmlPipe |
Selects an exitState, based on if the input is a XML string.
|
IteratingPipe<I> |
Abstract base class to sends a message to a Sender for each item returned by a configurable iterator.
|
Json2XmlValidator |
Pipe that validates the XML or JSON input message against a XML Schema and returns either XML or JSON.
|
JsonPipe |
JSON is not aware of the element order.
|
JsonValidator |
Pipe that validates the input message against a JSON Schema.
|
JsonWellFormedChecker |
Pipe that checks the well-formedness of the input message.
|
JsonXsltPipe |
Perform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, XML or text.
|
JwtPipe |
Creates a JWT with a shared secret using the HmacSHA256 algorithm.
|
LocalFileSystemPipe |
|
LogContextPipe |
Pipe that stores all its parameter values in the ThreadContext, formerly known as Mapped Diagnostic Context (MDC), to be used in logging.
|
MailSenderPipe |
Pipe that sends a mail-message using a MailSender as its sender.
|
MdcPipe |
Deprecated. |
MessageSendingPipe |
Sends a message using a sender and optionally receives a reply from the same sender, or
from a listener .
|
MoveFilePipe |
Deprecated.
|
PasswordGeneratorPipe |
Returns random password.
|
PasswordHashPipe |
|
PGPPipe |
Performs various PGP (Pretty Good Privacy) actions such as Encrypt, Sign, Decrypt, Verify.
|
PostboxRetrieverPipe |
Deprecated. |
PutInSession |
Puts the input or the value
in the PipeLineSession, under the key specified by
sessionKey
.
|
PutParametersInSession |
Deprecated. |
PutSystemDateInSession |
|
RemoveFromSession |
|
ReplacerPipe |
Replaces all occurrences of one string with another.
|
Samba1Pipe |
|
Samba2Pipe |
|
SambaPipe |
|
SenderPipe |
|
SignaturePipe |
|
SizePipe |
Returns the number of bytes or characters in the input.
|
SkipPipe |
Skip a number of bytes or characters from the input.
|
Stream2StringPipe |
Deprecated.
|
StreamLineIteratorPipe |
Sends a message to a Sender for each line of its input, that must be an InputStream.
|
StreamPipe |
Stream an input stream to an output stream.
|
StringIteratorPipe |
IteratingPipe that has Strings as items.
|
Text2XmlPipe |
Pipe for converting TEXT to XML.
|
TextSplitterPipe |
Breaks up the text input in blocks of a maximum length.
|
TimeoutGuardPipe |
Extension to FixedForwardPipe for interrupting processing when timeout is exceeded.
|
UnzipPipe |
Assumes input to be the file name of a ZIP archive, and unzips it to a
directory and/or an XML message.
|
UploadFilePipe |
Deprecated. |
UUIDGeneratorPipe |
Pipe that generates an UUID (Universally Unique Identifier).
|
ValidatorBase |
Pipe that validates the input message against a Schema.
|
ValidatorBase.ResponseValidatorWrapper |
|
WsdlGeneratorPipe |
Generate WSDL of parent or specified adapter.
|
WsdlXmlValidator |
XmlValidator that will read the XSD's to use from a WSDL.
|
XmlBuilderPipe |
Deprecated. |
XmlFileElementIteratorPipe |
Deprecated. |
XmlIf |
Selects an forward, based on XPath evaluation
|
XmlSwitch |
Selects an exitState, based on either the content of the input message, by means
of a XSLT-stylesheet, the content of a session variable or, by default, by returning the name of the root-element.
|
XmlValidator |
Pipe that validates the input message against a XML Schema.
|
XmlValidator.ResponseValidatorWrapper |
|
XmlWellFormedChecker |
Pipe that checks the well-formedness of the input message.
|
XQueryPipe |
Perform an XQuery.
|
XsltPipe |
Perform an XSLT transformation with a specified stylesheet.
|