Class UndertowServerDestination

  • All Implemented Interfaces:
    Configurable, Assertor, Destination, DestinationWithEndpoint, MultiplexDestination, Observable

    public class UndertowServerDestination
    extends org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
    HTTP destination to be used with Undertow; this extends the basic JAXWSHttpSpiDestination with all the mechanisms for properly handling destination and factory life-cycles.
    Since:
    19-Aug-2010
    Author:
    alessio.soldano@jboss.com, Jim Ma
    • Constructor Detail

      • UndertowServerDestination

        public UndertowServerDestination​(Bus b,
                                         org.apache.cxf.transport.http.DestinationRegistry registry,
                                         EndpointInfo ei)
                                  throws IOException
        Throws:
        IOException
    • Method Detail

      • getLogger

        protected Logger getLogger()
        Overrides:
        getLogger in class org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination
        Returns:
        the logger to use
      • finalizeConfig

        public void finalizeConfig()
        Overrides:
        finalizeConfig in class org.apache.cxf.transport.http.AbstractHTTPDestination
      • activate

        protected void activate()
        Activate receipt of incoming messages.
        Overrides:
        activate in class org.apache.cxf.transport.http.AbstractHTTPDestination
      • deactivate

        protected void deactivate()
        Deactivate receipt of incoming messages.
        Overrides:
        deactivate in class org.apache.cxf.transport.http.AbstractHTTPDestination