Uses of Interface
org.apache.cxf.jaxrs.ext.MessageContext

Packages that use MessageContext
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   
 

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
 

Fields in org.apache.cxf.jaxrs.provider declared as MessageContext
protected  MessageContext AbstractCachingMessageProvider.mc
           
 

Methods in org.apache.cxf.jaxrs.provider that return MessageContext
protected  MessageContext SourceProvider.getContext()
           
protected  MessageContext AbstractJAXBProvider.getContext()
           
 

Methods in org.apache.cxf.jaxrs.provider with parameters of type MessageContext
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)
           
 

Uses of MessageContext in org.apache.cxf.jaxrs.security
 

Methods in org.apache.cxf.jaxrs.security with parameters of type MessageContext
 void KerberosAuthenticationFilter.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 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