Interface AS2Constants
-
public interface AS2Constants
Constants for AS2 component.
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_EDIFACT_MIME_TYPE
Application EDIFACT content typestatic String
HTTP_CLIENT_CONNECTION
HTTP Context Attribute Name for HTTP Client Connection object stored in context.static String
HTTP_CLIENT_FQDN
HTTP Context Attribute Name for HTTP Client Fully Qualified Domain Name (FQDN) stored in context.static String
HTTP_CLIENT_PROCESSOR
HTTP Context Attribute Name for HTTP Client Processor object stored in context.static String
HTTP_MESSAGE_ID_FQDN
Fully Qualified Domain Name used by AS2 Camel Component in Message ID Header.static String
HTTP_ORIGIN_SERVER
The Value of Origin Server Header used by AS2 Camel Component.static String
HTTP_SERVER_CONNECTION
HTTP Context Attribute Name for HTTP Server Connection object stored in context.static String
HTTP_SERVER_PROCESSOR
HTTP Context Attribute Name for HTTP Server Processor object stored in context.static String
HTTP_SERVER_SERVICE
HTTP Context Attribute Name for HTTP Server Service object stored in context.static String
HTTP_USER_AGENT
The Value of User Agent Header used by AS2 Camel Component.static String
MIME_VERSION
The Value of User Agent Header used by AS2 Camel Component.
-
-
-
Field Detail
-
HTTP_USER_AGENT
static final String HTTP_USER_AGENT
The Value of User Agent Header used by AS2 Camel Component.- See Also:
- Constant Field Values
-
HTTP_ORIGIN_SERVER
static final String HTTP_ORIGIN_SERVER
The Value of Origin Server Header used by AS2 Camel Component.- See Also:
- Constant Field Values
-
HTTP_MESSAGE_ID_FQDN
static final String HTTP_MESSAGE_ID_FQDN
Fully Qualified Domain Name used by AS2 Camel Component in Message ID Header.- See Also:
- Constant Field Values
-
MIME_VERSION
static final String MIME_VERSION
The Value of User Agent Header used by AS2 Camel Component.- See Also:
- Constant Field Values
-
HTTP_CLIENT_CONNECTION
static final String HTTP_CLIENT_CONNECTION
HTTP Context Attribute Name for HTTP Client Connection object stored in context.- See Also:
- Constant Field Values
-
HTTP_CLIENT_PROCESSOR
static final String HTTP_CLIENT_PROCESSOR
HTTP Context Attribute Name for HTTP Client Processor object stored in context.- See Also:
- Constant Field Values
-
HTTP_CLIENT_FQDN
static final String HTTP_CLIENT_FQDN
HTTP Context Attribute Name for HTTP Client Fully Qualified Domain Name (FQDN) stored in context.- See Also:
- Constant Field Values
-
HTTP_SERVER_CONNECTION
static final String HTTP_SERVER_CONNECTION
HTTP Context Attribute Name for HTTP Server Connection object stored in context.- See Also:
- Constant Field Values
-
HTTP_SERVER_PROCESSOR
static final String HTTP_SERVER_PROCESSOR
HTTP Context Attribute Name for HTTP Server Processor object stored in context.- See Also:
- Constant Field Values
-
HTTP_SERVER_SERVICE
static final String HTTP_SERVER_SERVICE
HTTP Context Attribute Name for HTTP Server Service object stored in context.- See Also:
- Constant Field Values
-
APPLICATION_EDIFACT_MIME_TYPE
static final String APPLICATION_EDIFACT_MIME_TYPE
Application EDIFACT content type- See Also:
- Constant Field Values
-
-