Class ServletDestination

java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.AbstractMultiplexDestination
org.apache.cxf.transport.http.AbstractHTTPDestination
org.apache.cxf.transport.servlet.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 Details

    • 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
    • ServletDestination

      public ServletDestination(org.apache.cxf.Bus b, DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path, boolean dp) throws IOException
      Throws:
      IOException
  • Method Details