public abstract class JAXBDataBase extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<Attachment> |
attachments |
protected javax.xml.bind.JAXBContext |
context |
protected Integer |
mtomThreshold |
protected Schema |
schema |
Modifier | Constructor and Description |
---|---|
protected |
JAXBDataBase(javax.xml.bind.JAXBContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected javax.xml.bind.attachment.AttachmentMarshaller |
getAttachmentMarshaller() |
Collection<Attachment> |
getAttachments() |
protected javax.xml.bind.attachment.AttachmentUnmarshaller |
getAttachmentUnmarshaller() |
protected Annotation[] |
getJAXBAnnotation(MessagePartInfo mpi) |
javax.xml.bind.JAXBContext |
getJAXBContext() |
Integer |
getMtomThreshold() |
Schema |
getSchema() |
protected boolean |
honorJAXBAnnotations(MessagePartInfo part) |
void |
setAttachments(Collection<Attachment> attachments) |
void |
setJAXBContext(javax.xml.bind.JAXBContext jc) |
void |
setMtomThreshold(Integer threshold) |
void |
setProperty(String prop,
Object value) |
void |
setSchema(Schema s) |
protected javax.xml.bind.JAXBContext context
protected Schema schema
protected Collection<Attachment> attachments
protected Integer mtomThreshold
protected JAXBDataBase(javax.xml.bind.JAXBContext ctx)
public void setSchema(Schema s)
public void setJAXBContext(javax.xml.bind.JAXBContext jc)
public Schema getSchema()
public javax.xml.bind.JAXBContext getJAXBContext()
public Collection<Attachment> getAttachments()
public void setAttachments(Collection<Attachment> attachments)
protected javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()
protected javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
protected Annotation[] getJAXBAnnotation(MessagePartInfo mpi)
public Integer getMtomThreshold()
public void setMtomThreshold(Integer threshold)
protected final boolean honorJAXBAnnotations(MessagePartInfo part)
Apache CXF