Deprecated Methods |
org.apache.axis2.description.PolicyInclude.addPolicyElement(int, Policy)
As of 1.4 release, replaced by
#attachPolicy(Policy) |
org.apache.axis2.description.PolicyInclude.addPolicyRefElement(int, PolicyReference)
As of 1.4 release, replaced by
#attachPolicyReference(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. |
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.axis2.transport.http.HTTPTransportUtils.createEnvelopeFromGetRequest(String, Map, ConfigurationContext)
This was used only by the now deprecated processHTTPGetRequest() method. |
org.apache.axis2.engine.AxisEngine.createFaultMessageContext(MessageContext, Throwable)
(post 1.1 branch) |
org.apache.axis2.util.Utils.createOutMessageContext(MessageContext)
(post1.1branch) |
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.createWebServiceRefAnnotImpl(String, String, Class, Class, String, String, String)
The String values for type and value should not be used. Use WebServiceRefAnnot.createWebServiceRefAnnotImpl(String, String, Class, Class, String)
There shouldn't be both a class and String for type and value; there isn't on the actual
annotation. |
org.apache.axis2.client.ServiceClient.disengageModule(QName)
Please use String version instead |
org.apache.axis2.client.ServiceClient.engageModule(QName)
Please use String version instead |
org.apache.axis2.engine.AxisConfiguration.engageModule(QName)
Please use the String version instead |
org.apache.axis2.addressing.EndpointReference.fromOM(OMElement)
use EndpointReferenceHelper.fromOM(OMElement) instead. |
org.apache.axis2.addressing.EndpointReferenceHelper.fromOM(String)
use EndpointReferenceHelper.fromString(String) instead. |
org.apache.axis2.description.PolicyInclude.getAttachedPolicies()
As of 1.4 release, replaced by
#getAttachedPolicyComponents() |
org.apache.axis2.builder.BuilderUtil.getBuilder(Reader)
If some one really need this method, please shout. |
org.apache.axis2.description.PolicyInclude.getEffectivePolicy()
As of 1.4 release. Use
#getEffectivePolicy() or
#getEffectivePolicy() when
applicable. |
org.apache.axis2.schema.BeanWriterMetaInfoHolder.getElementQNameIterator()
Use #getQNameArray |
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.jaxws.message.databinding.JAXBUtils.getJAXBContext(TreeSet)
|
org.apache.axis2.jaxws.message.databinding.JAXBUtils.getJAXBContext(TreeSet, ClassLoader)
|
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()
As of 1.4 release. If you need to calculate merged policy of
all policies that are in the policy cache of
AxisDescription , use
#getAttachedPolicyComponents() and {@link org.PolicyUtil #getMergedPolicy(List, AxisDescription)} |
org.apache.axis2.description.PolicyInclude.getPolicy(String)
As of 1.4 release, replaced by
#getAttachedPolicyComponent(String) |
org.apache.axis2.description.PolicyInclude.getPolicyElements()
As of 1.4 release, replaced by
#getAttachedPolicyComponents() |
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()
As of release 1.4, replaced by AxisDescription.getPolicySubject() |
org.apache.axis2.description.AxisService.getPortTypeName()
use AxisService#getEndpointName() instead. |
org.apache.axis2.context.AbstractContext.getProperties()
Use AbstractContext.getPropertyNames() , AbstractContext.getProperty(String) ,
AbstractContext.setProperty(String, Object) & AbstractContext.removeProperty(String) instead. |
org.apache.axis2.description.AxisService.getSchematargetNamespace()
please use getSchemaTargetNamespace |
org.apache.axis2.description.AxisService.getServiceDescription()
Use getDocumentation() instead |
org.apache.axis2.context.ConfigurationContext.getServiceGroupContexts()
Use ConfigurationContext.getServiceGroupContextIDs() & ConfigurationContext.getServiceGroupContext(String) |
org.apache.axis2.deployment.repository.util.DeploymentFileData.getServiceName()
please use getName() instead - this will disappear after 1.3. |
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.getTypeString()
Use WebServiceRefAnnot.type() |
org.apache.axis2.databinding.utils.BeanUtil.getUniquePrifix()
Please use getUniquePrefix |
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.getValueString()
Use WebServiceRefAnnot.value() |
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.jaxws.description.builder.DescriptionBuilderComposite.isDeprecatedServiceProviderConstruction()
|
org.apache.axis2.engine.AxisConfiguration.isEngaged(QName)
Use AxisConfiguration.isEngaged(String) |
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.transport.http.HTTPTransportUtils.processHTTPGetRequest(MessageContext, OutputStream, String, String, ConfigurationContext, Map)
use RESTUtil.processURLRequest(MessageContext msgContext, OutputStream out, String contentType) instead |
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()
As of 1.4 release, replaced by #clear() |
org.apache.axis2.description.AxisOperation.removeFromEngagedModuleList(AxisModule)
please use disengageModule(), this method will disappear after 1.3 |
org.apache.axis2.engine.AxisConfiguration.removeModule(String)
Use AxisConfiguration.removeModule(String,String) |
org.apache.axis2.description.PolicyInclude.removePolicyElement(String)
As of 1.4 release, replaced by
#detachPolicyComponent(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)
As of 1.4 release. You can't override a policies that
applicable for the current policy scope via
#setEffectivePolicy(Policy) . In case
you need to make a policy the only policy that is within the
policy cache of an AxisDescription please use
#clear() and
#attachPolicy(Policy) accordingly. |
org.apache.axis2.jaxws.description.builder.DescriptionBuilderComposite.setIsDeprecatedServiceProviderConstruction(boolean)
|
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)
As of 1.4 release, replaced by
#attachPolicy(Policy) Use
#clear() beforehand effective policy of
AxisDescription has to be set as the argument. |
org.apache.axis2.description.AxisDescription.setPolicyInclude(PolicyInclude)
As of release 1.4, if you want to access the policy cache of
a particular AxisDescription object use
instead. |
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)
use setSeconds(double) instead |
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.jaxws.description.builder.WebServiceRefAnnot.setTypeString(String)
Use WebServiceRefAnnot.setType(Class) |
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.setValueString(String)
WebServiceRefAnnot.setValue(Class) |
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)
As of 1.4 release, replaced by
#updatePolicy(Policy) . |