Class JAXBDataBase

java.lang.Object
org.apache.cxf.jaxb.JAXBDataBase
Direct Known Subclasses:
DataReaderImpl, DataWriterImpl

public abstract class JAXBDataBase extends Object
  • Field Details

    • context

      protected jakarta.xml.bind.JAXBContext context
    • schema

      protected Schema schema
    • attachments

      protected Collection<org.apache.cxf.message.Attachment> attachments
    • mtomThreshold

      protected Integer mtomThreshold
  • Constructor Details

    • JAXBDataBase

      protected JAXBDataBase(jakarta.xml.bind.JAXBContext ctx)
  • Method Details

    • setSchema

      public void setSchema(Schema s)
    • setJAXBContext

      public void setJAXBContext(jakarta.xml.bind.JAXBContext jc)
    • getSchema

      public Schema getSchema()
    • getJAXBContext

      public jakarta.xml.bind.JAXBContext getJAXBContext()
    • getAttachments

      public Collection<org.apache.cxf.message.Attachment> getAttachments()
    • setAttachments

      public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
    • getAttachmentUnmarshaller

      protected jakarta.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()
    • getAttachmentMarshaller

      protected jakarta.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller()
    • setProperty

      public void setProperty(String prop, Object value)
    • getJAXBAnnotation

      protected Annotation[] getJAXBAnnotation(org.apache.cxf.service.model.MessagePartInfo mpi)
    • isOutputMessage

      protected boolean isOutputMessage(org.apache.cxf.service.model.AbstractMessageContainer messageContainer)
    • getMtomThreshold

      public Integer getMtomThreshold()
    • setMtomThreshold

      public void setMtomThreshold(Integer threshold)
    • honorJAXBAnnotations

      protected final boolean honorJAXBAnnotations(org.apache.cxf.service.model.MessagePartInfo part)
    • getValidationEventHandler

      protected jakarta.xml.bind.ValidationEventHandler getValidationEventHandler(String cn)
    • getValidationEventHandler

      protected jakarta.xml.bind.ValidationEventHandler getValidationEventHandler(org.apache.cxf.message.Message m, String property)