Package org.springframework.ws.transport
Interface TransportConstants
- All Known Subinterfaces:
HttpTransportConstants
,JmsTransportConstants
,MailTransportConstants
,XmppTransportConstants
public interface TransportConstants
Declares useful transport constants.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The empty SOAP action value.static final String
The "Accept" header.static final String
The "Accept-Encoding" header.static final String
The "Content-Id" header.static final String
The "Content-Length" header.static final String
The "Content-Transfer-Encoding" header.static final String
The "Content-Type" header.static final String
The "SOAPAction" header, used in SOAP 1.1.static final String
The "action" parameter, used to set SOAP Actions in SOAP 1.2.
-
Field Details
-
HEADER_ACCEPT
The "Accept" header.- See Also:
-
HEADER_ACCEPT_ENCODING
The "Accept-Encoding" header.- See Also:
-
HEADER_CONTENT_ID
The "Content-Id" header.- See Also:
-
HEADER_CONTENT_LENGTH
The "Content-Length" header.- See Also:
-
HEADER_CONTENT_TRANSFER_ENCODING
The "Content-Transfer-Encoding" header.- See Also:
-
HEADER_CONTENT_TYPE
The "Content-Type" header.- See Also:
-
HEADER_SOAP_ACTION
The "SOAPAction" header, used in SOAP 1.1.- See Also:
-
PARAMETER_ACTION
The "action" parameter, used to set SOAP Actions in SOAP 1.2.- See Also:
-
EMPTY_SOAP_ACTION
The empty SOAP action value.- See Also:
-