| Class and Description |
|---|
| org.apache.axis.configuration.DefaultEngineConfigurationFactory |
| org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl
Please use DefaultSOAPEncodingTypeMappingImpl.java
|
| org.apache.axis.enum.Scope
please use org.apache.axis.constants.Scope
|
| org.apache.axis.configuration.ServletEngineConfigurationFactory |
| javax.xml.soap.SOAPElementFactory
- Use javax.xml.soap.SOAPFactory for creating SOAPElements.
|
| org.apache.axis.enum.Style
please use org.apache.axis.constants.Scope
|
| org.apache.axis.enum.Use
please use org.apache.axis.constants.Scope
|
| Field and Description |
|---|
| 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.transport.http.HTTPConstants.MC_HTTP_SOAPACTION
Should use javax.xml.rpc.Call.SOAPACTION_URI_PROPERTY instead.
|
| org.apache.axis.Constants.URI_SOAP12_NEXT_ACTOR
use URI_SOAP12_NEXT_ROLE
|
| Constructor and Description |
|---|
| org.apache.axis.description.ParameterDesc(QName, byte, QName, Class) |
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.