Spring Web Services Framework

Constant Field Values


Contents
org.springframework.*

org.springframework.ws.client.core.WebServiceTemplate
public static final String MESSAGE_TRACING_LOG_CATEGORY "org.springframework.ws.client.MessageTracing"

org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
public static final String DEFAULT_WSDL_LOCATION_EXPRESSION "/wsdl:definitions/wsdl:service/wsdl:port/soap:address/@location"

org.springframework.ws.pox.dom.DomPoxMessageFactory
public static final String DEFAULT_CONTENT_TYPE "application/xml"

org.springframework.ws.server.MessageDispatcher
public static final String ENDPOINT_NOT_FOUND_LOG_CATEGORY "org.springframework.ws.server.EndpointNotFound"
public static final String MESSAGE_TRACING_LOG_CATEGORY "org.springframework.ws.server.MessageTracing"

org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
public static final String DEFAULT_REQUEST_NAME "request"

org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
public static final String DEFAULT_METHOD_PREFIX "handle"
public static final String DEFAULT_METHOD_SUFFIX ""

org.springframework.ws.soap.addressing.messageid.UuidMessageIdStrategy
public static final String PREFIX "urn:uuid:"

org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
public static final String DEFAULT_FAULT_ACTION_SUFFIX "Fault"
public static final String DEFAULT_OUTPUT_ACTION_SUFFIX "Response"

org.springframework.ws.soap.saaj.support.SaajUtils
public static final int SAAJ_11 0
public static final int SAAJ_12 1
public static final int SAAJ_13 2

org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
public static final String SECUREMENT_USER_PROPERTY_NAME "Wss4jSecurityInterceptor.securementUser"

org.springframework.ws.soap.server.SoapMessageDispatcher
public static final String DEFAULT_MUST_UNDERSTAND_FAULT_STRING "One or more mandatory SOAP header blocks not understood"

org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
public static final String DEFAULT_FAULTSTRING_OR_REASON "Validation error"

org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
public static final String DEFAULT_FAULTSTRING_OR_REASON "Validation error"

org.springframework.ws.transport.TransportConstants
public static final String EMPTY_SOAP_ACTION "\"\""
public static final String HEADER_ACCEPT "Accept"
public static final String HEADER_ACCEPT_ENCODING "Accept-Encoding"
public static final String HEADER_CONTENT_ID "Content-Id"
public static final String HEADER_CONTENT_LENGTH "Content-Length"
public static final String HEADER_CONTENT_TRANSFER_ENCODING "Content-Transfer-Encoding"
public static final String HEADER_CONTENT_TYPE "Content-Type"
public static final String HEADER_SOAP_ACTION "SOAPAction"
public static final String PARAMETER_ACTION "action"

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

org.springframework.ws.transport.http.HttpTransportConstants
public static final String CONTENT_ENCODING_GZIP "gzip"
public static final String HEADER_ACCEPT_ENCODING "Accept-Encoding"
public static final String HEADER_CONTENT_ENCODING "Content-Encoding"
public static final String HTTP_URI_SCHEME "http"
public static final String HTTPS_URI_SCHEME "https"
public static final String METHOD_GET "GET"
public static final String METHOD_POST "POST"
public static final int STATUS_ACCEPTED 202
public static final int STATUS_INTERNAL_SERVER_ERROR 500
public static final int STATUS_METHOD_NOT_ALLOWED 405
public static final int STATUS_NO_CONTENT 204
public static final int STATUS_NOT_FOUND 404
public static final int STATUS_OK 200

org.springframework.ws.transport.http.MessageDispatcherServlet
public static final String DEFAULT_MESSAGE_FACTORY_BEAN_NAME "messageFactory"
public static final String DEFAULT_MESSAGE_RECEIVER_BEAN_NAME "messageReceiver"
public static final String DEFAULT_MESSAGE_RECEIVER_HANDLER_ADAPTER_BEAN_NAME "messageReceiverHandlerAdapter"
public static final String DEFAULT_WSDL_DEFINITION_HANDLER_ADAPTER_BEAN_NAME "wsdlDefinitionHandlerAdapter"
public static final String DEFAULT_XSD_SCHEMA_HANDLER_ADAPTER_BEAN_NAME "xsdSchemaHandlerAdapter"

org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
public static final String DEFAULT_LOCATION_EXPRESSION "//@location"
public static final String DEFAULT_SCHEMA_LOCATION_EXPRESSION "//@schemaLocation"

org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
public static final String DEFAULT_SCHEMA_LOCATION_EXPRESSION "//@schemaLocation"

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"

org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
public static final String TARGET_NAMESPACE_PREFIX "tns"

org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
public static final String SCHEMA_PREFIX "sch"

org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
public static final String DEFAULT_TRANSPORT_URI "http://schemas.xmlsoap.org/soap/http"
public static final String SOAP_11_NAMESPACE_PREFIX "soap"
public static final String SOAP_11_NAMESPACE_URI "http://schemas.xmlsoap.org/wsdl/soap/"

org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
public static final String DEFAULT_TRANSPORT_URI "http://schemas.xmlsoap.org/soap/http"
public static final String SOAP_12_NAMESPACE_PREFIX "soap12"
public static final String SOAP_12_NAMESPACE_URI "http://schemas.xmlsoap.org/wsdl/soap12/"

org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
public static final String DEFAULT_FAULT_SUFFIX "Fault"
public static final String DEFAULT_REQUEST_SUFFIX "Request"
public static final String DEFAULT_RESPONSE_SUFFIX "Response"

org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
public static final String DEFAULT_FAULT_SUFFIX "Fault"
public static final String DEFAULT_REQUEST_SUFFIX "Request"
public static final String DEFAULT_RESPONSE_SUFFIX "Response"

org.springframework.xml.JaxpVersion
public static final int JAXP_10 0
public static final int JAXP_11 1
public static final int JAXP_13 3
public static final int JAXP_14 4

org.springframework.xml.validation.XmlValidatorFactory
public static final String SCHEMA_RELAX_NG "http://relaxng.org/ns/structure/1.0"
public static final String SCHEMA_W3C_XML "http://www.w3.org/2001/XMLSchema"


Spring Web Services Framework

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