Package io.quarkiverse.cxf.transport
Class VertxDestinationFactory
- java.lang.Object
-
- org.apache.cxf.transport.AbstractTransportFactory
-
- org.apache.cxf.binding.soap.SoapTransportFactory
-
- io.quarkiverse.cxf.transport.VertxDestinationFactory
-
- All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator,org.apache.cxf.transport.DestinationFactory,org.apache.cxf.wsdl11.WSDLEndpointFactory
public class VertxDestinationFactory extends org.apache.cxf.binding.soap.SoapTransportFactory implements org.apache.cxf.transport.DestinationFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.cxf.transport.http.DestinationRegistryregistry
-
Constructor Summary
Constructors Modifier Constructor Description protectedVertxDestinationFactory(org.apache.cxf.transport.http.DestinationRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.transport.DestinationgetDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus)-
Methods inherited from class org.apache.cxf.binding.soap.SoapTransportFactory
createEndpointInfo, createPortExtensors, getConduit, getConduit, getUriPrefixes, mapTransportURI, setActivationNamespaces
-
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, setTransportIds
-
-
-
-
Method Detail
-
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus) throws IOException- Specified by:
getDestinationin interfaceorg.apache.cxf.transport.DestinationFactory- Overrides:
getDestinationin classorg.apache.cxf.binding.soap.SoapTransportFactory- Throws:
IOException
-
-