Uses of Interface
org.apache.axis2.jaxws.description.builder.WsdlGenerator
-
Packages that use WsdlGenerator Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of WsdlGenerator in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WsdlGenerator Modifier and Type Method Description WsdlGenerator
DescriptionBuilderComposite. getCustomWsdlGenerator()
WsdlGenerator
PortComposite. getCustomWsdlGenerator()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type WsdlGenerator Modifier and Type Method Description void
DescriptionBuilderComposite. setCustomWsdlGenerator(WsdlGenerator wsdlGenerator)
void
PortComposite. setCustomWsdlGenerator(WsdlGenerator wsdlGenerator)
-