Method and Description |
---|
org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint.afterMarshallerSet()
as of Spring Web Services 1.5:
AbstractMarshallingPayloadEndpoint.afterPropertiesSet() is no longer final, so this can safely
be overridden in subclasses |
org.springframework.xml.namespace.QNameUtils.createQName(String, String, String)
in favor of
QName.QName(String, String, String) |
org.springframework.xml.namespace.QNameUtils.getPrefix(QName)
in favor of
QName.getPrefix() |
org.springframework.ws.transport.FaultAwareWebServiceConnection.setFault(boolean) |
org.springframework.ws.transport.http.AbstractHttpSenderConnection.setFault(boolean) |
org.springframework.ws.transport.http.HttpServletConnection.setFault(boolean) |
org.springframework.ws.transport.http.HttpExchangeConnection.setFault(boolean) |