Deprecated API

Deprecated Classes
javax.xml.soap.SOAPElementFactory
          - Use javax.xml.soap.SOAPFactory for creating SOAPElements. 
 

Deprecated Fields
org.apache.axis.Constants.URI_SOAP12_NEXT_ACTOR
          use URI_SOAP12_NEXT_ROLE 
 

Deprecated Methods
javax.xml.soap.SOAPElementFactory.create(Name)
          Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead 
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 
org.apache.axis.client.Call.getPortTypeName()
          This is really the service's port name, not portType name. Use getPortName instead. 
org.apache.axis.client.Call.getScopedProperty(String)
            
javax.xml.soap.SOAPElementFactory.newInstance()
            
org.apache.axis.client.Call.removeScopedProperty(String)
            
org.apache.axis.AxisFault.setFaultCode(String)
          expect to see this go away after 1.1, use setFaultCodeAsString instead! 
org.apache.axis.description.FieldDesc.setMinOccursIs0(boolean)
          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) 
org.apache.axis.client.Call.setPortTypeName(QName)
          This is really the service's port name, not portType name. Use setPortName instead. 
org.apache.axis.client.Call.setScopedProperty(String, Object)
            
 

Deprecated Constructors
org.apache.axis.description.ParameterDesc(QName, byte, QName, Class)
            
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.