@WebServlet(urlPatterns="/mockingbird-transport-soap-http/*",initParams={@WebInitParam(name="async",value="true"),@WebInitParam(name="static-resources-list",value="/mockingbird-transport-soap-http/(inbound|outbound)/(\\w|\\.)+?(js|html)"),@WebInitParam(name="contextConfigLocation",value="/WEB-INF/cxf-servlet.xml")})
public class CustomCxfServlet
extends org.apache.cxf.transport.servlet.CXFNonSpringServlet
| Constructor and Description |
|---|
CustomCxfServlet() |
CustomCxfServlet(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry) |
CustomCxfServlet(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry,
boolean loadBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(javax.servlet.ServletConfig sc) |
createServletController, destroy, destroyBus, doFilter, finalizeServletInit, getBus, getDestinationRegistryFromBusOrDefault, initClassLoader, invoke, loadBus, registerServletContextResolver, setBuscheckXForwardedHeaders, doDelete, doGet, doHead, doOptions, doPost, doPut, getResourceAsStream, getStaticResourceContentType, handleRequest, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, servicepublic CustomCxfServlet()
public CustomCxfServlet(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry)
public CustomCxfServlet(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry,
boolean loadBus)
Copyright © 2025. All rights reserved.