public class XopWithMultipartRelatedJAXBProvider extends AbstractJAXBProvider<Object>
XopWithMultipartRelatedReader
and
XopWithMultipartRelatedWriter
.providers
Constructor and Description |
---|
XopWithMultipartRelatedJAXBProvider(Providers providers) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isReadWritable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
Object |
readFrom(Class<Object> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream,
MultipartRelatedInput xopPackage) |
void |
writeTo(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
MultipartRelatedOutput xopPackage) |
decorateMarshaller, decorateUnmarshaller, findJAXBContext, getCharset, getMarshaller, isDisableDTDs, isDisableExternalEntities, isEnableSecureProcessingFeature, isReadable, isWriteable, needsSecurity, processWithSecureProcessing, readFrom, setCharset, setDisableDTDs, setDisableExternalEntities, setEnableSecureProcessingFeature, writeTo
getSize
public XopWithMultipartRelatedJAXBProvider(Providers providers)
protected boolean isReadWritable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
isReadWritable
in class AbstractJAXBProvider<Object>
public Object readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream, MultipartRelatedInput xopPackage) throws IOException
IOException
public void writeTo(Object t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, MultipartRelatedOutput xopPackage) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.