Uses of Interface
javax.ws.rs.core.MultivaluedMap

Packages that use MultivaluedMap
javax.ws.rs.core   
javax.ws.rs.ext   
 

Uses of MultivaluedMap in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return MultivaluedMap
 MultivaluedMap<String,String> PathSegment.getMatrixParameters()
           
abstract  MultivaluedMap<String,Object> Response.getMetadata()
           
 MultivaluedMap<String,String> UriInfo.getPathParameters()
           
 MultivaluedMap<String,String> UriInfo.getPathParameters(boolean decode)
           
 MultivaluedMap<String,String> UriInfo.getQueryParameters()
           
 MultivaluedMap<String,String> UriInfo.getQueryParameters(boolean decode)
           
 MultivaluedMap<String,String> HttpHeaders.getRequestHeaders()
           
 

Uses of MultivaluedMap in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext with parameters of type MultivaluedMap
 T MessageBodyReader.readFrom(Class<T> rawType, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void MessageBodyWriter.writeTo(T t, Class<?> rawType, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.