public class RequestCallbackFeature
extends org.apache.cxf.feature.AbstractFeature
| Modifier and Type | Field and Description |
|---|---|
static QName |
CALL_ID_HEADER_NAME |
static String |
CALL_ID_NAME |
static String |
CALL_INFO_PROPERTY_NAME |
static String |
CALLBACK_ENDPOINT_PROPERTY_NAME |
static QName |
CALLBACK_ID_HEADER_NAME |
static String |
CALLBACK_ID_NAME |
static String |
CALLCONTEXT_PROPERTY_NAME |
static QName |
CORRELATION_ID_HEADER_NAME |
static String |
CORRELATION_ID_NAME |
static String |
REQUEST_CALLBACK_CONFIGURATION_OSGI_PROPERTY |
static String |
REQUEST_CALLBACK_CONFIGURATION_RESOURCE |
static String |
REQUEST_CALLBACK_CONFIGURATION_SYSTEM_PROPERTY |
enabled| Constructor and Description |
|---|
RequestCallbackFeature() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyWsdlExtensions(org.apache.cxf.Bus bus)
Adds JAXB WSDL extensions to allow work with custom
WSDL elements such as \"partner-link\"
|
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus) |
doInitializeProvider, getActive, getID, isEnabledpublic static final String REQUEST_CALLBACK_CONFIGURATION_OSGI_PROPERTY
public static final String REQUEST_CALLBACK_CONFIGURATION_SYSTEM_PROPERTY
public static final String REQUEST_CALLBACK_CONFIGURATION_RESOURCE
public static final String CALL_ID_NAME
public static final String CALLBACK_ID_NAME
public static final String CORRELATION_ID_NAME
public static final QName CORRELATION_ID_HEADER_NAME
public static final QName CALL_ID_HEADER_NAME
public static final QName CALLBACK_ID_HEADER_NAME
public static final String CALLCONTEXT_PROPERTY_NAME
public static final String CALLBACK_ENDPOINT_PROPERTY_NAME
public static final String CALL_INFO_PROPERTY_NAME
public void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
public static void applyWsdlExtensions(org.apache.cxf.Bus bus)
bus - CXF buspublic void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initializeProvider in class org.apache.cxf.feature.AbstractFeatureCopyright © 2011–2021 Talend Inc.. All rights reserved.