|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.providers.soap.apacheaxis.WSDL2JavaMapper
An implementation of WSIFMapper which assumes that
the Axis wsdl2java tool was used in creating the client side Java classes for the
service.
It is recommended that this WSIFMapper implementation should be used in conjunction
with the corresponding WSIFMappingConvention implementation,
WSDL2JavaMappingConvention
| Constructor Summary | |
WSDL2JavaMapper()
|
|
| Method Summary | |
boolean |
getIncludeStandardMappings()
Get the flag indicating whether or not the list of mappings returned by the getMappings method includes the standard JAX-RPC mappings for simple types. |
WSIFMappingConvention |
getMappingConvention()
Get the WSIFMappingConvention used by the WSIFMapper |
java.util.Map |
getMappings(SchemaType[] types)
Get a map of xml name to Java class name (QName to String) mappings from a array of SchemaType objects |
void |
overrideTypeMapping(javax.xml.namespace.QName xmlName,
java.lang.String className)
Override a generated mapping for a particular xml name with this information |
void |
setIncludeStandardMappings(boolean b)
Set a flag to indicate whether or not the list of mappings returned by the getMappings method includes the standard JAX-RPC mappings for simple types. |
void |
setMappingConvention(WSIFMappingConvention con)
Set the WSIFMappingConvention used by the WSIFMapper |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSDL2JavaMapper()
| Method Detail |
public boolean getIncludeStandardMappings()
WSIFMapper
getIncludeStandardMappings in interface WSIFMapperWSIFMapper.getIncludeStandardMappings()public void setIncludeStandardMappings(boolean b)
WSIFMapper
setIncludeStandardMappings in interface WSIFMapperb - The flagWSIFMapper.setIncludeStandardMappings(boolean)public WSIFMappingConvention getMappingConvention()
WSIFMapperWSIFMappingConvention used by the WSIFMapper
getMappingConvention in interface WSIFMapperWSIFMappingConventionWSIFMapper.getMappingConvention()public void setMappingConvention(WSIFMappingConvention con)
WSIFMapperWSIFMappingConvention used by the WSIFMapper
setMappingConvention in interface WSIFMappercon - The WSIFMappingConvention to useWSIFMapper.setMappingConvention(WSIFMappingConvention)
public void overrideTypeMapping(javax.xml.namespace.QName xmlName,
java.lang.String className)
WSIFMapper
overrideTypeMapping in interface WSIFMapperxmlName - The xml name of the mappingclassName - The class name for the mappingWSIFMapper.overrideTypeMapping(QName, String)public java.util.Map getMappings(SchemaType[] types)
WSIFMapperSchemaType objects
getMappings in interface WSIFMappertypes - An array of SchemaType objects to create the
mappings for
WSIFMapper.getMappings(SchemaType[])
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||