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
-
-
Constructor Summary
Constructors Constructor Description VertxDestinationFactory()
-
Method Summary
All Methods Static 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)org.apache.cxf.transport.http.DestinationRegistrygetDestinationRegistry()static voidresetRegistry()-
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
-
resetRegistry
public static void resetRegistry()
-
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
-
getDestinationRegistry
public org.apache.cxf.transport.http.DestinationRegistry getDestinationRegistry()
-
-