Class Request


  • public class Request
    extends Object
    • Constructor Detail

      • Request

        public Request()
      • Request

        public Request​(String ediMessage)
    • Method Detail

      • getMessageStructure

        public org.apache.camel.component.as2.api.AS2MessageStructure getMessageStructure()
      • setMessageStructure

        public void setMessageStructure​(org.apache.camel.component.as2.api.AS2MessageStructure messageStructure)
      • addField

        public void addField​(String key,
                             Object value)
      • getMessageStructureKey

        public String getMessageStructureKey()
      • setMessageStructureKey

        public void setMessageStructureKey​(String messageStructureKey)
      • getContentType

        public org.apache.http.entity.ContentType getContentType()
      • setContentType

        public void setContentType​(org.apache.http.entity.ContentType contentType)
      • getContentTypeKey

        public String getContentTypeKey()
      • setContentTypeKey

        public void setContentTypeKey​(String contentTypeKey)
      • getEdiMessage

        public String getEdiMessage()
      • withEdiMessage

        public Request withEdiMessage​(String ediMessage)
      • getEncryptionAlgorithm

        public org.apache.camel.component.as2.api.AS2EncryptionAlgorithm getEncryptionAlgorithm()
      • withEncryptionAlgorithm

        public Request withEncryptionAlgorithm​(org.apache.camel.component.as2.api.AS2EncryptionAlgorithm encryptionAlgorithm)
      • getSigningAlgorithm

        public org.apache.camel.component.as2.api.AS2SignatureAlgorithm getSigningAlgorithm()
      • withSigningAlgorithm

        public Request withSigningAlgorithm​(org.apache.camel.component.as2.api.AS2SignatureAlgorithm signingAlgorithm)