|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
DEFAULT_CLASS_NAME
Default class name is the OMElement ? |
Method Summary | |
void |
addTypeMappingName(QName qname,
String value)
Adds a type mapping name to the type mapper. |
void |
addTypeMappingObject(QName qname,
Object value)
Adds a type mapping object to the type mapper. |
Map |
getAllMappedNames()
|
Map |
getAllMappedObjects()
|
String |
getParameterName(QName qname)
Gets the parameter name. |
String |
getTypeMappingName(QName qname)
Gets the type mapping class name. |
Object |
getTypeMappingObject(QName qname)
Gets the type mapping Object. |
boolean |
isObjectMappingPresent()
Returns whether the mapping is the object type or the normal class name type |
Field Detail |
public static final String DEFAULT_CLASS_NAME
Method Detail |
public boolean isObjectMappingPresent()
public String getTypeMappingName(QName qname)
qname
- name of the XML element to be mapped
public Object getTypeMappingObject(QName qname)
qname
- name of the XML element to be mapped
public String getParameterName(QName qname)
qname
- name of the XML element to get a parameter
public void addTypeMappingName(QName qname, String value)
qname
- value
- getTypeMappingName(javax.xml.namespace.QName)
public void addTypeMappingObject(QName qname, Object value)
qname
- the xml Qname that this type refers tovalue
- the type mapping objectgetTypeMappingObject(javax.xml.namespace.QName)
public Map getAllMappedNames()
public Map getAllMappedObjects()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |