Class Xacml20JaxbDataBinding
java.lang.Object
org.apache.cxf.databinding.AbstractDataBinding
org.apache.cxf.databinding.AbstractInterceptorProvidingDataBinding
org.apache.cxf.jaxb.JAXBDataBinding
org.openehealth.ipf.commons.ihe.xacml20.Xacml20JaxbDataBinding
- All Implemented Interfaces:
- DataBinding,- WrapperCapableDatabinding,- InterceptorProvider
public class Xacml20JaxbDataBinding
extends org.apache.cxf.jaxb.JAXBDataBinding
Prevents the usage of com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput.NewLineEscapeHandler
 introduced in Glassfish JAXB 2.3.0.
- Since:
- 3.5.1
- Author:
- Dmytro Rud
- 
Field SummaryFields inherited from class org.apache.cxf.jaxb.JAXBDataBindingJAXB_SCAN_PACKAGES, MTOM_THRESHOLD, READER_VALIDATION_EVENT_HANDLER, SCHEMA_RESOURCE, SET_VALIDATION_EVENT_HANDLER, UNWRAP_JAXB_ELEMENT, USE_JAXB_BRIDGE, VALIDATION_EVENT_HANDLER, WRITER_VALIDATION_EVENT_HANDLERFields inherited from class org.apache.cxf.databinding.AbstractInterceptorProvidingDataBindinginFaultInterceptors, inInterceptors, outFaultInterceptors, outInterceptorsFields inherited from class org.apache.cxf.databinding.AbstractDataBindingmtomEnabled, mtomThreshold
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.cxf.jaxb.JAXBDataBindingapplyEscapeHandler, createJAXBContext, createJAXBContext, createJAXBContextAndSchemas, createReader, createWrapperHelper, createWriter, getConfiguredXmlAdapters, getContext, getContextClasses, getContextProperties, getEscapeHandler, getExtraClass, getMarshallerListener, getMarshallerProperties, getNamespaceToUse, getQualifiedSchemas, getSupportedReaderFormats, getSupportedWriterFormats, getUnmarshallerListener, getUnmarshallerProperties, getValidationEventHandler, initialize, isInBuiltInSchemas, isUnwrapJAXBElement, justCheckForJAXBAnnotations, setConfiguredXmlAdapters, setContext, setContextProperties, setEscapeHandler, setExtraClass, setMarshallerListener, setMarshallerProperties, setUnmarshallerListener, setUnmarshallerProperties, setUnwrapJAXBElement, setValidationEventHandlerMethods inherited from class org.apache.cxf.databinding.AbstractInterceptorProvidingDataBindinggetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptorsMethods inherited from class org.apache.cxf.databinding.AbstractDataBindingaddSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
- 
Constructor Details- 
Xacml20JaxbDataBindingpublic Xacml20JaxbDataBinding()
 
-