Uses of Interface
org.apache.cxf.transport.http.DestinationRegistry
-
Packages that use DestinationRegistry Package Description org.apache.cxf.transport.http org.apache.cxf.transport.servlet org.apache.cxf.transport.servlet.servicelist -
-
Uses of DestinationRegistry in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement DestinationRegistry Modifier and Type Class Description classDestinationRegistryImplFields in org.apache.cxf.transport.http declared as DestinationRegistry Modifier and Type Field Description protected DestinationRegistryAbstractHTTPDestination. registryprotected DestinationRegistryHTTPTransportFactory. registryMethods in org.apache.cxf.transport.http that return DestinationRegistry Modifier and Type Method Description DestinationRegistryHTTPTransportFactory. getRegistry()Methods in org.apache.cxf.transport.http with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationHttpDestinationFactory. createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, DestinationRegistry registry)voidHTTPTransportFactory. setRegistry(DestinationRegistry newRegistry)Constructors in org.apache.cxf.transport.http with parameters of type DestinationRegistry Constructor Description AbstractHTTPDestination(org.apache.cxf.Bus b, DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path, boolean dp)ConstructorHTTPTransportFactory(List<String> transportIds, DestinationRegistry registry)HTTPTransportFactory(DestinationRegistry registry) -
Uses of DestinationRegistry in org.apache.cxf.transport.servlet
Fields in org.apache.cxf.transport.servlet declared as DestinationRegistry Modifier and Type Field Description protected DestinationRegistryServletController. destinationRegistryMethods in org.apache.cxf.transport.servlet that return DestinationRegistry Modifier and Type Method Description protected DestinationRegistryCXFNonSpringServlet. getDestinationRegistryFromBusOrDefault(String transportId)Methods in org.apache.cxf.transport.servlet with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationServletDestinationFactory. createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, DestinationRegistry registry)Constructors in org.apache.cxf.transport.servlet with parameters of type DestinationRegistry Constructor Description CXFNonSpringServlet(DestinationRegistry destinationRegistry)CXFNonSpringServlet(DestinationRegistry destinationRegistry, boolean loadBus)CXFNonSpringServlet(DestinationRegistry destinationRegistry, org.apache.cxf.Bus bus)ServletController(DestinationRegistry destinationRegistry, javax.servlet.ServletConfig config, javax.servlet.http.HttpServlet serviceListGenerator)ServletDestination(org.apache.cxf.Bus b, DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path)Constructor, allowing subsititution of configuration.ServletDestination(org.apache.cxf.Bus b, DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path, boolean dp) -
Uses of DestinationRegistry in org.apache.cxf.transport.servlet.servicelist
Constructors in org.apache.cxf.transport.servlet.servicelist with parameters of type DestinationRegistry Constructor Description ServiceListGeneratorServlet(DestinationRegistry destinationRegistry, org.apache.cxf.Bus bus)
-