Uses of Interface
org.apache.cxf.wsdl.WSDLManager
-
Packages that use WSDLManager Package Description org.apache.cxf.binding.xml.wsdl11 org.apache.cxf.transport.http org.apache.cxf.transport.jms.wsdl11 org.apache.cxf.ws.addressing.impl org.apache.cxf.wsdl11 -
-
Uses of WSDLManager in org.apache.cxf.binding.xml.wsdl11
Methods in org.apache.cxf.binding.xml.wsdl11 with parameters of type WSDLManager Modifier and Type Method Description voidXMLWSDLExtensionLoader. createExtensor(WSDLManager manager, Class<?> parentType, Class<?> elementType)voidXMLWSDLExtensionLoader. registerExtensors(WSDLManager manager) -
Uses of WSDLManager in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type WSDLManager Modifier and Type Method Description voidHTTPWSDLExtensionLoader. createExtensor(Bus b, WSDLManager manager, Class<?> parentType, Class<?> elementType) -
Uses of WSDLManager in org.apache.cxf.transport.jms.wsdl11
Methods in org.apache.cxf.transport.jms.wsdl11 with parameters of type WSDLManager Modifier and Type Method Description voidJMSWSDLExtensionLoader. addExtensions(WSDLManager manager, Class<?> parentType, Class<?> elementType) -
Uses of WSDLManager in org.apache.cxf.ws.addressing.impl
Methods in org.apache.cxf.ws.addressing.impl with parameters of type WSDLManager Modifier and Type Method Description voidAddressingWSDLExtensionLoader. createExtensor(WSDLManager manager, Class<?> parentType, Class<?> elementType) -
Uses of WSDLManager in org.apache.cxf.wsdl11
Classes in org.apache.cxf.wsdl11 that implement WSDLManager Modifier and Type Class Description classWSDLManagerImplWSDLManagerImpl
-