Use javax.xml.soap.SOAPFactory.createElement(String localName) instead
Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead
expect to see this go away after 1.1, use
setFaultCodeAsString instead!
This method has been changed to a no-op but remains
in the code to keep compatibility with pre-1.1
generated stubs.
this functionality, which is only relevant to ElementDescs,
now lives in ElementDesc and is more flexible (you can set
minOccurs and maxOccurs as you please)
use serialize(QName, Attributes, Object, QName, Class) instead
use serialize(QName, Attributes, Object, QName,
Boolean, Boolean) instead.
Use getTypeMappingRegistry instead
(use getStyle and getUse)
Use setTypeMappingRegistry instead
(use setStyle and setUse)
Please use writeSchemaElement(String namespaceURI, Element element)
use specialized get{Element,Type}Index() methods instead
Use setSkeletonWanted(value)
Call run(context, doc) instead.
Use setImports(generateImports)
Call getFactory instead. This doesn't return
a WriterFactory, it returns a GeneratorFactory.
Use setHelperWanted(value)