org.apache.cxf.jaxb
Class JAXBDataBase
java.lang.Object
org.apache.cxf.jaxb.JAXBDataBase
- Direct Known Subclasses:
- DataReaderImpl, DataWriterImpl
public abstract class JAXBDataBase
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected JAXBContext context
schema
protected Schema schema
attachments
protected Collection<Attachment> attachments
mtomThreshold
protected Integer mtomThreshold
JAXBDataBase
protected JAXBDataBase(JAXBContext ctx)
setSchema
public void setSchema(Schema s)
setJAXBContext
public void setJAXBContext(JAXBContext jc)
getSchema
public Schema getSchema()
getJAXBContext
public JAXBContext getJAXBContext()
getAttachments
public Collection<Attachment> getAttachments()
setAttachments
public void setAttachments(Collection<Attachment> attachments)
getAttachmentUnmarshaller
protected AttachmentUnmarshaller getAttachmentUnmarshaller()
getAttachmentMarshaller
protected AttachmentMarshaller getAttachmentMarshaller()
setProperty
public void setProperty(String prop,
Object value)
getJAXBAnnotation
protected Annotation[] getJAXBAnnotation(MessagePartInfo mpi)
isOutputMessage
protected boolean isOutputMessage(AbstractMessageContainer messageContainer)
getMtomThreshold
public Integer getMtomThreshold()
setMtomThreshold
public void setMtomThreshold(Integer threshold)
honorJAXBAnnotations
protected final boolean honorJAXBAnnotations(MessagePartInfo part)
Apache CXF