public class JettyHTTPHandler
extends org.eclipse.jetty.server.handler.AbstractHandler
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Modifier and Type | Field and Description |
---|---|
protected JettyHTTPDestination |
jettyHTTPDestination |
protected javax.servlet.ServletContext |
servletContext |
Constructor and Description |
---|
JettyHTTPHandler(Bus bus) |
JettyHTTPHandler(JettyHTTPDestination jhd,
boolean cmExact) |
Modifier and Type | Method and Description |
---|---|
Bus |
getBus() |
String |
getName() |
void |
handle(String target,
org.eclipse.jetty.server.Request baseRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setName(String name) |
void |
setServletContext(javax.servlet.ServletContext sc) |
destroy, doStart, doStop, dumpThis, getServer, setServer
addBean, addBean, addBean, addEventListener, addManaged, contains, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeans
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
protected JettyHTTPDestination jettyHTTPDestination
protected javax.servlet.ServletContext servletContext
public JettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
public JettyHTTPHandler(Bus bus)
public void setServletContext(javax.servlet.ServletContext sc)
public void setName(String name)
public String getName()
public void handle(String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public Bus getBus()
Apache CXF