Uses of Interface
org.apache.cxf.jaxrs.ext.MessageContext
-
Packages that use MessageContext 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 -
-
Uses of MessageContext in org.apache.cxf.jaxrs.ext
Classes in org.apache.cxf.jaxrs.ext that implement MessageContext Modifier and Type Class Description classMessageContextImpl -
Uses of MessageContext in org.apache.cxf.jaxrs.impl.tl
Classes in org.apache.cxf.jaxrs.impl.tl that implement MessageContext Modifier and Type Class Description classThreadLocalMessageContext -
Uses of MessageContext in org.apache.cxf.jaxrs.provider
Fields in org.apache.cxf.jaxrs.provider declared as MessageContext Modifier and Type Field Description protected MessageContextAbstractCachingMessageProvider. mcMethods in org.apache.cxf.jaxrs.provider that return MessageContext Modifier and Type Method Description protected MessageContextAbstractJAXBProvider. getContext()protected MessageContextSourceProvider. getContext()MessageContextAbstractResponseViewProvider. getMessageContext()Methods in org.apache.cxf.jaxrs.provider with parameters of type MessageContext Modifier and Type Method Description protected voidAbstractJAXBProvider. setContext(MessageContext context)voidAbstractCachingMessageProvider. setMessageContext(MessageContext context)voidAbstractResponseViewProvider. setMessageContext(MessageContext context)voidJAXBElementProvider. setMessageContext(MessageContext mc)voidMultipartProvider. setMessageContext(MessageContext context) -
Uses of MessageContext in org.apache.cxf.jaxrs.security
Methods in org.apache.cxf.jaxrs.security with parameters of type MessageContext Modifier and Type Method Description voidKerberosAuthenticationFilter. 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 Modifier and Type Method 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 AttachmentAttachmentUtils. getFirstMatchingPart(MessageContext mc, String id)static AttachmentAttachmentUtils. getFirstMatchingPart(MessageContext mc, String id, String mediaType)static AttachmentAttachmentUtils. getFirstMatchingPart(MessageContext mc, Multipart id)static MultipartBodyAttachmentUtils. getMultipartBody(MessageContext mc)static MultipartBodyAttachmentUtils. 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)
-