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 Type
    Method
    Description
    protected javax.wsdl.Definition
     
    newInstance(org.apache.cxf.Bus b)
     
    void
    setXMLStreamReaderWrapper(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • newInstance

      public static QuarkusWSDLManager newInstance(org.apache.cxf.Bus b)
    • loadDefinition

      protected javax.wsdl.Definition loadDefinition(String url) throws javax.wsdl.WSDLException
      Overrides:
      loadDefinition in class org.apache.cxf.wsdl11.WSDLManagerImpl
      Throws:
      javax.wsdl.WSDLException
    • setXMLStreamReaderWrapper

      public void setXMLStreamReaderWrapper(org.apache.cxf.staxutils.XMLStreamReaderWrapper wrapper)
      Overrides:
      setXMLStreamReaderWrapper in class org.apache.cxf.wsdl11.WSDLManagerImpl