public interface HttpsMessage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HTTPS_APP_PROPERTY_PREFIX
The prefix to be added to an HTTPS application-defined property.
|
static java.lang.String |
HTTPS_SYSTEM_PROPERTY_PREFIX
The prefix to be added to an HTTPS system-defined property.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBody()
Gets the message body.
|
java.lang.String |
getContentType()
Gets the message content type.
|
MessageProperty[] |
getProperties()
Gets the collection of message properties.
|
java.util.Map<java.lang.String,java.lang.String> |
getSystemProperties()
Gets the collection of system message properties.
|
static final java.lang.String HTTPS_APP_PROPERTY_PREFIX
static final java.lang.String HTTPS_SYSTEM_PROPERTY_PREFIX
byte[] getBody()
java.lang.String getContentType()
MessageProperty[] getProperties()
java.util.Map<java.lang.String,java.lang.String> getSystemProperties()
Copyright © 2023. All rights reserved.