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