Deprecated API

Deprecated Fields
org.apache.axis2.databinding.Constants.URI_SOAP12_NEXT_ACTOR
          use URI_SOAP12_NEXT_ROLE 
 

Deprecated Methods
org.apache.axis2.tool.core.ClassFileHandler.getClassesAtLocation(String)
          This needs to be written in a functional manner 
org.apache.axis2.databinding.schema.BeanWriterMetaInfoHolder.getElementQNameIterator()
          Use #getQNameArray 
org.apache.axis2.databinding.schema.types.Duration.setSeconds(int)
          use setSeconds(double) instead 
org.apache.axis2.client.Options.setTransportInfo(String, String, boolean)
          Use setListenerTransportProtocol(String) and useSeparateListener(boolean) instead. You do not need to setSenderTransportProtocol(String) as sender transport can be inferred from the to EPR. But still you can setSenderTransport(TransportOutDescription).