-
Classes Class Description com.sun.org.apache.xml.internal.resolver.tools.ResolvingParser This interface has been replaced by theResolvingXMLReaderfor SAX2.com.sun.xml.bind.api.BridgeContext The caller no longer needs to use this, asBridgehas methods that can work withoutBridgeContext.com.sun.xml.bind.DatatypeConverterImpl in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead or let us know why you can'tcom.sun.xml.rpc.processor.modeler.rmi.SOAPSimpleTypeCreator This class will be deprecated. Use com.sun.xml.rpc.util.JAXRPCClassFactory to get SOAPSimpleTypeCreatorBase instance.com.sun.xml.rpc.processor.modeler.wsdl.SchemaAnalyzer This class will be deprecated. Use com.sun.xml.rpc.util.JAXRPCClassFactory to get SchemaAnalyzerBase instance.com.sun.xml.rpc.processor.modeler.wsdl.WSDLModeler This class will be deprecated. Use com.sun.xml.rpc.util.JAXRPCClassFactory to get WSDLModelerBase instance.com.sun.xml.rpc.processor.schema.InternalSchemaBuilder This class will be deprecated. Use com.sun.xml.rpc.util.JAXRPCClassFactory to get SchemaAnalyzerBase instance.com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor
-
Annotation Types Annotation Type Description com.sun.xml.bind.annotation.XmlIsSet this hasn't been implemented in the RI, and this hasn't been speced yet. I believe Joe asked for this feature. I'd like to drop this.
-
Fields Field Description com.sun.mail.imap.IMAPFolder.FetchProfileItem.SIZE com.sun.xml.bind.DatatypeConverterImpl.theInstance com.sun.xml.bind.marshaller.Messages.ERR_DANGLING_IDREF only used from 1.0com.sun.xml.bind.marshaller.Messages.ERR_MISSING_OBJECT use ERR_MISSING_OBJECT2com.sun.xml.bind.marshaller.Messages.ERR_NOT_IDENTIFIABLE only used from 1.0com.sun.xml.bind.v2.WellKnownNamespace.XML_NAMESPACE_URI Use javax.xml.XMLConstants.XML_NS_URI instead;com.sun.xml.bind.v2.WellKnownNamespace.XML_SCHEMA Use javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI instead;com.sun.xml.bind.v2.WellKnownNamespace.XML_SCHEMA_INSTANCE Use javax.xml.XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI insteadcom.sun.xml.rpc.encoding.simpletype.TimeZone.minutes here just for the serialization backward compatibility.org.codehaus.stax2.ri.evt.BaseEventImpl.mLocation CallBaseEventImpl.getLocation()instead.org.codehaus.stax2.XMLStreamReader2.FEATURE_DTD_OVERRIDE UseXMLInputFactory2.P_DTD_OVERRIDEinstead.
-
Constructors Constructor Description com.sun.istack.localization.LocalizableMessage(String, String, Object...) com.sun.istack.localization.LocalizableMessageFactory(String) com.sun.mail.imap.protocol.SearchSequence() com.sun.mail.util.MailLogger(String, String, Session) com.sun.xml.bind.marshaller.SAX2DOMEx() com.sun.xml.stream.buffer.sax.SAXBufferProcessor(XMLStreamBuffer) com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessor(XMLStreamBuffer) com.sun.xml.xsom.parser.JAXPParser() Unsafe, use JAXPParser(factory) instead with security features initialized by setting XMLConstants.FEATURE_SECURE_PROCESSING feature.com.sun.xml.xsom.parser.XSOMParser() Unsafe, use XSOMParser(factory) instead with security features initialized by setting XMLConstants.FEATURE_SECURE_PROCESSING feature.org.codehaus.stax2.ri.SingletonIterator(T)