java.lang.Object
org.apache.camel.quarkus.component.as2.it.transport.Request

public class Request extends Object
  • Constructor Details

    • Request

      public Request()
    • Request

      public Request(String ediMessage)
  • Method Details

    • getMessageStructure

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

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

      public Map<String,Object> getHeaders()
    • addField

      public void addField(String key, Object value)
    • setHeaders

      public void setHeaders(Map<String,Object> headers)
    • 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)
    • withHeaders

      public Request withHeaders(Map<String,Object> headers)
    • collectHeaders

      public Map<String,Object> collectHeaders()
    • 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)