Package io.quarkiverse.cxf.wsdl
Class QuarkusWSDLManager
java.lang.Object
org.apache.cxf.wsdl11.WSDLManagerImpl
io.quarkiverse.cxf.wsdl.QuarkusWSDLManager
- All Implemented Interfaces:
org.apache.cxf.wsdl.WSDLManager
public class QuarkusWSDLManager
extends org.apache.cxf.wsdl11.WSDLManagerImpl
Temporary workaround for https://github.com/quarkiverse/quarkus-cxf/issues/1608
-
Method Summary
Modifier and TypeMethodDescriptionprotected javax.wsdl.DefinitionloadDefinition(String url) static QuarkusWSDLManagernewInstance(org.apache.cxf.Bus b) voidsetXMLStreamReaderWrapper(org.apache.cxf.staxutils.XMLStreamReaderWrapper wrapper) Methods inherited from class org.apache.cxf.wsdl11.WSDLManagerImpl
addDefinition, getBus, getDefinition, getDefinition, getDefinitions, getExtensionRegistry, getSchemasForDefinition, getWSDLFactory, isDisableSchemaCache, putSchemasForDefinition, removeDefinition, removeDefinition, setBus, setDisableSchemaCache
-
Method Details
-
newInstance
-
loadDefinition
- Overrides:
loadDefinitionin classorg.apache.cxf.wsdl11.WSDLManagerImpl- Throws:
javax.wsdl.WSDLException
-
setXMLStreamReaderWrapper
public void setXMLStreamReaderWrapper(org.apache.cxf.staxutils.XMLStreamReaderWrapper wrapper) - Overrides:
setXMLStreamReaderWrapperin classorg.apache.cxf.wsdl11.WSDLManagerImpl
-