Spring Web Services Framework

Constant Field Values


Contents
org.springframework.*

org.springframework.oxm.castor.CastorMarshaller
public static final String DEFAULT_ENCODING "UTF-8"

org.springframework.oxm.jaxb.JaxbUtils
public static final int JAXB_1 0
public static final int JAXB_2 1

org.springframework.oxm.xstream.XStreamMarshaller
public static final String DEFAULT_ENCODING "UTF-8"

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

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.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.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 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"

org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
protected static final String ENCODING_GZIP "gzip"
protected static final String HTTP_HEADER_ACCEPT_ENCODING "Accept-Encoding"
protected static final String HTTP_SCHEME "http://"
protected static final String HTTPS_SCHEME "https://"

org.springframework.ws.transport.http.HttpTransportConstants
public static final String CONTENT_ENCODING_GZIP "gzip"
public static final String HEADER_CONTENT_ENCODING "Content-Encoding"
public static final int STATUS_ACCEPTED 202
public static final int STATUS_INTERNAL_SERVER_ERROR 500
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"

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

org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
public static final String DEFAULT_TRANSPORT_URI "http://schemas.xmlsoap.org/soap/http"

org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
public static final String DEFAULT_FAULT_SUFFIX "Fault"
public static final String DEFAULT_PREFIX "tns"
public static final String DEFAULT_REQUEST_SUFFIX "Request"
public static final String DEFAULT_RESPONSE_SUFFIX "Response"
public static final String DEFAULT_SCHEMA_PREFIX "schema"
public static final String SERVICE_SUFFIX "Service"

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-2008 The Spring Web Services Framework. All Rights Reserved.