|
Deprecated Classes |
org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.AbstractSaxPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.xml.stream.AbstractStaxContentHandler
With no concrete replacement |
org.springframework.ws.server.endpoint.AbstractStaxEventPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.AbstractStaxStreamPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.xml.stream.AbstractStaxXmlReader
With no concrete replacement |
org.springframework.xml.stream.AbstractXmlStreamReader
With no concrete replacement |
org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint
as of Spring Web Services 2.0, in favor of annotated endpoints |
org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MarshallingPayloadMethodProcessor. |
org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MarshallingPayloadMethodProcessor. |
org.springframework.ws.server.endpoint.adapter.MessageMethodEndpointAdapter
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MessageContextMethodArgumentResolver. |
org.springframework.ws.server.endpoint.adapter.PayloadMethodEndpointAdapter
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and SourcePayloadMethodProcessor. |
org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
as of Spring Web Services 2.0, in favor of PayloadRootAnnotationMethodEndpointMapping. |
org.springframework.ws.soap.addressing.messageid.RandomGuid
as of Spring Web Services 2.0, in favor of UuidMessageIdStrategy |
org.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
as of Spring Web Services 2.0, in favor of UuidMessageIdStrategy |
org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
as of Spring Web Services 2.0, in favor of SoapActionAnnotationMethodEndpointMapping. |
org.springframework.xml.stream.StaxEventContentHandler
In favor of StaxUtils.createContentHandler(javax.xml.stream.XMLEventWriter). |
org.springframework.xml.stream.StaxEventXmlReader
In favor of StaxUtils.createXMLReader(javax.xml.stream.XMLEventReader) |
org.springframework.xml.transform.StaxResult
In favor of StaxUtils.createStaxResult(XMLEventWriter) and StaxUtils.createStaxResult(XMLStreamWriter) |
org.springframework.xml.transform.StaxSource
In favor of StaxUtils.createStaxSource(XMLEventReader) and StaxUtils.createStaxSource(XMLStreamReader) |
org.springframework.xml.stream.StaxStreamContentHandler
In favor of StaxUtils.createContentHandler(javax.xml.stream.XMLStreamWriter) |
org.springframework.xml.stream.StaxStreamXmlReader
In favor of StaxUtils.createXMLReader(javax.xml.stream.XMLStreamReader) |
org.springframework.xml.stream.XmlEventStreamReader
In favor of StaxUtils.createEventStreamReader(XMLEventReader) |
org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and XPathParamMethodArgumentResolver. |