Class JAXBDataBase

    • Field Detail

      • context

        protected javax.xml.bind.JAXBContext context
      • schema

        protected Schema schema
      • attachments

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

        protected Integer mtomThreshold
      • mtomEnabled

        protected boolean mtomEnabled
    • Constructor Detail

      • JAXBDataBase

        protected JAXBDataBase​(javax.xml.bind.JAXBContext ctx)
    • Method Detail

      • setSchema

        public void setSchema​(Schema s)
      • setJAXBContext

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

        public Schema getSchema()
      • getJAXBContext

        public javax.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 javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()
      • getAttachmentMarshaller

        protected javax.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 javax.xml.bind.ValidationEventHandler getValidationEventHandler​(String cn)
      • getValidationEventHandler

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