| Class and Description |
|---|
| org.apache.axis2.rpc.receivers.ejb.EJBInOutAsyncMessageReceiver
you can just use EJBMessageReceiver
|
| org.apache.axis2.databinding.types.NegativeInteger.BigIntegerRep
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| org.apache.axis2.databinding.types.NonNegativeInteger.BigIntegerRep
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| org.apache.axis2.databinding.types.NonPositiveInteger.BigIntegerRep
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| org.apache.axis2.databinding.types.PositiveInteger.BigIntegerRep
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| Method and Description |
|---|
| org.apache.axis2.databinding.utils.BeanUtil.getUniquePrifix()
Please use getUniquePrefix
|
| org.apache.axis2.rpc.client.RPCServiceClient.invokeNonBlocking(QName, Object[], Callback)
Please use the AxisCallback interface rather than Callback, which has been deprecated
|
| org.apache.axis2.databinding.types.Duration.setSeconds(int)
use
setSeconds(double) instead |
| org.apache.axis2.databinding.types.PositiveInteger.writeReplace()
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| org.apache.axis2.databinding.types.NonPositiveInteger.writeReplace()
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| org.apache.axis2.databinding.types.NonNegativeInteger.writeReplace()
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
| org.apache.axis2.databinding.types.NegativeInteger.writeReplace()
As per https://issues.apache.org/jira/browse/AXIS2-3848
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.