|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSIFMapper
A WSIFMapper defines a way of producing a list of QName
to Java class name mappings. It defines the logic for determining
what type of mapping is required for a particular
SchemaType
The mapping is then produced
by an associated WSIFMappingConvention
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 |
Method Detail |
---|
void setIncludeStandardMappings(boolean b)
b
- The flagboolean getIncludeStandardMappings()
void setMappingConvention(WSIFMappingConvention con)
WSIFMappingConvention
used by the WSIFMapper
con
- The WSIFMappingConvention
to useWSIFMappingConvention getMappingConvention()
WSIFMappingConvention
used by the WSIFMapper
WSIFMappingConvention
java.util.Map getMappings(SchemaType[] types)
SchemaType
objects
types
- An array of SchemaType
objects to create the
mappings for
void overrideTypeMapping(javax.xml.namespace.QName xmlName, java.lang.String className)
xmlName
- The xml name of the mappingclassName
- The class name for the mapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |