| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.ext | |
| org.apache.cxf.jaxrs.impl.tl | |
| org.apache.cxf.jaxrs.provider | |
| org.apache.cxf.jaxrs.security | |
| org.apache.cxf.jaxrs.utils.multipart |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageContextImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalMessageContext |
| Modifier and Type | Field and Description |
|---|---|
protected MessageContext |
AbstractCachingMessageProvider.mc |
| Modifier and Type | Method and Description |
|---|---|
protected MessageContext |
SourceProvider.getContext() |
protected MessageContext |
AbstractJAXBProvider.getContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJAXBProvider.setContext(MessageContext context) |
void |
RequestDispatcherProvider.setMessageContext(MessageContext context) |
void |
MultipartProvider.setMessageContext(MessageContext context) |
void |
JAXBElementProvider.setMessageContext(MessageContext mc) |
void |
AbstractCachingMessageProvider.setMessageContext(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
KerberosAuthenticationFilter.setMessageContext(MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
static List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc) |
static List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc,
String attachmentDir,
String attachmentThreshold,
String attachmentMaxSize) |
static Map<String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc,
boolean preferContentDisposition) |
static List<Attachment> |
AttachmentUtils.getChildAttachments(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc) |
static Map<String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc,
boolean preferContentDisposition) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
Multipart id) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
String id) |
static Attachment |
AttachmentUtils.getFirstMatchingPart(MessageContext mc,
String id,
String mediaType) |
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc) |
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc,
String attachmentDir,
String attachmentThreshold,
String attachmentMaxSize) |
static javax.ws.rs.core.MultivaluedMap<String,String> |
AttachmentUtils.populateFormMap(MessageContext mc) |
static javax.ws.rs.core.MultivaluedMap<String,String> |
AttachmentUtils.populateFormMap(MessageContext mc,
boolean errorIfMissing) |
Apache CXF