|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.mapping.WSIFDefaultMapper
The default implementation of WSIFMapper.
| Constructor Summary | |
WSIFDefaultMapper()
|
|
| 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 WSIFDefaultMapper()
| 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 | ||||||||||