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