|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.mapping.WSIFDefaultMappingConvention
public class WSIFDefaultMappingConvention
Default implementation of WSIFMappingConvention
This convention works as follows:
Constructor Summary | |
---|---|
WSIFDefaultMappingConvention()
|
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 WSIFDefaultMappingConvention()
Method Detail |
---|
public java.lang.String getClassNameForComplexType(javax.xml.namespace.QName qn)
WSIFMappingConvention
getClassNameForComplexType
in interface WSIFMappingConvention
qn
- The name of the complexType
WSIFMappingConvention.getClassNameForComplexType(QName)
public java.lang.String getClassNameForSimpleType(javax.xml.namespace.QName qn)
WSIFMappingConvention
getClassNameForSimpleType
in interface WSIFMappingConvention
qn
- The name of the simpleType
WSIFMappingConvention.getClassNameForSimpleType(QName)
public java.lang.String getClassNameForElementType(javax.xml.namespace.QName qn)
WSIFMappingConvention
getClassNameForElementType
in interface WSIFMappingConvention
qn
- The name of the element
WSIFMappingConvention.getClassNameForElementType(QName)
public void overridePackageMapping(java.lang.String namespace, java.lang.String packageName)
WSIFMappingConvention
overridePackageMapping
in interface WSIFMappingConvention
namespace
- 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 |