public abstract class JAXBDataBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<Attachment> |
attachments |
protected javax.xml.bind.JAXBContext |
context |
protected java.lang.Integer |
mtomThreshold |
protected javax.xml.validation.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() |
java.util.Collection<Attachment> |
getAttachments() |
protected javax.xml.bind.attachment.AttachmentUnmarshaller |
getAttachmentUnmarshaller() |
protected java.lang.annotation.Annotation[] |
getJAXBAnnotation(MessagePartInfo mpi) |
javax.xml.bind.JAXBContext |
getJAXBContext() |
java.lang.Integer |
getMtomThreshold() |
javax.xml.validation.Schema |
getSchema() |
protected javax.xml.bind.ValidationEventHandler |
getValidationEventHandler(Message m,
java.lang.String property) |
protected javax.xml.bind.ValidationEventHandler |
getValidationEventHandler(java.lang.String cn) |
protected boolean |
honorJAXBAnnotations(MessagePartInfo part) |
protected boolean |
isOutputMessage(AbstractMessageContainer messageContainer) |
void |
setAttachments(java.util.Collection<Attachment> attachments) |
void |
setJAXBContext(javax.xml.bind.JAXBContext jc) |
void |
setMtomThreshold(java.lang.Integer threshold) |
void |
setProperty(java.lang.String prop,
java.lang.Object value) |
void |
setSchema(javax.xml.validation.Schema s) |
protected javax.xml.bind.JAXBContext context
protected javax.xml.validation.Schema schema
protected java.util.Collection<Attachment> attachments
protected java.lang.Integer mtomThreshold
public void setSchema(javax.xml.validation.Schema s)
public void setJAXBContext(javax.xml.bind.JAXBContext jc)
public javax.xml.validation.Schema getSchema()
public javax.xml.bind.JAXBContext getJAXBContext()
public java.util.Collection<Attachment> getAttachments()
public void setAttachments(java.util.Collection<Attachment> attachments)
protected javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()
protected javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
public void setProperty(java.lang.String prop,
java.lang.Object value)
protected java.lang.annotation.Annotation[] getJAXBAnnotation(MessagePartInfo mpi)
protected boolean isOutputMessage(AbstractMessageContainer messageContainer)
public java.lang.Integer getMtomThreshold()
public void setMtomThreshold(java.lang.Integer threshold)
protected final boolean honorJAXBAnnotations(MessagePartInfo part)
protected javax.xml.bind.ValidationEventHandler getValidationEventHandler(java.lang.String cn)
protected javax.xml.bind.ValidationEventHandler getValidationEventHandler(Message m, java.lang.String property)