Class SoapContext

java.lang.Object
org.frankframework.http.rpc.SoapContext

public class SoapContext extends Object
  • Constructor Details

    • SoapContext

      public SoapContext(Message body) throws jakarta.xml.soap.SOAPException
      Throws:
      jakarta.xml.soap.SOAPException
  • Method Details

    • setMessageId

      public Message setMessageId(Message output) throws jakarta.xml.soap.SOAPException
      If a MessageID was provided, ensure we return a 'RelatesTo' header conform the ws-addr specification. If the MessageID is a FallbackID, do nothing.
      Throws:
      jakarta.xml.soap.SOAPException
    • findAction

      protected static String findAction(org.springframework.util.MimeType mimeType)