Uses of Interface
org.apache.axis2.jaxws.util.WSDLWrapper
-
Packages that use WSDLWrapper Package Description org.apache.axis2.jaxws.description org.apache.axis2.jaxws.description.impl org.apache.axis2.jaxws.util -
-
Uses of WSDLWrapper in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return WSDLWrapper Modifier and Type Method Description WSDLWrapper
ServiceDescriptionWSDL. getGeneratedWsdlWrapper()
WSDLWrapper
ServiceDescriptionWSDL. getWSDLWrapper()
-
Uses of WSDLWrapper in org.apache.axis2.jaxws.description.impl
Methods in org.apache.axis2.jaxws.description.impl that return WSDLWrapper Modifier and Type Method Description WSDLWrapper
ServiceDescriptionImpl. getGeneratedWsdlWrapper()
WSDLWrapper
ServiceDescriptionImpl. getWSDLWrapper()
-
Uses of WSDLWrapper in org.apache.axis2.jaxws.util
Classes in org.apache.axis2.jaxws.util that implement WSDLWrapper Modifier and Type Class Description class
WSDL4JWrapper
Implementation of WSDLWrapper interface which controls access to the underlying Definition (WSDLDefinitionWrapper).
-