Class JAXBDataBase

    • Field Detail

      • context

        protected javax.xml.bind.JAXBContext context
      • schema

        protected Schema schema
      • mtomThreshold

        protected Integer mtomThreshold
    • 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()
      • getAttachmentUnmarshaller

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

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

        public void setProperty​(String prop,
                                Object value)
      • getMtomThreshold

        public Integer getMtomThreshold()
      • setMtomThreshold

        public void setMtomThreshold​(Integer threshold)
      • honorJAXBAnnotations

        protected final boolean honorJAXBAnnotations​(MessagePartInfo part)
      • getValidationEventHandler

        protected javax.xml.bind.ValidationEventHandler getValidationEventHandler​(String cn)
      • getValidationEventHandler

        protected javax.xml.bind.ValidationEventHandler getValidationEventHandler​(Message m,
                                                                                  String property)