|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.mapping.ParserMappingConvention
Implementation of WSIFMappingConvention that matches the
convention used by the now deprecated getTypeMappings methods on
Parser
This convention works as follows:
| Constructor Summary | |
ParserMappingConvention()
|
|
| Method Summary | |
java.lang.String |
getClassNameForComplexType(javax.xml.namespace.QName qn)
Get a class name for a complexType |
java.lang.String |
getClassNameForElementType(javax.xml.namespace.QName qn)
Get a class name for a global element |
java.lang.String |
getClassNameForSimpleType(javax.xml.namespace.QName qn)
Get a class name for a simpleType |
void |
overridePackageMapping(java.lang.String namespace,
java.lang.String packageName)
Override the mapping from a namespace to a package name for a specific namespace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParserMappingConvention()
| Method Detail |
public java.lang.String getClassNameForComplexType(javax.xml.namespace.QName qn)
WSIFMappingConvention
getClassNameForComplexType in interface WSIFMappingConventionqn - The name of the complexType
WSIFMappingConvention.getClassNameForComplexType(QName)public java.lang.String getClassNameForSimpleType(javax.xml.namespace.QName qn)
WSIFMappingConvention
getClassNameForSimpleType in interface WSIFMappingConventionqn - The name of the simpleType
WSIFMappingConvention.getClassNameForSimpleType(QName)public java.lang.String getClassNameForElementType(javax.xml.namespace.QName qn)
WSIFMappingConvention
getClassNameForElementType in interface WSIFMappingConventionqn - The name of the element
WSIFMappingConvention.getClassNameForElementType(QName)
public void overridePackageMapping(java.lang.String namespace,
java.lang.String packageName)
WSIFMappingConvention
overridePackageMapping in interface WSIFMappingConventionnamespace - The namespace to mappackageName - The package name to map the namespace toWSIFMappingConvention.overridePackageMapping(String, String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||