Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Annotation Types
  • Methods
  • Annotation Type Elements
  • Deprecated Interfaces
    Interface
    Description
    javax.xml.bind.Validator
    since JAXB 2.0
  • Deprecated Classes
    Class
    Description
    javax.xml.soap.SOAPElementFactory
    - Use javax.xml.soap.SOAPFactory for creating SOAPElements.
  • Deprecated Annotation Types
    Annotation Type
    Description
    javax.jws.soap.InitParam
    javax.jws.soap.SOAPMessageHandler
    javax.jws.soap.SOAPMessageHandlers
    As of JSR-181 2.0 with no replacement.
  • Deprecated Methods
    Method
    Description
    javax.activation.ActivationDataFlavor.normalizeMimeType(String)
     
    javax.activation.ActivationDataFlavor.normalizeMimeTypeParameter(String, String)
     
    javax.jws.HandlerChain.name()
    As of JSR-181 2.0 with no replacement.
    javax.xml.bind.JAXBContext.createValidator()
    since JAXB2.0
    javax.xml.bind.Unmarshaller.isValidating()
    since JAXB2.0, please see Unmarshaller.getSchema()
    javax.xml.bind.Unmarshaller.setValidating(boolean)
    since JAXB2.0, please see Unmarshaller.setSchema(javax.xml.validation.Schema)
    javax.xml.bind.Validator.getEventHandler()
    since JAXB2.0
    javax.xml.bind.Validator.getProperty(String)
    since JAXB2.0
    javax.xml.bind.Validator.setEventHandler(ValidationEventHandler)
    since JAXB2.0
    javax.xml.bind.Validator.setProperty(String, Object)
    since JAXB2.0
    javax.xml.bind.Validator.validate(Object)
    since JAXB2.0
    javax.xml.bind.Validator.validateRoot(Object)
    since JAXB2.0
    javax.xml.soap.SOAPElementFactory.create(String)
    Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
    javax.xml.soap.SOAPElementFactory.create(String, String, String)
    Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
    javax.xml.soap.SOAPElementFactory.create(Name)
    Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
  • Deprecated Annotation Type Elements
    Annotation Type Element
    Description
    javax.jws.HandlerChain.name()
    As of JSR-181 2.0 with no replacement.

Copyright © 2005–2022 Eclipse Foundation. All rights reserved.