Class ServletDestination

  • All Implemented Interfaces:
    org.apache.cxf.configuration.Configurable, org.apache.cxf.transport.Assertor, org.apache.cxf.transport.Destination, org.apache.cxf.transport.DestinationWithEndpoint, org.apache.cxf.transport.MultiplexDestination, org.apache.cxf.transport.Observable, ServletConfigAware

    public class ServletDestination
    extends AbstractHTTPDestination
    implements ServletConfigAware
    • Constructor Detail

      • ServletDestination

        public ServletDestination​(org.apache.cxf.Bus b,
                                  DestinationRegistry registry,
                                  org.apache.cxf.service.model.EndpointInfo ei,
                                  String path)
                           throws IOException
        Constructor, allowing subsititution of configuration.
        Parameters:
        b - the associated Bus
        registry - the destination registry
        ei - the endpoint info of the destination
        path - the path
        Throws:
        IOException