| org.springframework.ws.transport.http.MessageDispatcherServlet
DEFAULT_MESSAGE_FACTORY_BEAN_NAME | final public static String DEFAULT_MESSAGE_FACTORY_BEAN_NAME(Code) | | Well-known name for the
WebServiceMessageFactory bean in the bean factory for this namespace.
|
DEFAULT_MESSAGE_RECEIVER_BEAN_NAME | final public static String DEFAULT_MESSAGE_RECEIVER_BEAN_NAME(Code) | | Well-known name for the
WebServiceMessageReceiver object in the bean factory for this namespace.
|
MessageDispatcherServlet | public MessageDispatcherServlet()(Code) | | Public constructor, necessary for some Web application servers.
|
getWsdlDefinition | protected WsdlDefinition getWsdlDefinition(HttpServletRequest request)(Code) | | Determines the
WsdlDefinition for a given request, or null if none is found.
Default implementation checks whether the request method is GET , whether the request uri ends with
".wsdl" , and if there is a WsdlDefinition with the same name as the filename in the
request uri.
Parameters: request - the HttpServletRequest a definition, or null |
isTransformWsdlLocations | public boolean isTransformWsdlLocations()(Code) | | Indicates whether relative address locations in the WSDL are to be transformed using the request URI of the
incoming
HttpServletRequest .
|
setTransformWsdlLocations | public void setTransformWsdlLocations(boolean transformWsdlLocations)(Code) | | Sets whether relative address locations in the WSDL are to be transformed using the request URI of the incoming
HttpServletRequest . Defaults to false .
|
|
|