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 WSDLWrapperServiceDescriptionWSDL. getGeneratedWsdlWrapper()WSDLWrapperServiceDescriptionWSDL. 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 WSDLWrapperServiceDescriptionImpl. getGeneratedWsdlWrapper()WSDLWrapperServiceDescriptionImpl. 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 classWSDL4JWrapperImplementation of WSDLWrapper interface which controls access to the underlying Definition (WSDLDefinitionWrapper).
-