Class XmlMapWriter
- java.lang.Object
- 
- com.tangosol.coherence.rest.providers.XmlMapWriter
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MarshallerRegistrym_marshallerRegistryMarshaller registry to obtain element marshallers from.
 - 
Constructor SummaryConstructors Constructor Description XmlMapWriter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetSize(Map map, Class<?> aClass, Type type, Annotation[] aAnnotations, javax.ws.rs.core.MediaType mediaType)booleanisWriteable(Class<?> clz, Type type, Annotation[] aAnnotations, javax.ws.rs.core.MediaType mediaType)voidwriteTo(Map map, Class<?> clz, Type type, Annotation[] aAnnotation, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream stream)
 
- 
- 
- 
Field Detail- 
m_marshallerRegistry@Inject protected MarshallerRegistry m_marshallerRegistry Marshaller registry to obtain element marshallers from.
 
- 
 - 
Method Detail- 
isWriteablepublic boolean isWriteable(Class<?> clz, Type type, Annotation[] aAnnotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
- isWriteablein interface- javax.ws.rs.ext.MessageBodyWriter<Map>
 
 - 
getSizepublic long getSize(Map map, Class<?> aClass, Type type, Annotation[] aAnnotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
- getSizein interface- javax.ws.rs.ext.MessageBodyWriter<Map>
 
 - 
writeTopublic void writeTo(Map map, Class<?> clz, Type type, Annotation[] aAnnotation, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream stream) throws IOException, javax.ws.rs.WebApplicationException - Specified by:
- writeToin interface- javax.ws.rs.ext.MessageBodyWriter<Map>
- Throws:
- IOException
- javax.ws.rs.WebApplicationException
 
 
- 
 
-