|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.providers.soap.apacheaxis.WSDL2JavaMappingConvention
An implementation of WSIFMappingConvention that uses
the same methods from Apache Axis, that are used by the WSDL2Java tool.
| Constructor Summary | |
WSDL2JavaMappingConvention()
|
|
| 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 WSDL2JavaMappingConvention()
| 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 | ||||||||||