Spring Web Services Framework

Deprecated API


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

Deprecated Methods
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.transform.TraxUtils.createStaxSource(XMLEventReader)
          In favor of StaxUtils.createStaxSource(XMLEventReader) 
org.springframework.xml.transform.TraxUtils.createStaxSource(XMLStreamReader)
          In favor of StaxUtils.createStaxSource(XMLStreamReader) 
org.springframework.xml.transform.TraxUtils.getXMLEventReader(Source)
          In favor of StaxUtils.getXMLEventReader(Source) 
org.springframework.xml.transform.TraxUtils.getXMLEventWriter(Result)
          In favor of StaxUtils.getXMLEventWriter(Result) 
org.springframework.xml.transform.TraxUtils.getXMLStreamReader(Source)
          In favor of StaxUtils.getXMLStreamReader(Source) 
org.springframework.xml.transform.TraxUtils.getXMLStreamWriter(Result)
          In favor of StaxUtils.getXMLStreamWriter(Result) 
org.springframework.xml.JaxpVersion.isAtLeastJaxp13()
          as of Spring-WS 2.0 which requires Java 1.5+ 
org.springframework.xml.transform.TraxUtils.isStaxResult(Result)
          In favor of StaxUtils.isStaxResult(Result) 
org.springframework.xml.transform.TraxUtils.isStaxSource(Source)
          In favor of StaxUtils.isStaxSource(Source) 
org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor.setTimeToLive(int)
          Use Wss4jSecurityInterceptor.setValidationTimeToLive(int) instead. 
 


Spring Web Services Framework

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