Uses of Class
org.frankframework.stream.Message
Packages that use Message
Package
Description
-
Uses of Message in org.frankframework.align
Methods in org.frankframework.align that return Message -
Uses of Message in org.frankframework.align.content
Methods in org.frankframework.align.content that return MessageModifier and TypeMethodDescriptionJsonDocumentContainer.toMessage()Produce aMessagewith the JSON Document content, usingMessageBuilderto reduce memory usage.JsonDocumentContainer.toMessage(boolean indent) Produce aMessagewith the JSON Document content, usingMessageBuilderto reduce memory usage. -
Uses of Message in org.frankframework.batch
Methods in org.frankframework.batch with parameters of type MessageModifier and TypeMethodDescriptionBatchFileTransformerPipe.doPipe(Message input, PipeLineSession session) Deprecated.Open a reader for the file named according the input message and transform it.StreamTransformerPipe.doPipe(Message input, PipeLineSession session) Deprecated.Open a reader for the file named according the input messsage and transform it.protected InputStreamBatchFileTransformerPipe.getInputStream(String streamId, Message input, PipeLineSession session) Deprecated.protected InputStreamStreamTransformerPipe.getInputStream(String streamId, Message input, PipeLineSession session) Deprecated.protected BufferedReaderStreamTransformerPipe.getReader(String streamId, Message input, PipeLineSession session) Deprecated.protected StringBatchFileTransformerPipe.getStreamId(Message input, PipeLineSession session) Deprecated.protected StringStreamTransformerPipe.getStreamId(Message input, PipeLineSession session) Deprecated. -
Uses of Message in org.frankframework.cache
Methods in org.frankframework.cache with parameters of type MessageModifier and TypeMethodDescriptionRemoveCacheKeyPipe.doPipe(Message message, PipeLineSession session) protected abstract Vprotected VAbstractCacheAdapter.transformValue(Message value, PipeLineSession session) ICache.transformValue(Message input, PipeLineSession session) Transform the the current response message to a value in the cache-map. -
Uses of Message in org.frankframework.collection
Methods in org.frankframework.collection that return MessageModifier and TypeMethodDescriptionCollection.build()closes the collector'builds' the collection and returns a persistent Messageprotected MessageAbstractCollectorPipe.closeCollector(Collection<C, P> collection, PipeLineSession session) protected final MessageAbstractCollectorPipe.doAction(AbstractCollectorPipe.Action action, Message input, PipeLineSession session) Methods in org.frankframework.collection with parameters of type MessageModifier and TypeMethodDescriptionvoidCollection.add(Message input, PipeLineSession session, ParameterValueList pvl) protected voidAbstractCollectorPipe.addPartToCollection(Collection<C, P> collection, Message input, PipeLineSession session, ParameterValueList pvl) protected abstract CAbstractCollectorPipe.createCollector(Message input, PipeLineSession session) ICollector.createPart(Message input, PipeLineSession session, ParameterValueList pvl) Add a single item to the collectionprotected final MessageAbstractCollectorPipe.doAction(AbstractCollectorPipe.Action action, Message input, PipeLineSession session) AbstractCollectorPipe.doPipe(Message input, PipeLineSession session) protected ParameterValueListAbstractCollectorPipe.getParameterValueList(Message input, PipeLineSession session) AbstractCollectorSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.compression
Methods in org.frankframework.compression that return MessageMethods in org.frankframework.compression with parameters of type MessageModifier and TypeMethodDescriptionprotected ZipWriterZipWriterPipe.createCollector(Message input, PipeLineSession session) ZipWriter.createPart(Message input, PipeLineSession session, ParameterValueList pvl) ZipWriterPipe.doPipe(Message input, PipeLineSession session) protected IDataIterator<String> ZipIteratorPipe.getIterator(Message input, PipeLineSession session, Map<String, Object> threadContext) protected ZipInputStreamZipIteratorPipe.getZipInputStream(Message input) ZipWriterSender.sendMessage(Message message, PipeLineSession session) Constructors in org.frankframework.compression with parameters of type MessageModifierConstructorDescriptionMessageZipEntry(Message message) MessageZipEntry(Message message, String filename) -
Uses of Message in org.frankframework.core
Fields in org.frankframework.core declared as MessageMethods in org.frankframework.core that return MessageModifier and TypeMethodDescriptionIListener.extractMessage(RawMessageWrapper<M> rawMessage, Map<String, Object> context) Extracts data from message obtained fromIPullingListener.getRawMessage(Map)orIPushingListener.wrapRawMessage(Object, PipeLineSession).IErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Adapter.formatErrorMessage(String errorMessage, Throwable t, Message originalMessage, PipeLineSession session, HasName objectInError) PipeLineSession.getMessage(String key) Retrieves the value associated with the specified key and returns it as aMessageobject.PipeLineResult.getResult()PipeRunResult.getResult()IMessageHandler.processRequest(IPushingListener<M> origin, MessageWrapper<M> messageWrapper, PipeLineSession session) Alternative to functions above, will NOT useIListener.extractMessage(org.frankframework.receivers.RawMessageWrapper<M>, java.util.Map<java.lang.String, java.lang.Object>)as both input and output are aMessage.default MessageISender.sendMessageOrThrow(Message message, PipeLineSession session) Methods in org.frankframework.core with parameters of type MessageModifier and TypeMethodDescriptionAbstractResponseValidatorWrapper.doPipe(Message message, PipeLineSession session) IPipe.doPipe(Message message, PipeLineSession session) This is where the action takes place.IErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Adapter.formatErrorMessage(String errorMessage, Throwable t, Message originalMessage, PipeLineSession session, HasName objectInError) voidAdapter.logToMessageLogWithMessageContentsOrSize(org.apache.logging.log4j.Level level, String logMessage, String dataPrefix, Message data) PipeLine.process(String messageId, Message message, PipeLineSession pipeLineSession) Theprocessmethod does the processing of a message.
It retrieves the first pipe to execute from thefirstPipefield, the call results in a PipRunResult, containing the next pipe to activate.Adapter.processMessageDirect(String messageId, Message message, PipeLineSession pipeLineSession) Direct call to the Adapter PipeLine, foregoing any listeners and receivers.Adapter.processMessageWithExceptions(String messageId, Message message, PipeLineSession pipeLineSession) This method does the real processing of messages by the adapter.IBlockEnabledSender.sendMessage(H blockHandle, Message message, PipeLineSession session) ISender.sendMessage(Message message, PipeLineSession session) Send a message to some destination (as configured in the Sender object).default MessageISender.sendMessageOrThrow(Message message, PipeLineSession session) voidvoidAbstractResponseValidatorWrapper.throwEvent(String event, Message eventMessage) voidIPipe.throwEvent(String event, Message eventMessage) AbstractResponseValidatorWrapper.validate(Message message, PipeLineSession session, String messageRoot) IValidator.validate(Message message, PipeLineSession session, String messageRoot) Constructors in org.frankframework.core with parameters of type MessageModifierConstructorDescriptionPipeRunResult(PipeForward forward, Message result) SenderResult(boolean success, Message result, String errorMessage, String forwardName) SenderResult(Message result) SenderResult(Message result, String errorMessage) -
Uses of Message in org.frankframework.errormessageformatters
Methods in org.frankframework.errormessageformatters that return MessageModifier and TypeMethodDescriptionDataSonnetErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) ErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Format the available parameters into an XML or JSON message.FixedErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) SoapErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) XslErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Y01ErrorMessageFormatter.format(String message, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Deprecated.Methods in org.frankframework.errormessageformatters with parameters of type MessageModifier and TypeMethodDescriptionDataSonnetErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) ErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Format the available parameters into an XML or JSON message.FixedErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) SoapErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) XslErrorMessageFormatter.format(String errorMessage, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Y01ErrorMessageFormatter.format(String message, Throwable t, HasName location, Message originalMessage, PipeLineSession session) Deprecated.protected final StringErrorMessageFormatter.getMessageAsString(Message originalMessage, String messageId) Attempts to convert the originalMessage to a String. -
Uses of Message in org.frankframework.extensions.afm
Methods in org.frankframework.extensions.afm with parameters of type MessageModifier and TypeMethodDescriptionAfm2EdiFactSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.akamai
Methods in org.frankframework.extensions.akamai that return MessageModifier and TypeMethodDescriptionNetStorageSender.extractResult(HttpResponseHandler responseHandler, PipeLineSession session) Methods in org.frankframework.extensions.akamai with parameters of type MessageModifier and TypeMethodDescriptionHashAlgorithm.computeHash(Message file) org.apache.http.client.methods.HttpRequestBaseNetStorageSender.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) NetStorageSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.aspose.pipe
Methods in org.frankframework.extensions.aspose.pipe with parameters of type MessageModifier and TypeMethodDescriptionAmountOfPagesPipe.doPipe(Message input, PipeLineSession session) PdfPipe.doPipe(Message input, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.aspose.services.conv
Methods in org.frankframework.extensions.aspose.services.conv with parameters of type MessageModifier and TypeMethodDescriptionCisConversionService.convertToPdf(Message input, String filename, ConversionOption conversionOption) This will try to convert the given inputStream to a pdf. -
Uses of Message in org.frankframework.extensions.aspose.services.conv.impl
Methods in org.frankframework.extensions.aspose.services.conv.impl with parameters of type MessageModifier and TypeMethodDescriptionCisConversionServiceImpl.convertToPdf(Message message, String filename, ConversionOption conversionOption) -
Uses of Message in org.frankframework.extensions.aspose.services.conv.impl.convertors
Methods in org.frankframework.extensions.aspose.services.conv.impl.convertors that return MessageModifier and TypeMethodDescriptionstatic MessagePdfAttachmentUtil.combineFiles(Message parent, Message attachment, String fileNameToAttach, String charset) Methods in org.frankframework.extensions.aspose.services.conv.impl.convertors with parameters of type MessageModifier and TypeMethodDescriptionprotected voidPdfAttachmentUtil.addAttachmentToPdf(Message fileToAttach, String filename, String extension) static MessagePdfAttachmentUtil.combineFiles(Message parent, Message attachment, String fileNameToAttach, String charset) voidPdfConvertor.convert(org.springframework.http.MediaType mediaType, Message message, CisConversionResult result, String charset) voidPdfImageConvertor.convert(org.springframework.http.MediaType mediaType, Message message, CisConversionResult result, String charset) voidPdfStandaardConvertor.convert(org.springframework.http.MediaType mediaType, Message message, CisConversionResult result, String charset) voidSlidesConvertor.convert(org.springframework.http.MediaType mediaType, Message message, CisConversionResult result, String charset) Convertor.convertToPdf(org.springframework.http.MediaType mediaType, String filename, Message message, ConversionOption conversionOption, String charset) Converts the given file to a pdf. -
Uses of Message in org.frankframework.extensions.bis
Methods in org.frankframework.extensions.bis that return MessageModifier and TypeMethodDescriptionBisJmsListener.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) Deprecated.BisJmsSender.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) Deprecated.BisJmsListener.prepareReply(Message rawReply, Map<String, Object> threadContext) Deprecated.BisUtils.prepareReply(Message rawReply, String messageHeader, String result, boolean resultInPayload) Deprecated.Methods in org.frankframework.extensions.bis with parameters of type MessageModifier and TypeMethodDescriptionBisWrapperPipe.doPipe(Message message, PipeLineSession session) Deprecated.BisJmsListener.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) Deprecated.BisJmsSender.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) Deprecated.BisJmsListener.prepareReply(Message rawReply, Map<String, Object> threadContext) Deprecated.BisUtils.prepareReply(Message rawReply, String messageHeader, String result, boolean resultInPayload) Deprecated.BisJmsSender.sendMessage(Message input, PipeLineSession session) Deprecated. -
Uses of Message in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return MessageModifier and TypeMethodDescriptionCmisHttpSender.extractResult(HttpResponseHandler responseHandler, PipeLineSession session) Methods in org.frankframework.extensions.cmis with parameters of type MessageModifier and TypeMethodDescriptionorg.apache.http.client.methods.HttpRequestBaseCmisHttpSender.getMethod(URI uri, Message message, ParameterValueList pvl, PipeLineSession session) CmisSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type MessageModifier and TypeMethodDescriptionDirectWrapperPipe.doPipe(Message message, PipeLineSession session) WsdlGeneratorPipe.doPipe(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.fxf
Methods in org.frankframework.extensions.fxf with parameters of type MessageModifier and TypeMethodDescriptionFxfWrapperPipe.doPipe(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.ibm
Methods in org.frankframework.extensions.ibm that return MessageModifier and TypeMethodDescriptionIMSSender.extractMessage(jakarta.jms.Message rawMessage, Map<String, Object> context, boolean soap, String soapHeaderSessionKey, SoapWrapper soapWrapper) Methods in org.frankframework.extensions.ibm with parameters of type MessageModifier and TypeMethodDescriptionjakarta.jms.MessageIMSSender.createMessage(jakarta.jms.Session session, String correlationID, Message message, JMSFacade.MessageClass messageClass) -
Uses of Message in org.frankframework.extensions.idin
Methods in org.frankframework.extensions.idin with parameters of type MessageModifier and TypeMethodDescriptionIdinSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.kafka
Methods in org.frankframework.extensions.kafka that return MessageModifier and TypeMethodDescriptionKafkaListener.extractMessage(RawMessageWrapper<org.apache.kafka.clients.consumer.ConsumerRecord<String, byte[]>> wrappedMessage, Map<String, Object> threadContext) Methods in org.frankframework.extensions.kafka with parameters of type MessageModifier and TypeMethodDescriptionKafkaSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.mqtt
Methods in org.frankframework.extensions.mqtt that return MessageModifier and TypeMethodDescriptionMqttListener.extractMessage(RawMessageWrapper<org.eclipse.paho.client.mqttv3.MqttMessage> rawMessage, Map<String, Object> context) Methods in org.frankframework.extensions.mqtt with parameters of type MessageModifier and TypeMethodDescriptionMqttSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.rekenbox
Methods in org.frankframework.extensions.rekenbox with parameters of type MessageModifier and TypeMethodDescriptionAdios2XmlPipe.doPipe(Message message, PipeLineSession session) LabelFormat.doPipe(Message message, PipeLineSession session) RekenBoxCallerPipe.doPipe(Message message, PipeLineSession session) positie 1 t/m 8 bepalen de naam van de executable, of tot aan de ':' (wat het eerst komt) -
Uses of Message in org.frankframework.extensions.sap.jco3
Methods in org.frankframework.extensions.sap.jco3 that return MessageModifier and TypeMethodDescriptionSapListenerImpl.extractMessage(RawMessageWrapper<M> rawMessageWrapper, Map<String, Object> context) Called by handler.processRawMessage, NEVER by handler.processRequest.SapFunctionFacade.functionCall2message(com.sap.conn.jco.JCoFunction function) SapFunctionFacade.functionResult2message(com.sap.conn.jco.JCoFunction function) Methods in org.frankframework.extensions.sap.jco3 with parameters of type MessageModifier and TypeMethodDescriptionSapLUWManagerPipe.doPipe(Message message, PipeLineSession session) com.sap.conn.idoc.IDocDocumentIdocSenderImpl.parseIdoc(SapSystemImpl sapSystem, Message message) IdocSenderImpl.sendMessage(Message message, PipeLineSession session) SapSenderImpl.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.svn
Methods in org.frankframework.extensions.svn with parameters of type MessageModifier and TypeMethodDescriptionScanTibcoSolutionPipe.doPipe(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.tibco
Methods in org.frankframework.extensions.tibco that return MessageModifier and TypeMethodDescriptionTibcoLogJmsListener.extractMessage(jakarta.jms.Message rawMessage, Map<String, Object> context, boolean soap, String soapHeaderSessionKey, SoapWrapper soapWrapper) Methods in org.frankframework.extensions.tibco with parameters of type MessageModifier and TypeMethodDescriptionGetTibcoQueues.doPipeWithTimeoutGuarded(Message input, PipeLineSession session) SendTibcoMessage.doPipeWithTimeoutGuarded(Message input, PipeLineSession session) -
Uses of Message in org.frankframework.extensions.tibco.pipes
Methods in org.frankframework.extensions.tibco.pipes with parameters of type Message -
Uses of Message in org.frankframework.extensions.xfb
Methods in org.frankframework.extensions.xfb with parameters of type MessageModifier and TypeMethodDescriptionXfbSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return MessageModifier and TypeMethodDescriptionFileSystemActor.doAction(Message input, ParameterValueList pvl, PipeLineSession session) AbstractFileSystemListener.extractMessage(RawMessageWrapper<F> rawMessage, Map<String, Object> context) Returns the filename, or the contentsAbstractMailListener.extractMessage(RawMessageWrapper<M> rawMessage, Map<String, Object> context) protected MessageMsalClientAdapter.extractResult(HttpResponseHandler responseHandler, PipeLineSession session) IMailFileSystem.getMimeContent(M emailMessage) ImapFileSystem.getMimeContent(jakarta.mail.Message emailMessage) protected MessageForEachAttachmentPipe.itemToMessage(A item) IMailFileSystem.readAttachment(A a) ImapFileSystem.readAttachment(jakarta.mail.internet.MimeBodyPart a) If you retrieve an S3Object, you should close this input stream as soon as possible, because the object content is not buffered in memory and streams directly from Amazon S3.Methods in org.frankframework.filesystem with parameters of type MessageModifier and TypeMethodDescriptionFileSystemActor.doAction(Message input, ParameterValueList pvl, PipeLineSession session) AbstractFileSystemPipe.doPipe(Message message, PipeLineSession session) protected IDataIterator<A> ForEachAttachmentPipe.getIterator(Message message, PipeLineSession session, Map<String, Object> threadContext) protected org.apache.http.client.methods.HttpRequestBaseMsalClientAdapter.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) AbstractFileSystemSender.sendMessage(Message message, PipeLineSession session) FileSystemSenderWithAttachments.sendMessage(Message message, PipeLineSession session) Deprecated. -
Uses of Message in org.frankframework.filesystem.exchange
Methods in org.frankframework.filesystem.exchange that return Message -
Uses of Message in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return Message -
Uses of Message in org.frankframework.filesystem.sftp
Methods in org.frankframework.filesystem.sftp that return Message -
Uses of Message in org.frankframework.filesystem.smb
Methods in org.frankframework.filesystem.smb that return Message -
Uses of Message in org.frankframework.http
Subclasses of Message in org.frankframework.httpMethods in org.frankframework.http that return MessageModifier and TypeMethodDescriptionRestServiceDispatcher.dispatchRequest(String restPath, String uri, jakarta.servlet.http.HttpServletRequest httpServletRequest, String contentType, String request, PipeLineSession context, jakarta.servlet.http.HttpServletResponse httpServletResponse) Dispatch a request.PushingListenerAdapter.extractMessage(RawMessageWrapper<Message> rawMessage, Map<String, Object> context) protected abstract MessageAbstractHttpSender.extractResult(HttpResponseHandler responseHandler, PipeLineSession session) Custom implementation to extract the response and format it to a String result.protected MessageHttpSender.extractResult(HttpResponseHandler responseHandler, PipeLineSession session) protected MessageWebServiceSender.extractResult(HttpResponseHandler responseHandler, PipeLineSession session) HttpSender.getResponseBody(HttpResponseHandler responseHandler) HttpResponseHandler.getResponseMessage()PushingListenerAdapter.processRequest(Message rawMessage, PipeLineSession session) RestListener.processRequest(Message message, PipeLineSession session) Deprecated, for removal: This API element is subject to removal in a future version.WebServiceListener.processRequest(Message message, PipeLineSession session) RestListener.transformToJson(Message message) Deprecated, for removal: This API element is subject to removal in a future version.RestListener.transformToXml(Message message) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.frankframework.http that return types with arguments of type MessageModifier and TypeMethodDescriptionPushingListenerAdapter.wrapRawMessage(Message rawMessage, PipeLineSession session) Methods in org.frankframework.http with parameters of type MessageModifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpRequestBaseHttpSender.createRequestMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) Returns HttpRequestBase, with (optional) RAW or as BINARY contentprotected abstract org.apache.http.client.methods.HttpRequestBaseAbstractHttpSender.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) Custom implementation to create aHttpRequestobject.protected org.apache.http.client.methods.HttpRequestBaseHttpSender.getMethod(URI url, Message message, ParameterValueList parameters, PipeLineSession session) protected org.apache.http.client.methods.HttpRequestBaseWebServiceSender.getMethod(URI uri, Message message, ParameterValueList parameters, PipeLineSession session) PushingListenerAdapter.processRequest(Message rawMessage, PipeLineSession session) RestListener.processRequest(Message message, PipeLineSession session) Deprecated, for removal: This API element is subject to removal in a future version.WebServiceListener.processRequest(Message message, PipeLineSession session) AbstractHttpSender.sendMessage(Message message, PipeLineSession session) WebServiceNtlmSender.sendMessage(Message message, PipeLineSession session) Deprecated, for removal: This API element is subject to removal in a future version.RestListener.transformToJson(Message message) Deprecated, for removal: This API element is subject to removal in a future version.RestListener.transformToXml(Message message) Deprecated, for removal: This API element is subject to removal in a future version.PushingListenerAdapter.wrapRawMessage(Message rawMessage, PipeLineSession session) Method parameters in org.frankframework.http with type arguments of type MessageModifier and TypeMethodDescriptionvoidPushingListenerAdapter.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<Message> rawMessage, PipeLineSession pipeLineSession) PushingListenerAdapter.extractMessage(RawMessageWrapper<Message> rawMessage, Map<String, Object> context) voidPushingListenerAdapter.setHandler(IMessageHandler<Message> handler) Constructors in org.frankframework.http with parameters of type MessageModifierConstructorDescriptionHttpMessageEntity(Message message) HttpMessageEntity(Message message, org.apache.http.entity.ContentType contentType) -
Uses of Message in org.frankframework.http.cxf
Methods in org.frankframework.http.cxf that return MessageModifier and TypeMethodDescriptionprotected final MessageAbstractSOAPProvider.parseSOAPMessage(jakarta.xml.soap.SOAPMessage soapMessage) protected MessageNamespaceUriProvider.processRequest(jakarta.xml.soap.SOAPMessage request, PipeLineSession pipelineSession) -
Uses of Message in org.frankframework.http.mime
Methods in org.frankframework.http.mime that return MessageModifier and TypeMethodDescriptionMultipartUtils.MultipartMessages.multipartXml()Returns the value of themultipartXmlrecord component.Methods in org.frankframework.http.mime that return types with arguments of type MessageModifier and TypeMethodDescriptionMultipartUtils.MultipartMessages.messages()Returns the value of themessagesrecord component.Methods in org.frankframework.http.mime with parameters of type MessageModifier and TypeMethodDescriptionorg.apache.http.HttpEntityHttpEntityFactory.create(Message message, ParameterValueList parameters, PipeLineSession session) Constructors in org.frankframework.http.mime with parameters of type MessageModifierConstructorDescriptionMessageContentBody(Message message) MessageContentBody(Message message, org.springframework.util.MimeType contentType) MessageContentBody(Message message, org.springframework.util.MimeType contentType, String filename) MultipartMessages(Message multipartXml, Map<String, Message> messages) Creates an instance of aMultipartMessagesrecord class.Constructor parameters in org.frankframework.http.mime with type arguments of type MessageModifierConstructorDescriptionMultipartMessages(Message multipartXml, Map<String, Message> messages) Creates an instance of aMultipartMessagesrecord class. -
Uses of Message in org.frankframework.http.rest
Methods in org.frankframework.http.rest with parameters of type MessageModifier and TypeMethodDescriptionApiPrincipalPipe.doPipe(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.jdbc
Methods in org.frankframework.jdbc that return MessageModifier and TypeMethodDescriptionprotected MessageAbstractJdbcQuerySender.executeOtherQuery(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) protected MessageAbstractJdbcQuerySender.executeOtherQuery(QueryExecutionContext queryExecutionContext, Message message, PipeLineSession session) protected MessageStoredProcedureQuerySender.executeOtherQuery(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) protected MessageAbstractJdbcQuerySender.executePackageQuery(QueryExecutionContext queryExecutionContext) protected MessageAbstractJdbcQuerySender.executeUpdateBlobQuery(PreparedStatement statement, Message contents) protected MessageAbstractJdbcQuerySender.executeUpdateClobQuery(PreparedStatement statement, Message contents) JdbcListener.extractMessage(RawMessageWrapper<M> rawMessage, Map<String, Object> context) MessageStoreListener.extractMessage(RawMessageWrapper<Serializable> rawMessageWrapper, Map<String, Object> context) SimpleJdbcListener.extractMessage(RawMessageWrapper<String> rawMessage, Map<String, Object> context) protected Messageprotected MessageAbstractJdbcQuerySender.getResult(ResultSet resultset, Object blobSessionVar, Object clobSessionVar) protected MessageAbstractJdbcQuerySender.getUpdateStatementResult(PreparedStatement statement, String resultQuery, PreparedStatement resStmt, int numRowsAffected) Methods in org.frankframework.jdbc with parameters of type MessageModifier and TypeMethodDescriptionprotected MessageAbstractJdbcQuerySender.executeOtherQuery(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) protected MessageAbstractJdbcQuerySender.executeOtherQuery(QueryExecutionContext queryExecutionContext, Message message, PipeLineSession session) protected MessageStoredProcedureQuerySender.executeOtherQuery(Connection connection, PreparedStatement statement, String query, String resultQuery, PreparedStatement resStmt, Message message, PipeLineSession session, ParameterList parameterList) protected SenderResultAbstractJdbcQuerySender.executeStatementSet(QueryExecutionContext queryExecutionContext, Message message, PipeLineSession session) protected SenderResultResultSet2FileSender.executeStatementSet(QueryExecutionContext queryExecutionContext, Message message, PipeLineSession session) protected MessageAbstractJdbcQuerySender.executeUpdateBlobQuery(PreparedStatement statement, Message contents) protected MessageAbstractJdbcQuerySender.executeUpdateClobQuery(PreparedStatement statement, Message contents) protected IDataIterator<String> JdbcIteratingPipeBase.getIterator(Message message, PipeLineSession session, Map<String, Object> threadContext) protected abstract StringObtain a query to be executed.protected Stringprotected Stringprotected StringAbstractJdbcQuerySender.getQueryExecutionContext(Connection connection, Message message) protected BufferedReaderBatchTransformerPipeBase.getReader(String streamId, Message message, PipeLineSession session) Deprecated.protected QueryExecutionContextDirectQuerySender.prepareStatementSet(Connection connection, Message message) final SenderResultAbstractJdbcSender.sendMessage(Message message, PipeLineSession session) DirectQuerySender.sendMessage(Connection connection, Message message, PipeLineSession session) FixedQuerySender.sendMessage(QueryExecutionContext blockHandle, Message message, PipeLineSession session) MessageStoreSender.sendMessage(Message message, PipeLineSession session) XmlQuerySender.sendMessage(Connection blockHandle, Message message, PipeLineSession session) -
Uses of Message in org.frankframework.jdbc.transformer
Methods in org.frankframework.jdbc.transformer with parameters of type Message -
Uses of Message in org.frankframework.jms
Methods in org.frankframework.jms that return MessageModifier and TypeMethodDescriptionAbstractJmsListener.extractMessage(RawMessageWrapper<jakarta.jms.Message> rawMessage, Map<String, Object> context) Extracts data from message obtained fromIPullingListener.getRawMessage(Map).JMSFacade.extractMessage(jakarta.jms.Message jmsMessage, Map<String, Object> context, boolean soap, String soapHeaderSessionKey, SoapWrapper soapWrapper) Extracts string from message obtained from getRawMessage(Map).protected MessageJMSFacade.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) AbstractJmsListener.prepareReply(Message rawReply, Map<String, Object> threadContext) AbstractJmsListener.prepareReply(Message rawReply, Map<String, Object> threadContext, String soapHeader) JmsSender.sendMessage(Message message, PipeLineSession pipeLineSession, String soapHeader) Methods in org.frankframework.jms with parameters of type MessageModifier and TypeMethodDescriptionprotected jakarta.jms.MessageJMSFacade.createBytesMessage(jakarta.jms.Session session, String correlationID, Message message) jakarta.jms.MessageJMSFacade.createMessage(jakarta.jms.Session session, String correlationID, Message message) jakarta.jms.MessageJMSFacade.createMessage(jakarta.jms.Session session, String correlationID, Message message, JMSFacade.MessageClass messageClass) protected jakarta.jms.TextMessageJMSFacade.createTextMessage(jakarta.jms.Session session, String correlationID, Message message) protected MessageJMSFacade.extractMessageBody(Message message, Map<String, Object> context, SoapWrapper soapWrapper) AbstractJmsListener.prepareReply(Message rawReply, Map<String, Object> threadContext) AbstractJmsListener.prepareReply(Message rawReply, Map<String, Object> threadContext, String soapHeader) JMSFacade.send(jakarta.jms.Session session, jakarta.jms.Destination dest, String correlationId, Message message, String messageType, long timeToLive, int deliveryMode, int priority, boolean ignoreInvalidDestinationException, Map<String, Object> properties) JmsSender.sendMessage(Message message, PipeLineSession session) JmsSender.sendMessage(Message message, PipeLineSession pipeLineSession, String soapHeader) XmlJmsBrowserSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.json
Methods in org.frankframework.json that return MessageModifier and TypeMethodDescriptionJsonMapper.transform(Message input, ParameterValueList parameterValues) Methods in org.frankframework.json with parameters of type MessageModifier and TypeMethodDescriptionstatic StringJsonUtil.evaluateJsonPathToSingleValue(com.jayway.jsonpath.JsonPath jsonPath, Message message) JsonMapper.transform(Message input, ParameterValueList parameterValues) Constructors in org.frankframework.json with parameters of type Message -
Uses of Message in org.frankframework.ladybug
Methods in org.frankframework.ladybug that return MessageModifier and TypeMethodDescriptionIbisDebuggerAdvice.debugSenderSendMessageOrThrow(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Message message, PipeLineSession pipeLineSession) Provides advice forISender.sendMessageOrThrow(Message message, PipeLineSession session)LadybugReportGenerator.pipelineAbort(PipeLine pipeLine, String correlationId, Message output) LadybugReportGenerator.pipelineInput(PipeLine pipeLine, String correlationId, Message input) LadybugReportGenerator.pipelineOutput(PipeLine pipeLine, String correlationId, Message output) LadybugReportGenerator.preserveInput(String correlationId, Message input) Methods in org.frankframework.ladybug with parameters of type MessageModifier and TypeMethodDescriptionIbisDebuggerAdvice.debugBlockEnabledSenderInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Object blockHandle, Message message, PipeLineSession pipeLineSession) IbisDebuggerAdvice.debugParameterResolvedTo(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) IbisDebuggerAdvice.debugPipeGetInputFrom(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) Provides advice forLimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession session)LimitingParallelExecutionPipeProcessor is just after InputOutputPipeProcessor, so it sees the effect of the replacements made by the latter.IbisDebuggerAdvice.debugPipeInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) IbisDebuggerAdvice.debugPipeLineInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession) IbisDebuggerAdvice.debugSenderGetInputFrom(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, AbstractSenderWrapper senderWrapperBase, Message message, PipeLineSession pipeLineSession) IbisDebuggerAdvice.debugSenderSendMessage(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Message message, PipeLineSession pipeLineSession) Provides advice forISender.sendMessage(Message message, PipeLineSession session)IbisDebuggerAdvice.debugSenderSendMessageOrThrow(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Message message, PipeLineSession pipeLineSession) Provides advice forISender.sendMessageOrThrow(Message message, PipeLineSession session)IbisDebuggerAdvice.debugValidatorInputOutputAbort(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) LadybugPipe.doPipe(Message message, PipeLineSession session) LadybugReportGenerator.pipelineAbort(PipeLine pipeLine, String correlationId, Message output) LadybugReportGenerator.pipelineInput(PipeLine pipeLine, String correlationId, Message input) LadybugReportGenerator.pipelineOutput(PipeLine pipeLine, String correlationId, Message output) LadybugReportGenerator.preserveInput(String correlationId, Message input) -
Uses of Message in org.frankframework.larva
Methods in org.frankframework.larva that return MessageModifier and TypeMethodDescriptionFileListener.getMessage()Read the message from the specified file.FileSender.getMessage()SenderThread.getResponse()XsltProviderListener.getResult()Step.getStepMessage(AppConstants appConstants) ListenerMessageHandler.processRequest(IPushingListener<M> origin, MessageWrapper<M> rawMessage, PipeLineSession session) static MessageMethods in org.frankframework.larva with parameters of type MessageModifier and TypeMethodDescriptionintLarvaTool.compareResult(TestExecutionObserver testExecutionObserver, Scenario scenario, Step step, String fileName, Message expectedResultMessage, Message actualResultMessage) LarvaTool.messageToString(Message message) Read the message into a string.voidXsltProviderListener.processRequest(Message message, Map<String, Object> parameters) voidFileSender.sendMessage(Message message) Send the message to the specified file.Constructors in org.frankframework.larva with parameters of type MessageModifierConstructorDescriptionListenerMessage(Message message, PipeLineSession context) SenderThread(ISender sender, Message request, PipeLineSession session, boolean convertExceptionToMessage, String correlationId) -
Uses of Message in org.frankframework.larva.actions
Methods in org.frankframework.larva.actions that return MessageModifier and TypeMethodDescriptionLarvaAction.executeRead(Properties properties) LarvaPushingListenerAction.executeRead(Properties properties) LarvaScenarioAction.executeRead(Properties properties) PullingListenerAction.executeRead(Properties properties) SenderAction.executeRead(Properties properties) Methods in org.frankframework.larva.actions with parameters of type MessageModifier and TypeMethodDescriptionvoidvoidLarvaPushingListenerAction.executeWrite(Message fileContent, String correlationId, Map<String, Object> parameters) voidLarvaScenarioAction.executeWrite(Message fileContent, String correlationId, Map<String, Object> xsltParameters) voidPullingListenerAction.executeWrite(Message fileContent, String correlationId, Map<String, Object> parameters) void -
Uses of Message in org.frankframework.ldap
Methods in org.frankframework.ldap with parameters of type MessageModifier and TypeMethodDescriptionAbstractLdapQueryPipe.doPipe(Message message, PipeLineSession session) abstract PipeRunResultAbstractLdapQueryPipe.doPipeWithException(Message message, PipeLineSession session) LdapFindGroupMembershipsPipe.doPipeWithException(Message message, PipeLineSession session) LdapFindMemberPipe.doPipeWithException(Message message, PipeLineSession session) LdapSender.performOperation(Message message, PipeLineSession session) Performs the specified operation and returns the results.LdapSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.messaging.amqp
Methods in org.frankframework.messaging.amqp that return MessageModifier and TypeMethodDescriptionstatic MessageAmqp1Helper.convertAmqpMessageToFFMessage(org.apache.qpid.protonj2.client.Message<?> amqpMessage) AmqpListener.extractMessage(RawMessageWrapper<org.apache.qpid.protonj2.client.Message<?>> rawMessage, Map<String, Object> context) static MessageAmqp1Helper.getMessage(org.apache.qpid.protonj2.client.Connection connection, String address, AddressType addressType) static MessageAmqp1Helper.getMessage(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType) static MessageAmqp1Helper.getStreamingMessage(org.apache.qpid.protonj2.client.Connection connection, String address, AddressType addressType) static MessageAmqp1Helper.getStreamingMessage(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType) Methods in org.frankframework.messaging.amqp with parameters of type MessageModifier and TypeMethodDescriptionstatic StringAmqp1Helper.sendFFMessage(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType, Message message) AmqpSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.mongodb
Methods in org.frankframework.mongodb with parameters of type MessageModifier and TypeMethodDescriptionprotected org.bson.DocumentMongoDbSender.getDocument(Message message) protected List<org.bson.Document> MongoDbSender.getDocuments(Message message) protected org.bson.DocumentMongoDbSender.getFilter(ParameterValueList pvl, Message message) MongoDbSender.sendMessage(Message message, PipeLineSession session) -
Uses of Message in org.frankframework.monitoring
Methods in org.frankframework.monitoring with parameters of type MessageModifier and TypeMethodDescriptionvoidEventPublisher.fireEvent(EventThrowing source, String eventCode, Message eventMessage) -
Uses of Message in org.frankframework.monitoring.events
Constructors in org.frankframework.monitoring.events with parameters of type MessageModifierConstructorDescriptionFireMonitorEvent(EventThrowing source, String eventCode, Message eventMessage) MonitorEvent(EventThrowing source, String eventCode, Message eventMessage) -
Uses of Message in org.frankframework.parameters
Methods in org.frankframework.parameters that return MessageModifier and TypeMethodDescriptionParameterValue.asMessage()static MessageParameterValueList.getValue(ParameterValueList pvl, String name, Message defaultValue) Methods in org.frankframework.parameters with parameters of type MessageModifier and TypeMethodDescriptionstatic ParameterValueListParameterValueList.get(ParameterList params, Message message, PipeLineSession session) AbstractParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) determines the raw valueIParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) NumberParameter.getValue(ParameterValueList alreadyResolvedParameters, Message message, PipeLineSession session, boolean namespaceAware) ParameterList.getValue(ParameterValueList alreadyResolvedParameters, IParameter p, Message message, PipeLineSession session, boolean namespaceAware) static MessageParameterValueList.getValue(ParameterValueList pvl, String name, Message defaultValue) protected ObjectAbstractParameter.getValueAsType(Message request, boolean namespaceAware) Converts raw data to configured parameter typeprotected BooleanBooleanParameter.getValueAsType(Message request, boolean namespaceAware) protected DateDateParameter.getValueAsType(Message request, boolean namespaceAware) protected ObjectJsonParameter.getValueAsType(Message request, boolean namespaceAware) protected NumberNumberParameter.getValueAsType(Message request, boolean namespaceAware) protected ObjectXmlParameter.getValueAsType(Message request, boolean namespaceAware) ParameterList.getValues(Message message, PipeLineSession session) ParameterList.getValues(Message message, PipeLineSession session, boolean namespaceAware) Returns a List of ParameterValue objects -
Uses of Message in org.frankframework.pipes
Methods in org.frankframework.pipes that return MessageModifier and TypeMethodDescriptionJson2XmlValidator.addNamespace(Message xml) protected MessageIteratingPipe.itemToMessage(I item) Methods in org.frankframework.pipes with parameters of type MessageModifier and TypeMethodDescriptionJson2XmlValidator.addNamespace(Message xml) protected PipeRunResultJson2XmlValidator.alignJson(Message messageToValidate, PipeLineSession session, boolean responseMode) protected PipeRunResultJson2XmlValidator.alignXml2Json(Message messageToValidate, PipeLineSession session, boolean responseMode) protected StringAsyncSenderWithListenerPipe.doLogToMessageLog(Message input, PipeLineSession session, Message originalMessage, String messageID, String correlationID) protected StringMessageSendingPipe.doLogToMessageLog(Message input, PipeLineSession session, Message originalMessage, String messageID, String correlationID) final PipeRunResultAbstractValidator.doPipe(Message message, PipeLineSession session) AbstractValidator.doPipe(Message input, PipeLineSession session, boolean responseMode, String messageRoot) Base64Pipe.doPipe(Message message, PipeLineSession session) BytesOutputPipe.doPipe(Message message, PipeLineSession session) ChecksumPipe.doPipe(Message message, PipeLineSession session) Deprecated, for removal: This API element is subject to removal in a future version.CompareIntegerPipe.doPipe(Message message, PipeLineSession session) CompareStringPipe.doPipe(Message message, PipeLineSession session) CompressPipe.doPipe(Message message, PipeLineSession session) CounterSwitchPipe.doPipe(Message message, PipeLineSession session) CredentialCheckingPipe.doPipe(Message message, PipeLineSession session) CrlPipe.doPipe(Message message, PipeLineSession session) CsvParserPipe.doPipe(Message message, PipeLineSession session) DataSonnetPipe.doPipe(Message message, PipeLineSession session) DelayPipe.doPipe(Message message, PipeLineSession session) DomainTransformerPipe.doPipe(Message invoer, PipeLineSession session) EchoPipe.doPipe(Message message, PipeLineSession session) EscapePipe.doPipe(Message message, PipeLineSession session) EtagHandlerPipe.doPipe(Message message, PipeLineSession session) Deprecated.ExceptionPipe.doPipe(Message message, PipeLineSession session) FixedResultPipe.doPipe(Message message, PipeLineSession session) ForPipe.doPipe(Message message, PipeLineSession session) GetFromSessionPipe.doPipe(Message message, PipeLineSession session) GetPrincipalPipe.doPipe(Message message, PipeLineSession session) HashPipe.doPipe(Message message, PipeLineSession session) IfPipe.doPipe(Message message, PipeLineSession session) IncreaseIntegerPipe.doPipe(Message message, PipeLineSession session) IsUserInRolePipe.doPipe(Message message, PipeLineSession session) IsXmlPipe.doPipe(Message message, PipeLineSession session) Json2XmlValidator.doPipe(Message input, PipeLineSession session, boolean responseMode, String messageRoot) Validate the XML or JSON input, and align/convert it into JSON or XML according to a XML Schema.JsonPathPipe.doPipe(Message message, PipeLineSession session) JsonPipe.doPipe(Message message, PipeLineSession session) JsonWellFormedCheckerPipe.doPipe(Message message, PipeLineSession session) JwtPipe.doPipe(Message message, PipeLineSession session) LarvaPipe.doPipe(Message message, PipeLineSession session) LogContextPipe.doPipe(Message message, PipeLineSession session) MessageSendingPipe.doPipe(Message input, PipeLineSession session) PasswordGeneratorPipe.doPipe(Message message, PipeLineSession session) PasswordHashPipe.doPipe(Message message, PipeLineSession session) PGPPipe.doPipe(Message message, PipeLineSession session) PutInSessionPipe.doPipe(Message message, PipeLineSession session) PutSystemDateInSession.doPipe(Message message, PipeLineSession session) RegExPipe.doPipe(Message message, PipeLineSession session) RemoveFromSessionPipe.doPipe(Message message, PipeLineSession session) ReplacerPipe.doPipe(Message message, PipeLineSession session) SignaturePipe.doPipe(Message message, PipeLineSession session) SizePipe.doPipe(Message message, PipeLineSession session) SkipPipe.doPipe(Message message, PipeLineSession session) StreamPipe.doPipe(Message message, PipeLineSession session) SwitchPipe.doPipe(Message message, PipeLineSession session) This is where the action takes place, the switching is done.Text2XmlPipe.doPipe(Message message, PipeLineSession session) TextSplitterPipe.doPipe(Message message, PipeLineSession session) TimeoutGuardPipe.doPipe(Message message, PipeLineSession session) Deprecated.UnzipPipe.doPipe(Message message, PipeLineSession session) UUIDGeneratorPipe.doPipe(Message message, PipeLineSession session) WsdlGeneratorPipe.doPipe(Message message, PipeLineSession session) XmlIf.doPipe(Message message, PipeLineSession session) Deprecated, for removal: This API element is subject to removal in a future version.XmlValidator.doPipe(Message input, PipeLineSession session, boolean responseMode, String messageRoot) XmlWellFormedCheckerPipe.doPipe(Message message, PipeLineSession session) XQueryPipe.doPipe(Message message, PipeLineSession session) XsltPipe.doPipe(Message input, PipeLineSession session) abstract PipeRunResultTimeoutGuardPipe.doPipeWithTimeoutGuarded(Message input, PipeLineSession session) Deprecated.doPipe wrapped around a TimeoutGuardprotected InputStreamUnzipPipe.getInputStream(Message message, PipeLineSession session) protected IDataIterator<I> IteratingPipe.getIterator(Message input, PipeLineSession session, Map<String, Object> threadContext) protected IDataIterator<String> StreamLineIteratorPipe.getIterator(Message input, PipeLineSession session, Map<String, Object> threadContext) protected ReaderStreamLineIteratorPipe.getReader(Message input, PipeLineSession session, Map<String, Object> threadContext) IsUserInRolePipe.getRolesToCheck(Message message) protected IteratingPipe.StopReasonForEachChildElementPipe.iterateOverInput(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<String>.ItemCallback callback) protected IteratingPipe.StopReasonIteratingPipe.iterateOverInput(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<I>.ItemCallback callback) protected PipeRunResultIteratingPipe.sendMessage(Message input, PipeLineSession session, ISender sender, Map<String, Object> threadContext) protected PipeRunResultMessageSendingPipe.sendMessage(Message input, PipeLineSession session, ISender sender, Map<String, Object> threadContext) protected PipeRunResultMessageSendingPipe.sendMessageWithRetries(Message input, Message originalMessage, PipeLineSession session) booleanFixedForwardPipe.skipPipe(Message input, PipeLineSession session) Called byInputOutputPipeProcessorto check if the pipe needs to be skipped.protected voidJson2XmlValidator.storeInputFormat(DocumentFormat format, Message input, PipeLineSession session, boolean responseMode) protected final StringMessageSendingPipe.storeMessage(String messageID, String correlationID, Message messageToStore, String messageTrail, String label) voidAbstractPipe.throwEvent(String event, Message message) protected abstract PipeForwardAbstractValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) AbstractValidator.validate(Message message, PipeLineSession session, String messageRoot) protected PipeForwardJsonValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForwardWsdlXmlValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForwardXmlValidator.validate(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) XmlWellFormedCheckerPipe.validate(Message message, PipeLineSession session, String messageRoot) -
Uses of Message in org.frankframework.processors
Methods in org.frankframework.processors that return MessageModifier and TypeMethodDescriptionCoreListenerProcessor.getMessage(ICorrelatedPullingListener<M> listener, String correlationID, PipeLineSession pipeLineSession) ListenerProcessor.getMessage(ICorrelatedPullingListener<M> listener, String correlationID, PipeLineSession pipeLineSession) Methods in org.frankframework.processors with parameters of type MessageModifier and TypeMethodDescriptionAbstractPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected abstract PipeRunResultAbstractPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultCheckMessageSizePipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) CorePipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResultExceptionHandlingPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) InputOutputPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResultInputOutputPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message inputMessage, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Processes the pipe in the pipeline.LimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResultLimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLockerPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLogPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultMonitoringPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) PipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession) protected PipeRunResultTrackPreviousPipeInMetadataProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultTransactionAttributePipeProcessor.processPipe(PipeLine pipeline, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) CachePipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) CorePipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) InputOutputPipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) LimitingParallelExecutionPipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) LockerPipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) PipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) TransactionAttributePipeLineProcessor.processPipeLine(PipeLine pipeLine, String messageId, Message message, PipeLineSession pipeLineSession, String firstPipe) CacheSenderWrapperProcessor.sendMessage(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) CoreSenderWrapperProcessor.sendMessage(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) InputOutputSenderWrapperProcessor.sendMessage(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) SenderWrapperProcessor.sendMessage(AbstractSenderWrapper abstractSenderWrapper, Message message, PipeLineSession session) AbstractPipeProcessor.validate(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) CorePipeProcessor.validate(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) LimitingParallelExecutionPipeProcessor.validate(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) PipeProcessor.validate(PipeLine pipeLine, IValidator validator, Message message, PipeLineSession pipeLineSession, String messageRoot) Method parameters in org.frankframework.processors with type arguments of type MessageModifier and TypeMethodDescriptionprotected abstract PipeRunResultAbstractPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultCheckMessageSizePipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultExceptionHandlingPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultInputOutputPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message inputMessage, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) Processes the pipe in the pipeline.protected PipeRunResultLimitingParallelExecutionPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLockerPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultLogPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultMonitoringPipeProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultTrackPreviousPipeInMetadataProcessor.processPipe(PipeLine pipeLine, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) protected PipeRunResultTransactionAttributePipeProcessor.processPipe(PipeLine pipeline, IPipe pipe, Message message, PipeLineSession pipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException> chain) -
Uses of Message in org.frankframework.receivers
Methods in org.frankframework.receivers that return MessageModifier and TypeMethodDescriptionServiceDispatcher.dispatchRequest(String serviceName, Message message, PipeLineSession session) Dispatch a requestMessageto a service by its configured name.FrankListener.extractMessage(RawMessageWrapper<Message> rawMessage, Map<String, Object> context) JavaListener.extractMessage(RawMessageWrapper<M> rawMessage, Map<String, Object> context) FrankListener.processRequest(Message message, PipeLineSession session) JavaListener.processRequest(Message message, PipeLineSession session) Receiver.processRequest(IPushingListener<M> origin, MessageWrapper<M> messageWrapper, PipeLineSession session) Process the received message withIMessageHandler.processRequest(IPushingListener, MessageWrapper, PipeLineSession).ServiceClient.processRequest(Message message, PipeLineSession session) Method to implement for processing a request.Methods in org.frankframework.receivers that return types with arguments of type MessageModifier and TypeMethodDescriptionFrankListener.wrapRawMessage(Message rawMessage, PipeLineSession session) Methods in org.frankframework.receivers with parameters of type MessageModifier and TypeMethodDescriptionServiceDispatcher.dispatchRequest(String serviceName, Message message, PipeLineSession session) Dispatch a requestMessageto a service by its configured name.FrankListener.processRequest(Message message, PipeLineSession session) JavaListener.processRequest(Message message, PipeLineSession session) ServiceClient.processRequest(Message message, PipeLineSession session) Method to implement for processing a request.FrankListener.wrapRawMessage(Message rawMessage, PipeLineSession session) Method parameters in org.frankframework.receivers with type arguments of type MessageModifier and TypeMethodDescriptionvoidFrankListener.afterMessageProcessed(PipeLineResult processResult, RawMessageWrapper<Message> rawMessage, PipeLineSession pipeLineSession) FrankListener.extractMessage(RawMessageWrapper<Message> rawMessage, Map<String, Object> context) Constructors in org.frankframework.receivers with parameters of type MessageModifierConstructorDescriptionMessageWrapper(RawMessageWrapper<M> rawMessageWrapper, Message message) MessageWrapper(RawMessageWrapper<M> rawMessageWrapper, Message message, String messageId, String correlationId) MessageWrapper(Message message, String messageId, String correlationId) -
Uses of Message in org.frankframework.senders
Methods in org.frankframework.senders with parameters of type MessageModifier and TypeMethodDescriptionvoidIsolatedServiceCaller.callServiceAsynchronous(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) IsolatedServiceCaller.callServiceIsolated(ServiceClient service, Message message, PipeLineSession session, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener) protected ContentHandlerJsonXsltSender.createHandler(Message input, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) protected ContentHandlerXsltSender.createHandler(Message input, PipeLineSession session, TransformerPool poolToUse, ContentHandler handler, MessageBuilder messageBuilder) abstract SenderResultAbstractSenderWrapper.doSendMessage(Message message, PipeLineSession session) ParallelSenders.doSendMessage(Message message, PipeLineSession session) ReconnectSenderWrapper.doSendMessage(Message message, PipeLineSession session) SenderSeries.doSendMessage(Message input, PipeLineSession session) SenderWrapper.doSendMessage(Message message, PipeLineSession session) protected voidShadowSender.executeGuarded(ISender sender, Message message, PipeLineSession session, Phaser guard, Map<ISender, ParallelSenderExecutor> executorMap) AbstractMailSender.extract(Message input, PipeLineSession session) Reads fields from either paramList or Xml fileprotected ParameterValueListAbstractSenderWithParameters.getParameterValueList(Message input, PipeLineSession session) final SenderResultAbstractBlockEnabledSender.sendMessage(Message message, PipeLineSession session) AbstractMailSender.sendMessage(Message message, PipeLineSession session) AbstractSenderWrapper.sendMessage(Message message, PipeLineSession session) CommandSender.sendMessage(Message message, PipeLineSession session) DelaySender.sendMessage(Message message, PipeLineSession session) EchoSender.sendMessage(Message message, PipeLineSession session) FixedResultSender.sendMessage(Message message, PipeLineSession session) FrankSender.sendMessage(Message message, PipeLineSession session) IbisJavaSender.sendMessage(Message message, PipeLineSession session) IbisLocalSender.sendMessage(Message message, PipeLineSession session) JavascriptSender.sendMessage(Message message, PipeLineSession session) LogSender.sendMessage(Message message, PipeLineSession session) ReloadSender.sendMessage(Message message, PipeLineSession session) ShadowSender.sendMessage(Message message, PipeLineSession session) Override this from the parallel sender as it should only execute the original and shadowsenders here!XmlValidatorSender.sendMessage(Message message, PipeLineSession session) XsltSender.sendMessage(Message message, PipeLineSession session) alternative implementation of send message, that should do the same as the original, but reuses the streaming content handlerConstructors in org.frankframework.senders with parameters of type MessageModifierConstructorDescriptionIsolatedServiceExecutor(ServiceClient service, Message message, PipeLineSession session, CountDownLatch guard, ThreadLifeCycleEventListener<?> threadLifeCycleEventListener, boolean ownSession) ParallelSenderExecutor(ISender sender, Message message, PipeLineSession session, io.micrometer.core.instrument.DistributionSummary summary) -
Uses of Message in org.frankframework.soap
Methods in org.frankframework.soap that return MessageModifier and TypeMethodDescriptionSoapWrapper.createSoapFaultMessage(String faultstring) SoapWrapper.createSoapFaultMessage(String faultcode, String faultstring) SoapWrapper.getBody(Message message, boolean allowPlainXml, PipeLineSession session, String soapNamespaceSessionKey) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeader) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeader, String namespaceDefs) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeaderInitial, String namespaceDefs, String soapNamespace, CredentialFactory wsscf, boolean passwordDigest, boolean includeXmlDeclaration) SoapWrapper.signMessage(Message soapMessage, String user, String password, boolean passwordDigest) protected MessageSoapWrapperPipe.unwrapMessage(Message message, PipeLineSession session) protected MessageSoapWrapperPipe.wrapMessage(Message message, String soapHeader, PipeLineSession session) Methods in org.frankframework.soap with parameters of type MessageModifier and TypeMethodDescriptionvoidSoapWrapper.checkForSoapFault(Message responseBody, Throwable nested, PipeLineSession session) SoapWrapperPipe.doPipe(Message message, PipeLineSession session) SoapWrapper.getBody(Message message, boolean allowPlainXml, PipeLineSession session, String soapNamespaceSessionKey) protected StringSoapWrapper.getFaultCode(Message message, PipeLineSession session) intSoapWrapper.getFaultCount(Message message) protected StringSoapWrapper.getFaultString(Message message, PipeLineSession session) SoapWrapper.getHeader(Message message, PipeLineSession session) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeader) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeader, String namespaceDefs) SoapWrapper.putInEnvelope(Message message, String encodingStyleUri, String targetObjectNamespace, String soapHeaderInitial, String namespaceDefs, String soapNamespace, CredentialFactory wsscf, boolean passwordDigest, boolean includeXmlDeclaration) SoapWrapper.signMessage(Message soapMessage, String user, String password, boolean passwordDigest) protected MessageSoapWrapperPipe.unwrapMessage(Message message, PipeLineSession session) protected MessageSoapWrapperPipe.wrapMessage(Message message, String soapHeader, PipeLineSession session) -
Uses of Message in org.frankframework.stream
Subclasses of Message in org.frankframework.streamMethods in org.frankframework.stream that return MessageModifier and TypeMethodDescriptionstatic MessagePlease note that this method should only be used when you don't know the type of object.MessageBuilder.build()SFR will be removed upon close.Message.copyMessage()Creates a copy of this Message object.static MessageMessage.nullMessage()static MessageMessage.nullMessage(MessageContext context) OverflowToDiskOutputStream.toMessage()If the contents was small enough to be kept in memory a ByteArray-message will be returned.OverflowToDiskOutputStream.toMessage(boolean binary) If the contents was small enough to be kept in memory a ByteArray-message will be returned.Methods in org.frankframework.stream with parameters of type Message -
Uses of Message in org.frankframework.util
Methods in org.frankframework.util that return MessageModifier and TypeMethodDescriptionstatic MessageXmlUtils.addRootNamespace(Message input, String namespace) XmlBuilder.asMessage()static MessageMessageUtils.convertToJsonMessage(Object value) Convert input value to a message in JSON format and mimetype.static MessageMessageUtils.convertToJsonMessage(Object value, String valueName) Convert input value to a message in JSON format and mimetype.static MessageMessageUtils.fromInputStream(InputStream inputStream) Fully readInputStreamand create a message from it, so that the InputStream can be closed without losing the message contents.static MessageMessageUtils.fromReader(Reader reader) Fully readReaderand create a Message from it, so that the Reader can be closed without losing the message contents.static MessageMessageUtils.parse(jakarta.xml.soap.AttachmentPart soapAttachment) static MessageMessageUtils.parseContentAsMessage(jakarta.servlet.http.HttpServletRequest request) If content is present (POST/PUT) one of the following headers must be set:
Content-Length / Transfer-Encoding
If neither header is present, or the size is0anullMessagewill be returned.static MessageXmlUtils.removeNamespaces(Message input) static MessageXmlUtils.removeNamespaces(Message input, boolean includeXmlDeclaration) static MessageXmlUtils.removeXmlDeclaration(Message input) static MessageTransforms Frank messages.TransformerPool.transform(Message message, ParameterValueList pvl) Methods in org.frankframework.util with parameters of type MessageModifier and TypeMethodDescriptionstatic MessageXmlUtils.addRootNamespace(Message input, String namespace) static voidJdbcUtil.applyParameters(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static ElementXmlUtils.buildElement(Message s) static CharsetMessageUtils.computeDecodingCharset(Message message) Reads the first 10k bytes of (binary) messages to determine the charset when not present in theMessageContext.static CharsetMessageUtils.computeDecodingCharset(Message message, int confidence) Reads the first 10k bytes of (binary) messages to determine the charset when not present in theMessageContext.static org.springframework.util.MimeTypeMessageUtils.computeMimeType(Message message) Computes theMimeTypewhen not available.static org.springframework.util.MimeTypeMessageUtils.computeMimeType(Message message, String filename) Computes theMimeTypewhen not already available, attempts to resolve the Charset when of type TEXT.static longMessageUtils.computeSize(Message message) Resource intensive operation, calculates the binary size of a Message.static LongMessageUtils.generateCRC32(Message message) Resource intensive operation, preserves the message and calculates an CRC32 checksum over the entire message.static StringMessageUtils.generateMD5Hash(Message message) Resource intensive operation, preserves the message and calculates an MD5 hash over the entire message.static org.springframework.util.MimeTypeMessageUtils.getMimeType(Message message) Returns theMimeTypeif present in theMessageContext.static StringXmlUtils.getRootNamespace(Message input) static booleanMessageUtils.isMimeType(Message message, org.springframework.util.MimeType compareTo) static booleanXmlUtils.isWellFormed(Message input, String root) static MessageXmlUtils.removeNamespaces(Message input) static MessageXmlUtils.removeNamespaces(Message input, boolean includeXmlDeclaration) static MessageXmlUtils.removeXmlDeclaration(Message input) static MessageTransforms Frank messages.TransformerPool.transform(Message message, ParameterValueList pvl) TransformerPool.transformToString(Message input) TransformerPool.transformToString(Message m, Map<String, Object> parameters, boolean namespaceAware) Constructors in org.frankframework.util with parameters of type MessageModifierConstructorDescriptionMessageDataSource(Message message) MessageDataSource(Message message, String newContentType) -
Uses of Message in org.frankframework.validation
Methods in org.frankframework.validation with parameters of type MessageModifier and TypeMethodDescriptionprotected InputSourceAbstractXmlValidator.getInputSource(Message input) AbstractXmlValidator.validate(Message input, PipeLineSession session, ValidatorHandler validatorHandler, XMLFilterImpl filter, AbstractValidationContext context) AbstractXmlValidator.validate(Message input, PipeLineSession session, RootValidations rootValidations, Map<List<String>, List<String>> invalidRootNamespaces) -
Uses of Message in org.frankframework.xcom
Methods in org.frankframework.xcom with parameters of type MessageModifier and TypeMethodDescriptionXComSender.sendMessage(Message message, PipeLineSession session)