org.apache.axis2.description.PolicyInclude.addPolicyElement(int, Policy)
|
org.apache.axis2.description.PolicyInclude.addPolicyRefElement(int, PolicyReference)
|
org.apache.axis2.client.Options.addReferenceParameter(OMElement) |
org.apache.axis2.description.AxisServiceGroup.addToGroup(AxisService)
please use addService() instead
|
org.apache.axis2.wsdl.codegen.writer.WSDL11Writer.adjustWSDLSchemaLocatins(Definition, Map)
please use adjustWSDLSchemaLocations
|
org.apache.axis2.engine.Handler.cleanup()
This method will be going away after the 1.3 release, it was never used.
|
org.apache.axis2.engine.AxisEngine.createFaultMessageContext(MessageContext, Throwable)
(post 1.1 branch)
|
org.apache.axis2.util.Utils.createOutMessageContext(MessageContext)
(post1.1branch)
|
org.apache.axis2.client.ServiceClient.disengageModule(QName)
Please use String version instead
|
org.apache.axis2.engine.AxisConfiguration.engageModule(QName)
Please use the String version instead
|
org.apache.axis2.client.ServiceClient.engageModule(QName)
Please use String version instead
|
org.apache.axis2.addressing.EndpointReference.fromOM(OMElement)
|
org.apache.axis2.addressing.EndpointReferenceHelper.fromOM(String)
|
org.apache.axis2.description.PolicyInclude.getAttachedPolicies()
|
org.apache.axis2.builder.BuilderUtil.getBuilder(Reader)
If some one really need this method, please shout.
|
org.apache.axis2.description.PolicyInclude.getEffectivePolicy()
|
org.apache.axis2.schema.BeanWriterMetaInfoHolder.getElementQNameIterator()
Use #getQNameArray
|
org.apache.axis2.description.AxisService.getEndpointURL()
|
org.apache.axis2.transport.TransportListener.getEPRForService(String, String)
Transport listener can expose more than EPRs. So this method should return an array of EPRs.
Deprecating this method for now and please use getEPRsForServices instead.
|
org.apache.axis2.engine.AxisConfiguration.getGlobalModules()
please use addGlobalModule()
|
org.apache.axis2.description.AxisService.getLastupdate()
please use getLastUpdate
|
org.apache.axis2.addressing.EndpointReference.getName() |
org.apache.axis2.description.AxisService.getNameSpacesMap()
please use getNamespaceMap()
|
org.apache.axis2.description.PolicyInclude.getPolicy()
|
org.apache.axis2.description.PolicyInclude.getPolicy(String)
|
org.apache.axis2.description.PolicyInclude.getPolicyElements()
|
org.apache.axis2.description.PolicyInclude.getPolicyElements(int)
As of 1.4 release. The policy element type is no longer
required since we maintain a complete binding description
hierarchy for the static description the service. Hence use
#getAttachedPolicyComponents() on
appropriate description object.
|
org.apache.axis2.description.AxisDescription.getPolicyInclude()
|
org.apache.axis2.description.AxisService.getPortTypeName()
use AxisService#getEndpointName() instead.
|
org.apache.axis2.context.AbstractContext.getProperties()
|
org.apache.axis2.description.AxisService.getSchematargetNamespace()
please use getSchemaTargetNamespace
|
org.apache.axis2.description.AxisService.getServiceDescription()
Use getDocumentation() instead
|
org.apache.axis2.context.ConfigurationContext.getServiceGroupContexts()
|
org.apache.axis2.context.ConfigurationContext.getServiceGroupContextTimoutInterval()
MISSPELLING - Please use getServiceGroupContextTimeoutInterval()
|
org.apache.axis2.deployment.repository.util.DeploymentFileData.getServiceName()
please use getName() instead - this will disappear after 1.3.
|
org.apache.axis2.databinding.utils.BeanUtil.getUniquePrifix()
Please use getUniquePrefix
|
org.apache.axis2.description.AxisService.getWSAddressingFlag()
Use AddressingHelper.getAddressingRequirementParemeterValue
|
org.apache.axis2.wsdl.codegen.CodeGenConfiguration.getXsdConfigFile() |
org.apache.axis2.engine.DependencyManager.initServiceClass(Object, ServiceContext)
please use initServiceObject()
|
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.engine.AxisConfiguration.isEngaged(QName)
|
org.apache.axis2.util.Utils.isExplicitlyTrue(MessageContext, String)
please use MessageContext.isTrue(propertyName) instead
|
org.apache.axis2.context.MessageContext.isHeaderPresent()
The bonus you used to get from this is now built in to SOAPEnvelope.getHeader()
|
org.apache.axis2.description.PolicyInclude.registerPolicy(String, Policy)
As of 1.4 release. Use ServiceData.xml or Axis2 DataLocators
to configure policies that are stored separately.
|
org.apache.axis2.description.PolicyInclude.removeAllPolicyElements()
|
org.apache.axis2.description.AxisOperation.removeFromEngagedModuleList(AxisModule)
please use disengageModule(), this method will disappear after 1.3
|
org.apache.axis2.engine.AxisConfiguration.removeModule(String)
|
org.apache.axis2.description.PolicyInclude.removePolicyElement(String)
|
org.apache.axis2.client.ServiceClient.sendReceiveNonBlocking(OMElement, Callback)
Please use the AxisCallback interface rather than Callback, which has been
deprecated
|
org.apache.axis2.client.ServiceClient.sendReceiveNonBlocking(QName, OMElement, Callback)
Please use the AxisCallback interface rather than Callback, which has been
deprecated
|
org.apache.axis2.client.ServiceClient.setCachingOperationContext(boolean) |
org.apache.axis2.client.OperationClient.setCallback(Callback)
Please use the AxisCallback interface rather than Callback, which has been deprecated
|
org.apache.axis2.description.WSDL11ToAxisServiceBuilder.setCustomWSLD4JResolver(WSDLLocator) |
org.apache.axis2.description.PolicyInclude.setEffectivePolicy(Policy)
|
org.apache.axis2.description.AxisService.setEndpointURL(String)
|
org.apache.axis2.description.AxisService.setLastupdate()
please use setLastUpdate
|
org.apache.axis2.addressing.EndpointReference.setName(String) |
org.apache.axis2.description.AxisService.setNameSpacesMap(NamespaceMap)
please use setNamespaceMap
|
org.apache.axis2.description.PolicyInclude.setPolicy(Policy)
|
org.apache.axis2.description.AxisDescription.setPolicyInclude(PolicyInclude)
|
org.apache.axis2.description.AxisService.setPortTypeName(String)
use AxisService#setEndpointName() instead
|
org.apache.axis2.description.AxisService.setSchematargetNamespacePrefix(String)
please use setSchemaTargetNamespacePrefix
|
org.apache.axis2.databinding.types.Duration.setSeconds(int)
|
org.apache.axis2.description.AxisService.setServiceDescription(String)
Use setDocumentation() 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).
|
org.apache.axis2.description.AxisService.setWSAddressingFlag(String)
Use AddressingHelper.setAddressingRequirementParemeterValue
|
org.apache.axis2.wsdl.codegen.CodeGenConfiguration.setXsdConfigFile(String) |
org.apache.axis2.addressing.EndpointReference.toOM(String, String, String)
use EndpointReferenceHelper#toOM(EndpointReference, QName, String) instead.
|
org.apache.axis2.description.PolicyInclude.updatePolicy(Policy)
|
org.apache.axis2.databinding.types.NegativeInteger.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.PositiveInteger.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
|