Constant Field Values


Contents
org.springframework.*

org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
public static final String DEFAULT_SSL_PROTOCOL "ssl"

org.springframework.ws.transport.jms.JmsMessageReceiver
public static final String DEFAULT_TEXT_MESSAGE_ENCODING "UTF-8"

org.springframework.ws.transport.jms.JmsMessageSender
public static final long DEFAULT_RECEIVE_TIMEOUT -1L
public static final String DEFAULT_TEXT_MESSAGE_ENCODING "UTF-8"

org.springframework.ws.transport.jms.JmsTransportConstants
public static final int BYTES_MESSAGE_TYPE 1
public static final String JMS_URI_SCHEME "jms"
public static final String PROPERTY_ACCEPT_ENCODING "SOAPJMS_acceptEncoding"
public static final String PROPERTY_CONTENT_LENGTH "SOAPJMS_contentLength"
public static final String PROPERTY_CONTENT_TYPE "SOAPJMS_contentType"
public static final String PROPERTY_PREFIX "SOAPJMS_"
public static final String PROPERTY_SOAP_ACTION "SOAPJMS_soapAction"
public static final int TEXT_MESSAGE_TYPE 2

org.springframework.ws.transport.jms.WebServiceMessageDrivenBean
public static final String CONNECTION_FACTORY_BEAN_NAME "connectionFactory"
public static final String MESSAGE_FACTORY_BEAN_NAME "messageFactory"
public static final String MESSAGE_RECEIVER_BEAN_NAME "messageReceiver"

org.springframework.ws.transport.mail.MailMessageSender
public static final long DEFAULT_RECEIVE_TIMEOUT 60000L

org.springframework.ws.transport.mail.MailTransportConstants
public static final String HEADER_IN_REPLY_TO "In-Reply-To"
public static final String MAIL_URI_SCHEME "mailto"

org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
public static final long DEFAULT_POLLING_FREQUENCY 60000L

org.springframework.ws.transport.xmpp.XmppMessageReceiver
public static final String DEFAULT_MESSAGE_ENCODING "UTF-8"

org.springframework.ws.transport.xmpp.XmppMessageSender
public static final String DEFAULT_MESSAGE_ENCODING "UTF-8"
public static final long DEFAULT_RECEIVE_TIMEOUT -1L

org.springframework.ws.transport.xmpp.XmppTransportConstants
public static final String XMPP_URI_SCHEME "xmpp"



Copyright © 2013 The Spring Web Services Framework. All Rights Reserved.