Deprecated API


Contents
Deprecated Classes
org.apache.axis2.jaxws.util.ClassLoaderUtils
          - Security Risk. Please don't use this class, As a general rule end user code should not be able to access AccessController.doPrivileged 
 

Deprecated Methods
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.jaxws.description.builder.WebServiceRefAnnot.getTypeString()
          Use WebServiceRefAnnot.type() 
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.getValueString()
          Use WebServiceRefAnnot.value() 
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) 
 

Deprecated Constructors
org.apache.axis2.jaxws.util.WSDL4JWrapper(Definition)
          Use WSDL4JWrapper(Definition,ConfigurationContext) 
org.apache.axis2.jaxws.util.WSDL4JWrapper(URL)
          Use a constructor that passes in the ConfigContext, or memoryLimit parameter 
org.apache.axis2.jaxws.util.WSDL4JWrapper(URL, Definition)
          Use a constructor that has a ConfigContext or memoryLimit parameter 
org.apache.axis2.jaxws.util.WSDL4JWrapper(URL, Definition, JAXWSCatalogManager)
          Use a constructor with a ConfigurationContext or memory limit setting 
org.apache.axis2.jaxws.util.WSDL4JWrapper(URL, JAXWSCatalogManager)
          use a constructor with a ConfigurationContext or limitMemory parameter 
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.