Deprecated API

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

Deprecated Methods
org.apache.axis2.schema.BeanWriterMetaInfoHolder.getElementQNameIterator()
          Use #getQNameArray 
org.apache.axis2.databinding.types.Duration.setSeconds(int)
          use setSeconds(double) instead 
org.apache.axis2.client.Options.setTransportInfo(String, String, boolean)
          Use setTransportInProtocol(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 setTransportOut(TransportOutDescription).