|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageContext | |
|---|---|
| org.apache.cxf.jaxrs.ext | |
| org.apache.cxf.jaxrs.impl.tl | |
| org.apache.cxf.jaxrs.provider | |
| org.apache.cxf.jaxrs.utils.multipart | |
| Uses of MessageContext in org.apache.cxf.jaxrs.ext |
|---|
| Classes in org.apache.cxf.jaxrs.ext that implement MessageContext | |
|---|---|
class |
MessageContextImpl
|
| Uses of MessageContext in org.apache.cxf.jaxrs.impl.tl |
|---|
| Classes in org.apache.cxf.jaxrs.impl.tl that implement MessageContext | |
|---|---|
class |
ThreadLocalMessageContext
|
| Uses of MessageContext in org.apache.cxf.jaxrs.provider |
|---|
| Methods in org.apache.cxf.jaxrs.provider that return MessageContext | |
|---|---|
protected MessageContext |
AbstractJAXBProvider.getContext()
|
| Methods in org.apache.cxf.jaxrs.provider with parameters of type MessageContext | |
|---|---|
protected void |
AbstractJAXBProvider.setContext(MessageContext context)
|
void |
JAXBElementProvider.setMessageContext(MessageContext mc)
|
void |
JSONProvider.setMessageContext(MessageContext mc)
|
void |
MultipartProvider.setMessageContext(MessageContext context)
|
| Uses of MessageContext in org.apache.cxf.jaxrs.utils.multipart |
|---|
| Methods in org.apache.cxf.jaxrs.utils.multipart with parameters of type MessageContext | ||
|---|---|---|
static java.util.List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc)
|
|
static java.util.List<Attachment> |
AttachmentUtils.getAttachments(MessageContext mc,
java.lang.String attachmentDir,
java.lang.String attachmentThreshold)
|
|
static java.util.Map<java.lang.String,Attachment> |
AttachmentUtils.getAttachmentsMap(MessageContext mc)
|
|
static java.util.List<Attachment> |
AttachmentUtils.getChildAttachments(MessageContext mc)
|
|
static java.util.Map<java.lang.String,Attachment> |
AttachmentUtils.getChildAttachmentsMap(MessageContext mc)
|
|
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc)
|
|
static MultipartBody |
AttachmentUtils.getMultipartBody(MessageContext mc,
java.lang.String attachmentDir,
java.lang.String attachmentThreshold)
|
|
static javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> |
AttachmentUtils.populateFormMap(MessageContext mc)
|
|
static
|
AttachmentUtils.populateFormMap(MessageContext mc,
java.lang.Class<T> cls)
|
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||