public interface SpringCXFProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_HANDLER
the class to use as default handler
default: org.eclipse.jetty.server.handler.DefaultHandler |
static String |
JAXRS_ANNOTATION
the service annotation
default: de.taimos.springcxfdaemon.JaxRsComponent |
static String |
JAXRS_BINDHOST
the host to bind to
default: 0.0.0.0 |
static String |
JAXRS_BINDPORT
the port to bind to
default: 8080 |
static String |
JAXRS_PATH
the base path of the JAX-RS endpoint
default: |
static String |
JETTY_MAXTHREADS
maximum number of jetty threads
default: 150 |
static String |
JETTY_MINTHREADS
minimum number of jetty threads
default: 5 |
static String |
JETTY_SENDVERSION
send the jetty version as Response Header
default: false |
static String |
JETTY_SESSIONS
use Jetty sessions
default: false |
static String |
SERVER_URL
the public base URL of the server
default: http://localhost:<port> |
static final String JAXRS_BINDPORT
static final String JAXRS_BINDHOST
static final String JAXRS_PATH
static final String JAXRS_ANNOTATION
static final String JETTY_SENDVERSION
static final String JETTY_MINTHREADS
static final String JETTY_MAXTHREADS
static final String JETTY_SESSIONS
static final String SERVER_URL
static final String DEFAULT_HANDLER
Copyright © 2013–2015 Taimos GmbH. All rights reserved.