|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
javax.xml.soap.SOAPElementFactory
- Use javax.xml.soap.SOAPFactory for creating SOAPElements. |
Deprecated Fields | |
org.apache.axis.client.Call.JAXRPC_PORTTYPE_NAME
use WSDL_PORT_NAME instead. |
|
org.apache.axis.client.Call.JAXRPC_SERVICE
use WSDL_SERVICE instead. |
|
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.message.MessageElement.getAttributeNode(String)
this is not implemented |
|
org.apache.axis.message.MessageElement.getAttributeNodeNS(String, String)
not implemented! |
|
org.apache.axis.client.Service.getCall()
please use Stub._getCall |
|
org.apache.axis.message.MessageElement.setAttributeNode(Attr)
this is not implemented |
|
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) |
Deprecated Constructors | |
org.apache.axis.description.ParameterDesc(QName, byte, QName, Class)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |