| Class and Description |
|---|
| 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
|
| Field and Description |
|---|
| org.apache.axis2.jaxws.description.builder.MDQConstants.SEI_MTOM_ENABLEMENT_MAP
Replaced by SEI_FEATURES_MAP with a MTOMAnnot to indicate if MTOM is enabled.
|
| Method and Description |
|---|
| 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() |
| org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.getValueString() |
| org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.setTypeString(String) |
| org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot.setValueString(String) |
| Constructor and Description |
|---|
| 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–2018 The Apache Software Foundation. All rights reserved.