|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addTypeMappingName(javax.xml.namespace.QName qname,
java.lang.String value)
Adds a type mapping name to the type mapper. |
void |
addTypeMappingObject(javax.xml.namespace.QName qname,
java.lang.Object value)
Adds a type mapping object to the type mapper. |
void |
addTypeMappingStatus(javax.xml.namespace.QName qName,
java.lang.Object status)
Allows the storage of a status object with a mapping to the qname. |
java.util.Map |
getAllMappedNames()
|
java.util.Map |
getAllMappedObjects()
|
java.lang.String |
getDefaultMappingName()
|
java.lang.String |
getParameterName(javax.xml.namespace.QName qname)
Gets the parameter name. |
java.lang.String |
getTypeMappingName(javax.xml.namespace.QName qname)
Gets the type mapping class name. |
java.lang.Object |
getTypeMappingObject(javax.xml.namespace.QName qname)
Gets the type mapping Object. |
java.lang.Object |
getTypeMappingStatus(javax.xml.namespace.QName qName)
Returns the relevant status object given the qName of the xml element |
boolean |
isObjectMappingPresent()
Returns whether the mapping is the object type or the normal class name type |
void |
setDefaultMappingName(java.lang.String defaultMapping)
Sets the default type mapping - the databinders may change the default mapping to suit their default mapping |
Method Detail |
public boolean isObjectMappingPresent()
public java.lang.String getTypeMappingName(javax.xml.namespace.QName qname)
qname
- name of the XML element to be mapped
public java.lang.Object getTypeMappingObject(javax.xml.namespace.QName qname)
qname
- name of the XML element to be mapped
public java.lang.String getParameterName(javax.xml.namespace.QName qname)
qname
- name of the XML element to get a parameter
public void addTypeMappingName(javax.xml.namespace.QName qname, java.lang.String value)
qname
- value
- getTypeMappingName(javax.xml.namespace.QName)
public void addTypeMappingObject(javax.xml.namespace.QName qname, java.lang.Object value)
qname
- the xml Qname that this type refers tovalue
- the type mapping objectgetTypeMappingObject(javax.xml.namespace.QName)
public java.util.Map getAllMappedNames()
public java.util.Map getAllMappedObjects()
public java.lang.String getDefaultMappingName()
public void setDefaultMappingName(java.lang.String defaultMapping)
defaultMapping
- public void addTypeMappingStatus(javax.xml.namespace.QName qName, java.lang.Object status)
status
- public java.lang.Object getTypeMappingStatus(javax.xml.namespace.QName qName)
qName
-
addTypeMappingStatus(javax.xml.namespace.QName, Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |