org.apache.cxf.databinding
public abstract class AbstractDataBinding extends Object implements DataBinding
| Modifier and Type | Field and Description |
|---|---|
protected int |
mtomThreshold |
| Constructor and Description |
|---|
AbstractDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ws.commons.schema.XmlSchema |
addSchemaDocument(ServiceInfo serviceInfo,
org.apache.cxf.common.xmlschema.SchemaCollection col,
Document d,
String systemId) |
protected static void |
checkNamespaceMap(Map<String,String> namespaceMap) |
protected Bus |
getBus() |
Map<String,String> |
getDeclaredNamespaceMappings()
Provide explicit mappings to ReflectionServiceFactory.
|
int |
getMtomThreshold() |
Map<String,String> |
getNamespaceMap() |
Collection<DOMSource> |
getSchemas() |
void |
setBus(Bus bus)
This call is used to set the bus.
|
void |
setMtomThreshold(int threshold)
If the binding supports MTOM, set the size threshold for its use.
|
void |
setNamespaceMap(Map<String,String> namespaceMap)
Set a map of from URI to prefix.
|
void |
setSchemas(Collection<DOMSource> schemas) |
protected void |
updateSchemaLocation(Element e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateReader, createWriter, getSupportedReaderFormats, getSupportedWriterFormats, initializeprotected Bus getBus()
public void setBus(Bus bus)
bus - public Collection<DOMSource> getSchemas()
public void setSchemas(Collection<DOMSource> schemas)
public org.apache.ws.commons.schema.XmlSchema addSchemaDocument(ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection col, Document d, String systemId)
protected void updateSchemaLocation(Element e)
public Map<String,String> getNamespaceMap()
public void setNamespaceMap(Map<String,String> namespaceMap)
namespaceMap - The namespaceMap to set.public Map<String,String> getDeclaredNamespaceMappings()
getDeclaredNamespaceMappings in interface DataBindingpublic int getMtomThreshold()
getMtomThreshold in interface DataBindingpublic void setMtomThreshold(int threshold)
DataBindingsetMtomThreshold in interface DataBindingApache CXF